Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_audio.c144 SDL_AudioSpec desired; in audio_initOpenCloseQuitAudio() local
169 SDL_memset(&desired, 0, sizeof(desired)); in audio_initOpenCloseQuitAudio()
233 SDL_AudioSpec desired; in audio_pauseUnpauseAudio() local
258 SDL_memset(&desired, 0, sizeof(desired)); in audio_pauseUnpauseAudio()
716 desired.freq=22050; in audio_openCloseAndGetAudioStatus()
718 desired.channels=2; in audio_openCloseAndGetAudioStatus()
719 desired.samples=4096; in audio_openCloseAndGetAudioStatus()
774 desired.freq=22050; in audio_lockUnlockOpenAudioDevice()
776 desired.channels=2; in audio_lockUnlockOpenAudioDevice()
936 desired.freq=22050; in audio_openCloseAudioDeviceConnected()
[all …]
A Dtesttimer.c43 int i, desired; in main() local
57 desired = 0; in main()
59 desired = atoi(argv[1]); in main()
61 if (desired == 0) { in main()
62 desired = DEFAULT_RESOLUTION; in main()
64 t1 = SDL_AddTimer(desired, ticktock, NULL); in main()
76 desired, (double) (10 * 1000) / ticks); in main()
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c1220 const SDL_AudioSpec * desired, SDL_AudioSpec * obtained, in open_audio_device() argument
1223 const SDL_bool is_internal_thread = (desired->callback == NULL); in open_audio_device()
1257 if (!prepare_audiospec(desired, obtained)) { in open_audio_device()
1464 SDL_OpenAudio(SDL_AudioSpec * desired, SDL_AudioSpec * obtained) in SDL_OpenAudio() argument
1482 id = open_audio_device(NULL, 0, desired, obtained, in SDL_OpenAudio()
1487 id = open_audio_device(NULL, 0, desired, &_obtained, 0, 1); in SDL_OpenAudio()
1490 desired->size = _obtained.size; in SDL_OpenAudio()
1491 desired->silence = _obtained.silence; in SDL_OpenAudio()
1501 const SDL_AudioSpec * desired, SDL_AudioSpec * obtained, in SDL_OpenAudioDevice() argument
1504 return open_audio_device(device, iscapture, desired, obtained, in SDL_OpenAudioDevice()
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A DREADME.md9 version tags with the latest/desired ones, and set `$MPY_DIR`):
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djquant2.c199 int desired; /* desired # of colors = size of colormap */ member
1150 select_colors(cinfo, cquantize->desired); in finish_pass1()
1279 int desired = cinfo->desired_number_of_colors; in jinit_2pass_quantizer() local
1281 if (desired < 8) in jinit_2pass_quantizer()
1284 if (desired > MAXNUMCOLORS) in jinit_2pass_quantizer()
1287 ((j_common_ptr) cinfo,JPOOL_IMAGE, (JDIMENSION) desired, (JDIMENSION) 3); in jinit_2pass_quantizer()
1288 cquantize->desired = desired; in jinit_2pass_quantizer()
A Djdmarker.c1343 jpeg_resync_to_restart (j_decompress_ptr cinfo, int desired) in jpeg_resync_to_restart() argument
1349 WARNMS2(cinfo, JWRN_MUST_RESYNC, marker, desired); in jpeg_resync_to_restart()
1358 if (marker == ((int) M_RST0 + ((desired+1) & 7)) || in jpeg_resync_to_restart()
1359 marker == ((int) M_RST0 + ((desired+2) & 7))) in jpeg_resync_to_restart()
1361 else if (marker == ((int) M_RST0 + ((desired-1) & 7)) || in jpeg_resync_to_restart()
1362 marker == ((int) M_RST0 + ((desired-2) & 7))) in jpeg_resync_to_restart()
A Djpeglib.h791 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
1116 int desired));
A Dlibjpeg.txt607 You must set desired parameter values each time.
1060 to pick a scaling ratio that will get close to a desired target size.
1245 close to a desired target size. It's also important if you are using the
1521 desired (this operating mode is discussed in the next section).
1570 suspension is desired (this mode is discussed in the next section).
1582 resync_to_restart (j_decompress_ptr cinfo, int desired)
1870 coefficient buffer, from which it can be read out as many times as desired.
2340 /* Qtable[] is desired quantization table, in natural array order */
A Dstructure.txt293 buffer large enough to accommodate the desired data chunk sizes. In other
336 * Colorspace conversion: converts application image data into the desired
/AliOS-Things-master/components/SDL2/include/
A DSDL_audio.h318 extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec * desired,
381 desired,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/doc/
A DREADME27 Optimally, use kramdown 0.13.7 or newer if syntax highlighting desired.
/AliOS-Things-master/components/jsoncpp/doc/
A Djsoncpp.dox85 // If desired, remember to add a linefeed and flush.
155 Basically JsonCpp is licensed under MIT license, or public domain if desired
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_jpg.c58 boolean (*jpeg_resync_to_restart) (j_decompress_ptr cinfo, int desired);
94 FUNCTION_LOADER(jpeg_resync_to_restart, boolean (*) (j_decompress_ptr cinfo, int desired)) in IMG_InitJPG()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djpeglib.h791 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
1116 int desired));
/AliOS-Things-master/components/jsoncpp/
A DCONTRIBUTING.md18 … directory other than /usr/local, set an environment variable called DESTDIR with the desired path:
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md13 2. Select your desired target, and hit build.
298 Open your project and set your deployment target to the desired version of iOS
A DREADME-dynapi.md70 is desired, the statically linked version will provide its own jump table,
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_ojpeg.c416 static boolean OJPEGLibjpegJpegSourceMgrResyncToRestart(jpeg_decompress_struct* cinfo, int desired);
2536 OJPEGLibjpegJpegSourceMgrResyncToRestart(jpeg_decompress_struct* cinfo, int desired) in OJPEGLibjpegJpegSourceMgrResyncToRestart() argument
2539 (void)desired; in OJPEGLibjpegJpegSourceMgrResyncToRestart()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitwindow.m176 * that most closely matches the desired window size. */
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md123 You can now make the desired change:
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto287 // The desired performance level. This setting adjusts the internal clock
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure.ac17 dnl version (second field, or first if desired), set the minor
/AliOS-Things-master/components/littlevgl/
A DREADME.md178 The first parameter is the desired *parent*, te second parameters can be an object to copy (`NULL` …
/AliOS-Things-master/components/SDL2/src/gfx/
A DREADME91 call since these functions keep track of the desired game time per frame
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c4497 size_t desired ) in ssl_buffer_make_space() argument
4502 (unsigned) desired ) ); in ssl_buffer_make_space()
4508 if( desired <= ( MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()
4527 if( desired <= ( MBEDTLS_SSL_DTLS_MAX_BUFFERING - in ssl_buffer_make_space()

Completed in 56 milliseconds

12