HomeSort by relevance Sort by last modified time
    Searched refs:out_channels (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/common_audio/
lapped_transform_unittest.cc 30 size_t out_channels,
32 RTC_CHECK_EQ(in_channels, out_channels);
33 for (size_t i = 0; i < out_channels; ++i) {
54 size_t out_channels,
56 RTC_CHECK_EQ(in_channels, out_channels);
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 42 uint32_t *out_sampling_rate = NULL, uint32_t *out_channels = NULL ,
50 if (out_channels) {
51 *out_channels = 0;
181 if (out_channels) {
184 *out_channels = (channel_mode == 3) ? 1 : 2;
392 header, &frame_size, &sample_rate, NULL /*out_channels*/,
  /external/webrtc/webrtc/modules/audio_coding/test/
TestStereo.h 78 void Run(TestPackStereo* channel, int in_channels, int out_channels,
TestStereo.cc 727 void TestStereo::Run(TestPackStereo* channel, int in_channels, int out_channels,
782 if ((rec_size != pack_size_bytes_ * out_channels)
  /frameworks/av/media/libstagefright/include/
avc_utils.h 102 int *out_sampling_rate = NULL, int *out_channels = NULL,
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.h 90 size_t out_channels,
  /frameworks/av/media/libstagefright/
avc_utils.cpp 623 int *out_sampling_rate, int *out_channels,
631 if (out_channels) {
632 *out_channels = 0;
764 if (out_channels) {
767 *out_channels = (channel_mode == 3) ? 1 : 2;
  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 44 DEFINE_int32(out_channels, 1, "Number of output channels.");
debug_dump_test.cc 216 const int out_channels = config.num_channels(); local
223 RTC_CHECK_LE(out_channels, channels);
224 for (int channel = 0; channel < out_channels; ++channel) {

Completed in 561 milliseconds