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

  /external/webrtc/src/modules/interface/
module_common_types.h 660 * - _audioChannel of 1 indicated mono, and 2
666 * (_payloadDataLengthInSamples * _audioChannel).
723 WebRtc_UWord8 _audioChannel;
739 _audioChannel(1),
772 _audioChannel = audioChannel;
785 payloadDataLengthInSamples * _audioChannel);
790 payloadDataLengthInSamples * _audioChannel);
808 (rhs._audioChannel > 2) ||
809 (rhs._audioChannel < 1))
823 _audioChannel = rhs._audioChannel
    [all...]
  /external/webrtc/src/modules/audio_processing/main/source/
audio_processing_impl.cc 261 if (frame->_audioChannel != num_capture_input_channels_) {
280 if (!debug_file_->Write(&frame->_audioChannel,
281 sizeof(frame->_audioChannel))) {
292 frame->_audioChannel)) {
303 frame->_audioChannel = num_capture_output_channels_;
391 if (frame->_audioChannel != num_render_input_channels_) {
410 if (!debug_file_->Write(&frame->_audioChannel,
411 sizeof(frame->_audioChannel))) {
422 frame->_audioChannel)) {
audio_buffer.cc 188 assert(audioFrame->_audioChannel <= max_num_channels_);
191 num_channels_ = audioFrame->_audioChannel;
214 assert(audioFrame->_audioChannel == num_channels_);
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 86 frame_->_audioChannel = 2;
89 revframe_->_audioChannel = 2;
191 primary_frame._audioChannel = 2;
194 reverse_frame._audioChannel = 2;
424 revframe_->_audioChannel = test->numreversechannels();
427 frame_->_audioChannel = test->numchannels();
432 ASSERT_EQ(apm_->kNoError, apm_->set_num_channels(frame_->_audioChannel,
433 frame_->_audioChannel));
435 apm_->set_num_reverse_channels(revframe_->_audioChannel));
457 if (revframe_->_audioChannel == 1)
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 451 far_frame._audioChannel = num_render_channels;
490 near_frame._audioChannel = num_capture_input_channels;
  /frameworks/base/media/libeffects/preprocessing/
PreProcessing.cpp 756 session->procFrame->_audioChannel = kPreProcDefaultCnl;
759 session->revFrame->_audioChannel = kPreProcDefaultCnl;
880 session->procFrame->_audioChannel = inCnl;
884 session->revFrame->_audioChannel = inCnl;
    [all...]

Completed in 4128 milliseconds