Home
last modified time | relevance | path

Searched refs:all_formats (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Dresampler-test.c303 bool all_formats = true; in main() local
368 all_formats = false; in main()
381 all_formats = false; in main()
409 if (!all_formats) { in main()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c1476 static const snd_pcm_format_t all_formats[] = { in pa_alsa_get_supported_formats() local
1491 bool supported[PA_ELEMENTSOF(all_formats)] = { in pa_alsa_get_supported_formats()
1506 for (i = 0, n = 0; i < PA_ELEMENTSOF(all_formats); i++) { in pa_alsa_get_supported_formats()
1507 if (snd_pcm_hw_params_test_format(pcm, hwparams, all_formats[i]) == 0) { in pa_alsa_get_supported_formats()
1516 for (i = 0, j = 0; i < PA_ELEMENTSOF(all_formats); i++) { in pa_alsa_get_supported_formats()
1518 formats[j++] = format_trans_to_pa[all_formats[i]]; in pa_alsa_get_supported_formats()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp9944 static const glw::GLenum all_formats[] = { GL_STENCIL_INDEX, in Prepare() local
9964 static const glw::GLuint all_internal_formats_count = sizeof(all_formats) / sizeof(all_formats[0]); in Prepare()
9975 if (all_formats[i] == m_format_invalid) in Prepare()

Completed in 18 milliseconds