Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dframe_buffer.cc57 bool VCMFrameBuffer::LayerSync() const { in LayerSync() function in webrtc::VCMFrameBuffer
58 return _sessionInfo.LayerSync(); in LayerSync()
Ddecoding_state.cc155 } else if (frame->FrameType() == kVideoFrameKey || frame->LayerSync()) { in UpdateSyncState()
199 if (!full_sync_ && !frame->LayerSync()) in ContinuousFrame()
Dframe_buffer.h60 bool LayerSync() const;
Dsession_info.h87 bool LayerSync() const;
Dsession_info.cc84 bool VCMSessionInfo::LayerSync() const { in LayerSync() function in webrtc::VCMSessionInfo