Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/
Dfine_audio_buffer.cc30 record_channels_(audio_device_buffer->RecordingChannels()) { in FineAudioBuffer()
41 RTC_DLOG(INFO) << "record_channels: " << record_channels_; in FineAudioBuffer()
62 return record_samples_per_channel_10ms_ > 0 && record_channels_ > 0; in IsReadyForRecord()
118 record_channels_ * record_samples_per_channel_10ms_; in DeliverRecordedData()
Dfine_audio_buffer.h81 const size_t record_channels_; variable