Home
last modified time | relevance | path

Searched refs:valid_format (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/emscripten/
A DSDL_emscriptenaudio.c195 SDL_bool valid_format = SDL_FALSE; in EMSCRIPTENAUDIO_OpenDevice() local
227 while ((!valid_format) && (test_format)) { in EMSCRIPTENAUDIO_OpenDevice()
232 valid_format = SDL_TRUE; in EMSCRIPTENAUDIO_OpenDevice()
238 if (!valid_format) { in EMSCRIPTENAUDIO_OpenDevice()
/AliOS-Things-master/components/SDL2/src/audio/directsound/
A DSDL_directsound.c476 SDL_bool valid_format = SDL_FALSE; in DSOUND_OpenDevice() local
509 while ((!valid_format) && (test_format)) { in DSOUND_OpenDevice()
546 valid_format = SDL_TRUE; in DSOUND_OpenDevice()
554 if (!valid_format) { in DSOUND_OpenDevice()
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi.c517 SDL_bool valid_format = SDL_FALSE; in WASAPI_PrepDevice() local
561 while ((!valid_format) && (test_format)) { in WASAPI_PrepDevice()
564 valid_format = SDL_TRUE; in WASAPI_PrepDevice()
570 if (!valid_format) { in WASAPI_PrepDevice()

Completed in 7 milliseconds