Home
last modified time | relevance | path

Searched refs:SND_PCM_FORMAT_S32_LE (Results 1 – 10 of 10) 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.cc177 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
178 out_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
448 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
573 out_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
697 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
844 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
887 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
931 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
975 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
1020 in_fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
Diodev_unittest.cc241 pcm_formats_[1] = SND_PCM_FORMAT_S32_LE; in SetUp()
289 fmt.format = SND_PCM_FORMAT_S32_LE; in TEST_F()
296 EXPECT_EQ(SND_PCM_FORMAT_S32_LE, iodev_.ext_format->format); in TEST_F()
980 fmt.format = SND_PCM_FORMAT_S32_LE; in TEST()
991 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.c451 case SND_PCM_FORMAT_S32_LE: in cras_fmt_conv_create()
474 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.c62 SND_PCM_FORMAT_S32_LE,
/external/adhd/cras/src/alsa_plugin/
Dpcm_cras.c390 SND_PCM_FORMAT_S32_LE, in set_hw_constraints()