Home | History | Annotate | Download | only in video_coding

Lines Matching defs:crit_sect_

232       EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
238 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
242 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
248 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
253 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
254 VCMFrameBuffer* NextFrame() const EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
259 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
263 bool HandleTooLargeNackList() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
265 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
270 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
278 VCMFrameBuffer* GetEmptyFrame() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
282 bool TryToIncreaseJitterBufferSize() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
286 bool RecycleFramesUntilKeyFrame() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
292 EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
299 void CleanUpOldOrEmptyFrames() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
317 int NonContinuousOrIncompleteDuration() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
321 void UpdateHistograms() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
326 CriticalSectionWrapper* crit_sect_;
331 UnorderedFrameList free_frames_ GUARDED_BY(crit_sect_);
332 FrameList decodable_frames_ GUARDED_BY(crit_sect_);
333 FrameList incomplete_frames_ GUARDED_BY(crit_sect_);
334 VCMDecodingState last_decoded_state_ GUARDED_BY(crit_sect_);
338 VCMReceiveStatisticsCallback* stats_callback_ GUARDED_BY(crit_sect_);
352 int num_packets_ GUARDED_BY(crit_sect_);
354 int num_duplicated_packets_ GUARDED_BY(crit_sect_);
356 int num_discarded_packets_ GUARDED_BY(crit_sect_);
358 int64_t time_first_packet_ms_ GUARDED_BY(crit_sect_);