Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc108 InputData input_data_ RTC_GUARDED_BY(acm_mutex_);
127 RTC_EXCLUSIVE_LOCKS_REQUIRED(acm_mutex_);
133 RTC_EXCLUSIVE_LOCKS_REQUIRED(acm_mutex_);
135 int InitializeReceiverSafe() RTC_EXCLUSIVE_LOCKS_REQUIRED(acm_mutex_);
138 RTC_EXCLUSIVE_LOCKS_REQUIRED(acm_mutex_);
153 RTC_EXCLUSIVE_LOCKS_REQUIRED(acm_mutex_);
159 mutable Mutex acm_mutex_; member in webrtc::__anon397f81ba0111::AudioCodingModuleImpl
160 rtc::Buffer encode_buffer_ RTC_GUARDED_BY(acm_mutex_);
161 uint32_t expected_codec_ts_ RTC_GUARDED_BY(acm_mutex_);
162 uint32_t expected_in_ts_ RTC_GUARDED_BY(acm_mutex_);
[all …]