Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state.cc26 full_sync_(true), in VCMDecodingState()
40 full_sync_ = true; in Reset()
105 full_sync_ = state.full_sync_; in CopyFrom()
146 return full_sync_; in full_sync()
154 full_sync_ = true; in UpdateSyncState()
156 full_sync_ = true; in UpdateSyncState()
157 } else if (full_sync_) { in UpdateSyncState()
164 full_sync_ = false; in UpdateSyncState()
166 full_sync_ = ContinuousPictureId(frame->PictureId()); in UpdateSyncState()
169 full_sync_ = in UpdateSyncState()
[all …]
Ddecoding_state.h72 bool full_sync_; // Sync flag when temporal layers are used. variable