Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Dframe_buffer.cc222 absl::InlinedVector<int64_t, 4> frames_in_temporal_unit; in FindNextAndLastDecodableTemporalUnit() local
230 frames_in_temporal_unit.clear(); in FindNextAndLastDecodableTemporalUnit()
234 frames_in_temporal_unit.push_back(GetFrameId(frame_it)); in FindNextAndLastDecodableTemporalUnit()
244 !absl::c_linear_search(frames_in_temporal_unit, reference)) { in FindNextAndLastDecodableTemporalUnit()