Home
last modified time | relevance | path

Searched refs:SND_PCM_FORMAT_S16_LE (Results 1 – 25 of 42) sorted by relevance

12

/external/adhd/cras/src/tests/
Dfmt_conv_unittest.cc57 in_fmt.format = out_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
125 in_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
126 out_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
176 in_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
177 out_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
287 in_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
288 out_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
398 in_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
399 out_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
513 in_fmt.format = out_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
[all …]
Diodev_unittest.cc207 audio_fmt.format = SND_PCM_FORMAT_S16_LE; in ResetStubData()
255 pcm_formats_[0] = SND_PCM_FORMAT_S16_LE; in SetUp()
286 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST_F()
293 EXPECT_EQ(SND_PCM_FORMAT_S16_LE, iodev_.ext_format->format); in TEST_F()
322 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST_F()
329 EXPECT_EQ(SND_PCM_FORMAT_S16_LE, iodev_.ext_format->format); in TEST_F()
340 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST_F()
345 EXPECT_EQ(SND_PCM_FORMAT_S16_LE, iodev_.ext_format->format); in TEST_F()
358 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST_F()
363 EXPECT_EQ(SND_PCM_FORMAT_S16_LE, iodev_.ext_format->format); in TEST_F()
[all …]
Daudio_area_unittest.cc35 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
66 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
102 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
135 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
173 dst_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
182 src_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
208 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
240 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
276 dst_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
286 src_fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
Daudio_format_unittest.cc18 in_fmt = cras_audio_format_create(SND_PCM_FORMAT_S16_LE, 44100, 6); in SetUp()
19 out_fmt = cras_audio_format_create(SND_PCM_FORMAT_S16_LE, 44100, 6); in SetUp()
Dapm_list_unittest.cc50 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
79 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
133 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST()
Dcras_client_unittest.cc179 set_audio_format(&stream_.config->format, SND_PCM_FORMAT_S16_LE, 48000, 4); in StreamConnected()
182 set_audio_format(&server_format, SND_PCM_FORMAT_S16_LE, 44100, 2); in StreamConnected()
233 set_audio_format(&stream_.config->format, SND_PCM_FORMAT_S16_LE, 48000, 4); in StreamConnectedFail()
236 set_audio_format(&server_format, SND_PCM_FORMAT_S16_LE, 44100, 2); in StreamConnectedFail()
Ddev_stream_unittest.cc33 SND_PCM_FORMAT_S16_LE,
38 SND_PCM_FORMAT_S16_LE,
43 SND_PCM_FORMAT_S16_LE,
48 SND_PCM_FORMAT_S16_LE,
114 in_fmt.format = SND_PCM_FORMAT_S16_LE; in SetUp()
115 out_fmt.format = SND_PCM_FORMAT_S16_LE; in SetUp()
127 rstream_.format.format = SND_PCM_FORMAT_S16_LE; in SetUp()
591 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST_F()
607 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST_F()
633 fmt.format = SND_PCM_FORMAT_S16_LE; in TEST_F()
Dserver_metrics_unittest.cc95 format.format = SND_PCM_FORMAT_S16_LE; in TEST()
106 EXPECT_EQ(sent_msg->data.stream_config.format, SND_PCM_FORMAT_S16_LE); in TEST()
Dalsa_helpers_unittest.cc53 fmt = cras_audio_format_create(SND_PCM_FORMAT_S16_LE, 44100, 2); in TEST()
106 fmt = cras_audio_format_create(SND_PCM_FORMAT_S16_LE, 44100, 6); in TEST()
Dcras_router.c138 aud_format = cras_audio_format_create(SND_PCM_FORMAT_S16_LE, rate, in run_file_io_stream()
Ddev_io_stubs.cc137 format->format = SND_PCM_FORMAT_S16_LE; in fill_audio_format()
Ddsp_core_unittest.cc59 SND_PCM_FORMAT_S16_LE, FRAMES); in TEST()
73 SND_PCM_FORMAT_S16_LE, FRAMES); in TEST()
Dloopback_iodev_unittest.cc48 fmt_.format = SND_PCM_FORMAT_S16_LE; in SetUp()
/external/adhd/cras/src/common/
Dcras_audio_format.h25 #define SND_PCM_FORMAT_S16_LE 2 macro
33 return SND_PCM_FORMAT_S16_LE; in audio_format_to_cras_format()
/external/adhd/cras/src/dsp/tests/
Ddsp_util_test.c117 2, SND_PCM_FORMAT_S16_LE, samples); in TestRounding()
139 SND_PCM_FORMAT_S16_LE, samples); in TestRounding()
313 SND_PCM_FORMAT_S16_LE, samples); in main()
351 SND_PCM_FORMAT_S16_LE, samples); in main()
/external/adhd/cras/src/server/
Dcras_hfp_iodev.c31 iodev->format->format = SND_PCM_FORMAT_S16_LE; in update_supported_formats()
46 iodev->supported_formats[0] = SND_PCM_FORMAT_S16_LE; in update_supported_formats()
86 iodev->format->format = SND_PCM_FORMAT_S16_LE; in configure_dev()
Dcras_a2dp_iodev.c71 iodev->format->format = SND_PCM_FORMAT_S16_LE; in update_supported_formats()
96 iodev->supported_formats[0] = SND_PCM_FORMAT_S16_LE; in update_supported_formats()
159 iodev->format->format = SND_PCM_FORMAT_S16_LE; in configure_dev()
Dserver_stream.c27 SND_PCM_FORMAT_S16_LE,
Dcras_mix_ops.c769 case SND_PCM_FORMAT_S16_LE: in scale_buffer_increment()
790 case SND_PCM_FORMAT_S16_LE: in scale_buffer()
808 case SND_PCM_FORMAT_S16_LE: in mix_add()
831 case SND_PCM_FORMAT_S16_LE: in mix_add_scale_stride()
Dcras_fmt_conv.c512 if (in->format != SND_PCM_FORMAT_S16_LE) { in cras_fmt_conv_create()
535 if (out->format != SND_PCM_FORMAT_S16_LE) { in cras_fmt_conv_create()
886 if (conv->in_fmt.format != SND_PCM_FORMAT_S16_LE) { in cras_fmt_conv_convert_frames()
943 if (conv->out_fmt.format != SND_PCM_FORMAT_S16_LE) { in cras_fmt_conv_convert_frames()
Dcras_empty_iodev.c31 SND_PCM_FORMAT_S16_LE,
Dtest_iodev.c33 SND_PCM_FORMAT_S16_LE,
/external/adhd/cras/examples/
Dcplay_buffer.c55 SND_PCM_FORMAT_S16_LE, rate, num_channels, in main()
Dcplay.c85 put_samples, stream_error, SND_PCM_FORMAT_S16_LE, rate, in main()
/external/adhd/cras/src/dsp/
Ddsp_util.c452 case SND_PCM_FORMAT_S16_LE: in dsp_util_deinterleave()
558 case SND_PCM_FORMAT_S16_LE: in dsp_util_interleave()

12