HomeSort by relevance Sort by last modified time
    Searched refs:AheadOfFramesDecodedClearedTo (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
decoding_state.h 63 bool AheadOfFramesDecodedClearedTo(uint16_t index) const;
decoding_state.cc 85 if (AheadOfFramesDecodedClearedTo(frame_index)) {
254 if (AheadOfFramesDecodedClearedTo(frame_index) ||
273 bool VCMDecodingState::AheadOfFramesDecodedClearedTo(uint16_t index) const {

Completed in 116 milliseconds