Searched refs:valid_format (Results 1 – 3 of 3) sorted by relevance
195 SDL_bool valid_format = SDL_FALSE; in EMSCRIPTENAUDIO_OpenDevice() local227 while ((!valid_format) && (test_format)) { in EMSCRIPTENAUDIO_OpenDevice()232 valid_format = SDL_TRUE; in EMSCRIPTENAUDIO_OpenDevice()238 if (!valid_format) { in EMSCRIPTENAUDIO_OpenDevice()
476 SDL_bool valid_format = SDL_FALSE; in DSOUND_OpenDevice() local509 while ((!valid_format) && (test_format)) { in DSOUND_OpenDevice()546 valid_format = SDL_TRUE; in DSOUND_OpenDevice()554 if (!valid_format) { in DSOUND_OpenDevice()
517 SDL_bool valid_format = SDL_FALSE; in WASAPI_PrepDevice() local561 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