Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Ddecoding_state.cc26 temporal_id_(kNoTemporalIdx), in VCMDecodingState()
40 temporal_id_ = kNoTemporalIdx; in Reset()
78 temporal_id_ = frame->TemporalId(); in SetState()
125 temporal_id_ = state.temporal_id_; in CopyFrom()
266 else if (tl0_pic_id_ == kNoTl0PicIdx && temporal_id_ == kNoTemporalIdx && in ContinuousLayer()
Ddecoding_state.h74 int temporal_id_; variable
/external/webrtc/modules/video_coding/codecs/av1/
Dscalable_video_controller.h51 int TemporalId() const { return temporal_id_; } in TemporalId()
70 int temporal_id_ = 0; variable
120 temporal_id_ = value; in T()
/external/libgav1/libgav1/src/
Dbuffer_pool.h131 int temporal_id() const { return temporal_id_; } in temporal_id()
132 void set_temporal_id(int value) { temporal_id_ = value; } in set_temporal_id()
315 int temporal_id_ = 0; variable