Home
last modified time | relevance | path

Searched refs:SND_PCM_FORMAT_S32_LE (Results 1 – 16 of 16) sorted by relevance

/external/adhd/cras/src/common/
Dcras_audio_format.h28 #define SND_PCM_FORMAT_S32_LE 10 macro
38 return SND_PCM_FORMAT_S32_LE; in audio_format_to_cras_format()
/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc327 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
328 out_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
756 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
873 out_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
988 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1293 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1333 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1374 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1415 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1457 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
Diodev_unittest.cc257 pcm_formats_[1] = SND_PCM_FORMAT_S32_LE; in SetUp()
308 fmt.format = SND_PCM_FORMAT_S32_LE; in TEST_F()
315 EXPECT_EQ(SND_PCM_FORMAT_S32_LE, iodev_.format->format); in TEST_F()
983 fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
995 EXPECT_EQ(SND_PCM_FORMAT_S32_LE, cras_scale_buffer_fmt); in TEST()
Dmix_unittest.cc632 fmt_ = SND_PCM_FORMAT_S32_LE; in SetUp()
/external/adhd/cras/src/dsp/
Ddsp_util.c473 case SND_PCM_FORMAT_S32_LE: in dsp_util_deinterleave()
578 case SND_PCM_FORMAT_S32_LE: in dsp_util_interleave()
/external/adhd/cras/src/server/
Dcras_mix_ops.c765 case SND_PCM_FORMAT_S32_LE: in scale_buffer_increment()
784 case SND_PCM_FORMAT_S32_LE: in scale_buffer()
804 case SND_PCM_FORMAT_S32_LE: in mix_add()
827 case SND_PCM_FORMAT_S32_LE: in mix_add_scale_stride()
Dcras_fmt_conv.c176 case SND_PCM_FORMAT_S32_LE: in is_supported_format()
360 case SND_PCM_FORMAT_S32_LE: in cras_fmt_conv_create()
382 case SND_PCM_FORMAT_S32_LE: in cras_fmt_conv_create()
Dcras_empty_iodev.c27 SND_PCM_FORMAT_S16_LE, SND_PCM_FORMAT_S24_LE, SND_PCM_FORMAT_S32_LE,
Dcras_rstream.c153 (format->format != SND_PCM_FORMAT_S32_LE) && in verify_rstream_parameters()
Dcras_alsa_helpers.c47 SND_PCM_FORMAT_S16_LE, SND_PCM_FORMAT_S24_LE, SND_PCM_FORMAT_S32_LE,
/external/adhd/cras/src/alsa_plugin/
Dpcm_cras.c292 SND_PCM_FORMAT_S32_LE, in set_hw_constraints()
/external/igt-gpu-tools/lib/
Digt_audio.c557 case SND_PCM_FORMAT_S32_LE: in audio_convert_to()
/external/adhd/cras/client/cras-sys/src/
Dlib.rs654 SampleFormat::S32LE => snd_pcm_format_t::SND_PCM_FORMAT_S32_LE, in from()
Dgen.rs392 pub const SND_PCM_FORMAT_S32: _snd_pcm_format = _snd_pcm_format::SND_PCM_FORMAT_S32_LE;
427 SND_PCM_FORMAT_S32_LE = 10, enumerator
/external/igt-gpu-tools/tests/
Dkms_chamelium.c1239 SND_PCM_FORMAT_S32_LE,
1339 state->capture.format = SND_PCM_FORMAT_S32_LE; in audio_state_start()
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c85 { "S32_LE", SND_PCM_FORMAT_S32_LE },