Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp8_decoder.cc45 last_frame_ = nullptr; in Reset()
77 last_frame_ = nullptr; in Decode()
106 last_frame_ = curr_pic_; in RefreshReferenceFrames()
121 DCHECK(last_frame_); in RefreshReferenceFrames()
122 golden_frame_ = last_frame_; in RefreshReferenceFrames()
137 DCHECK(last_frame_); in RefreshReferenceFrames()
138 alt_frame_ = last_frame_; in RefreshReferenceFrames()
149 last_frame_ = curr_pic_; in RefreshReferenceFrames()
168 if (!accelerator_->SubmitDecode(curr_pic_, curr_frame_hdr_.get(), last_frame_, in DecodeAndOutputCurrentFrame()
Dvp8_decoder.h96 scoped_refptr<VP8Picture> last_frame_; variable
/external/webrtc/talk/app/webrtc/test/
Dfakevideotrackrenderer.h39 : video_track_(video_track), last_frame_(NULL) { in FakeVideoTrackRenderer()
47 last_frame_ = const_cast<cricket::VideoFrame*>(video_frame); in RenderFrame()
63 const cricket::VideoFrame* last_frame() const { return last_frame_; } in last_frame()
70 cricket::VideoFrame* last_frame_; variable
/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.cc152 return last_frame_.width(); in GetLastWidth()
156 return last_frame_.height(); in GetLastHeight()
160 RTC_DCHECK(last_frame_.ntp_time_ms() == 0); in GetLastTimestamp()
161 return last_frame_.render_time_ms(); in GetLastTimestamp()
167 last_frame_.ShallowCopy(frame); in IncomingCapturedFrame()
Dfakewebrtccall.h162 webrtc::VideoFrame last_frame_; variable
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc141 last_frame_.CopyFrame(videoFrame); in OnIncomingCapturedFrame()
177 return CompareFrames(last_frame_, frame); in CompareLastFrame()
192 webrtc::VideoFrame last_frame_; member in TestVideoCaptureCallback