Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Dframe_buffer.cc239 bool temporal_unit_decodable = true; in FindNextAndLastDecodableTemporalUnit() local
240 for (auto it = first_frame_it; it != frame_it && temporal_unit_decodable; in FindNextAndLastDecodableTemporalUnit()
247 temporal_unit_decodable = false; in FindNextAndLastDecodableTemporalUnit()
253 if (temporal_unit_decodable) { in FindNextAndLastDecodableTemporalUnit()