Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dcras_audio_format.h27 #define SND_PCM_FORMAT_S32_LE 10 macro
37 return SND_PCM_FORMAT_S32_LE; in audio_format_to_cras_format()
/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc233 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
234 out_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
623 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
749 out_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
873 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1092 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1135 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1179 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1223 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1268 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
Diodev_unittest.cc256 pcm_formats_[1] = SND_PCM_FORMAT_S32_LE; in SetUp()
304 fmt.format = SND_PCM_FORMAT_S32_LE; in TEST_F()
311 EXPECT_EQ(SND_PCM_FORMAT_S32_LE, iodev_.ext_format->format); in TEST_F()
997 fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1008 EXPECT_EQ(SND_PCM_FORMAT_S32_LE, cras_scale_buffer_fmt); in TEST()
Dmix_unittest.cc545 fmt_ = SND_PCM_FORMAT_S32_LE; in SetUp()
/external/adhd/cras/src/server/
Dcras_mix_ops.c775 case SND_PCM_FORMAT_S32_LE: in scale_buffer_increment()
794 case SND_PCM_FORMAT_S32_LE: in scale_buffer()
814 case SND_PCM_FORMAT_S32_LE: in mix_add()
837 case SND_PCM_FORMAT_S32_LE: in mix_add_scale_stride()
Dcras_empty_iodev.c33 SND_PCM_FORMAT_S32_LE,
Dcras_fmt_conv.c523 case SND_PCM_FORMAT_S32_LE: in cras_fmt_conv_create()
546 case SND_PCM_FORMAT_S32_LE: in cras_fmt_conv_create()
Dcras_rstream.c108 (format->format != SND_PCM_FORMAT_S32_LE) && in verify_rstream_parameters()
Dcras_alsa_helpers.c63 SND_PCM_FORMAT_S32_LE,
/external/adhd/cras/src/dsp/
Ddsp_util.c464 case SND_PCM_FORMAT_S32_LE: in dsp_util_deinterleave()
569 case SND_PCM_FORMAT_S32_LE: in dsp_util_interleave()
/external/adhd/cras/src/alsa_plugin/
Dpcm_cras.c305 SND_PCM_FORMAT_S32_LE, in set_hw_constraints()