Searched refs:playout_channels_ (Results 1 – 2 of 2) sorted by relevance
29 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()
80 const size_t playout_channels_; variable