| /third_party/alsa-utils/axfer/test/ |
| H A D | container-test.c | 201 (1ull << SND_PCM_FORMAT_S16_LE) | in main() 229 (1ull << SND_PCM_FORMAT_S16_LE) | in main() 235 (1ull << SND_PCM_FORMAT_S16_LE) | in main()
|
| H A D | mapper-test.c | 435 (1ull << SND_PCM_FORMAT_S16_LE) | in main()
|
| /third_party/alsa-utils/axfer/ |
| H A D | xfer-options.c | 122 {"cd", 44100, 2, SND_PCM_FORMAT_S16_LE, SND_PCM_FORMAT_S16_BE}, in verify_sample_format() 123 {"cdr", 44100, 2, SND_PCM_FORMAT_S16_LE, SND_PCM_FORMAT_S16_BE}, in verify_sample_format() 124 {"dat", 48000, 2, SND_PCM_FORMAT_S16_LE, SND_PCM_FORMAT_S16_BE}, in verify_sample_format()
|
| H A D | container-riff-wave.c | 49 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S16_LE},
|
| H A D | container-voc.c | 56 {VOC_VERSION_1_20, CODE_ID_GENERIC_MBLA_S16_LE, SND_PCM_FORMAT_S16_LE},
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_softvol.c | 349 case SND_PCM_FORMAT_S16_LE: in softvol_convert_stereo_vol() 404 case SND_PCM_FORMAT_S16_LE: in softvol_convert_mono_vol() 474 (1ULL << SND_PCM_FORMAT_S16_LE) | in snd_pcm_softvol_hw_refine_cprepare() 629 if (slave->format != SND_PCM_FORMAT_S16_LE && in snd_pcm_softvol_hw_params() 926 sformat != SND_PCM_FORMAT_S16_LE && in snd_pcm_softvol_open() 1244 sformat != SND_PCM_FORMAT_S16_LE && in _snd_pcm_softvol_open()
|
| H A D | pcm_dmix_i386.c | 78 ((1ULL << SND_PCM_FORMAT_S16_LE) |\
|
| H A D | pcm_dmix_x86_64.c | 62 ((1ULL << SND_PCM_FORMAT_S16_LE) |\
|
| H A D | pcm_dmix_generic.c | 122 ((1ULL << SND_PCM_FORMAT_S16_LE) | (1ULL << SND_PCM_FORMAT_S32_LE) |\
|
| H A D | pcm_dmix.c | 168 case SND_PCM_FORMAT_S16_LE: in mix_areas() 236 case SND_PCM_FORMAT_S16_LE: in remix_areas()
|
| H A D | pcm_plug.c | 96 SND_PCM_FORMAT_S16_LE, 103 SND_PCM_FORMAT_S16_LE,
|
| /third_party/alsa-utils/alsaloop/ |
| H A D | alsaloop.c | 108 handle->format = SND_PCM_FORMAT_S16_LE; in create_loopback_handle() 401 snd_pcm_format_t arg_format = SND_PCM_FORMAT_S16_LE; in parse_config() 469 arg_format = SND_PCM_FORMAT_S16_LE; in parse_config()
|
| H A D | effect-sweep.c | 43 if (format != SND_PCM_FORMAT_S16_LE) in effect_init()
|
| /third_party/alsa-lib/test/ |
| H A D | pcm-multi-thread.c | 47 static snd_pcm_format_t format = SND_PCM_FORMAT_S16_LE;
|
| H A D | latency.c | 56 snd_pcm_format_t format = SND_PCM_FORMAT_S16_LE; 624 format = SND_PCM_FORMAT_S16_LE; in main()
|
| H A D | seq-sender.c | 35 err = snd_pcm_hw_params_set_format(phandle, params, SND_PCM_FORMAT_S16_LE); in set_hwparams()
|
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-audio/ |
| H A D | audio.c | 77 n = snd_pcm_hw_params_set_format(*pcm, params, SND_PCM_FORMAT_S16_LE); in set_hw_params()
|
| /third_party/alsa-utils/speaker-test/ |
| H A D | speaker-test.c | 293 SND_PCM_FORMAT_S16_LE, 332 case SND_PCM_FORMAT_S16_LE: in do_generate() 1201 format = SND_PCM_FORMAT_S16_LE; /* fixed format */ in main()
|
| /third_party/pulseaudio/src/tests/ |
| H A D | alsa-time-test.c | 83 r = snd_pcm_hw_params_set_format(pcm, hwparams, SND_PCM_FORMAT_S16_LE); in main()
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
| H A D | audio.c | 166 n = snd_pcm_hw_params_set_format(*pcm, params, SND_PCM_FORMAT_S16_LE); in set_hw_params()
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | alsa.c | 55 case AV_CODEC_ID_PCM_S16LE: return SND_PCM_FORMAT_S16_LE; in codec_id_to_pcm_format()
|
| /third_party/alsa-lib/include/ |
| H A D | pcm.h | 133 SND_PCM_FORMAT_S16_LE, enumerator 234 SND_PCM_FORMAT_S16 = SND_PCM_FORMAT_S16_LE,
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A D | alsa-util.c | 57 [PA_SAMPLE_S16LE] = SND_PCM_FORMAT_S16_LE, in set_format() 1465 [SND_PCM_FORMAT_S16_LE] = PA_SAMPLE_S16LE, in pa_alsa_get_supported_formats() 1480 SND_PCM_FORMAT_S16_LE, in pa_alsa_get_supported_formats()
|
| /third_party/alsa-utils/bat/ |
| H A D | alsa.c | 54 { BAT_PCM_FORMAT_S16_LE, SND_PCM_FORMAT_S16_LE },
|
| /third_party/alsa-utils/aplay/ |
| H A D | aplay.c | 628 rhwparams.format = file_type == FORMAT_AU ? SND_PCM_FORMAT_S16_BE : SND_PCM_FORMAT_S16_LE; 632 rhwparams.format = file_type == FORMAT_AU ? SND_PCM_FORMAT_S16_BE : SND_PCM_FORMAT_S16_LE; 1110 native_format = SND_PCM_FORMAT_S16_LE; 2719 case SND_PCM_FORMAT_S16_LE:
|