Home
last modified time | relevance | path

Searched refs:playout_channels_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_device/
Dfine_audio_buffer.cc29 playout_channels_(audio_device_buffer->PlayoutChannels()), in FineAudioBuffer()
36 RTC_DLOG(INFO) << "playout_channels: " << playout_channels_; in FineAudioBuffer()
58 return playout_samples_per_channel_10ms_ > 0 && playout_channels_ > 0; in IsReadyForPlayout()
80 playout_channels_ * playout_samples_per_channel_10ms_; in GetPlayoutData()
85 return playout_channels_ * samples_per_channel_10ms; in GetPlayoutData()
Dfine_audio_buffer.h80 const size_t playout_channels_; variable