Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Ddecoding_state.cc129 } else if (frame->FrameType() == kVideoFrameKey || frame->LayerSync()) { in UpdateSyncState()
173 if (!full_sync_ && !frame->LayerSync()) in ContinuousFrame()
Dframe_buffer.cc67 bool VCMFrameBuffer::LayerSync() const { in LayerSync() function in webrtc::VCMFrameBuffer
68 return _sessionInfo.LayerSync(); in LayerSync()
Dframe_buffer.h60 bool LayerSync() const;
Dsession_info.h87 bool LayerSync() const;
Dsession_info.cc80 bool VCMSessionInfo::LayerSync() const { in LayerSync() function in webrtc::VCMSessionInfo