Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Ddecoding_state.h63 bool ContinuousFrameRefs(const VCMFrameBuffer* frame) const;
Ddecoding_state.cc230 return ContinuousFrameRefs(frame); in ContinuousFrame()
276 bool VCMDecodingState::ContinuousFrameRefs(const VCMFrameBuffer* frame) const { in ContinuousFrameRefs() function in webrtc::VCMDecodingState