Searched defs:_audioChannel (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h698 * - _audioChannel of 1 indicated mono, and 2
704 * (_payloadDataLengthInSamples * _audioChannel).
761 WebRtc_UWord8 _audioChannel; member in class:webrtc::AudioFrame
777 _audioChannel(1),
810 _audioChannel = audioChannel;
823 payloadDataLengthInSamples * _audioChannel);
828 payloadDataLengthInSamples * _audioChannel);
846 (rhs._audioChannel > 2) ||
847 (rhs._audioChannel < 1))
861 _audioChannel
[all...]

Completed in 75 milliseconds