Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Ddecoding_state.cc28 full_sync_(true), in VCMDecodingState()
42 full_sync_ = true; in Reset()
127 full_sync_ = state.full_sync_; in CopyFrom()
170 return full_sync_; in full_sync()
178 full_sync_ = true; in UpdateSyncState()
181 full_sync_ = true; in UpdateSyncState()
182 } else if (full_sync_) { in UpdateSyncState()
189 full_sync_ = false; in UpdateSyncState()
191 full_sync_ = ContinuousPictureId(frame->PictureId()); in UpdateSyncState()
194 full_sync_ = in UpdateSyncState()
[all …]
Ddecoding_state.h76 bool full_sync_; // Sync flag when temporal layers are used. variable