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

  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 57 input_framechannels.resize(2 * max_frame_size);
59 input_frame[0] = &input_framechannels[0];
60 input_frame[1] = &input_framechannels[max_frame_size];
70 std::vector<float> input_framechannels; member in struct:webrtc::__anon27865::AudioFrameData
audio_processing_impl_locking_unittest.cc 94 input_framechannels.resize(2 * max_frame_size);
96 input_frame[0] = &input_framechannels[0];
97 input_frame[1] = &input_framechannels[max_frame_size];
113 std::vector<float> input_framechannels; member in struct:webrtc::__anon27864::AudioFrameData
    [all...]

Completed in 2049 milliseconds