Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Ddecoding_state.cc26 temporal_id_(kNoTemporalIdx), in VCMDecodingState()
40 temporal_id_ = kNoTemporalIdx; in Reset()
79 temporal_id_ = frame->TemporalId(); in SetState()
126 temporal_id_ = state.temporal_id_; in CopyFrom()
267 else if (tl0_pic_id_ == kNoTl0PicIdx && temporal_id_ == kNoTemporalIdx && in ContinuousLayer()
Ddecoding_state.h75 int temporal_id_; variable
Drtp_vp8_ref_finder_unittest.cc54 temporal_id_ = tid; in Tid()
71 vp8_header.temporalIdx = *temporal_id_; in operator std::unique_ptr<RtpFrameObject>()
104 absl::optional<int> temporal_id_; member in webrtc::__anon77807b460111::Frame
/external/webrtc/modules/video_coding/svc/
Dscalable_video_controller.h52 int TemporalId() const { return temporal_id_; } in TemporalId()
71 int temporal_id_ = 0; variable
118 temporal_id_ = value; in T()
/external/libgav1/src/
Dbuffer_pool.h135 int temporal_id() const { return temporal_id_; } in temporal_id()
136 void set_temporal_id(int value) { temporal_id_ = value; } in set_temporal_id()
349 int temporal_id_ = 0; variable