Searched refs:LayerSync (Results 1 – 5 of 5) sorted by relevance
57 bool VCMFrameBuffer::LayerSync() const { in LayerSync() function in webrtc::VCMFrameBuffer58 return _sessionInfo.LayerSync(); in LayerSync()
155 } else if (frame->FrameType() == kVideoFrameKey || frame->LayerSync()) { in UpdateSyncState()199 if (!full_sync_ && !frame->LayerSync()) in ContinuousFrame()
60 bool LayerSync() const;
87 bool LayerSync() const;
84 bool VCMSessionInfo::LayerSync() const { in LayerSync() function in webrtc::VCMSessionInfo