Searched refs:last_frame_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/remoting/host/
H A Dshaped_desktop_capturer_unittest.cc51 last_frame_.reset(frame);
54 scoped_ptr<webrtc::DesktopFrame> last_frame_; member in class:remoting::ShapedDesktopCapturerTest
64 ASSERT_TRUE(last_frame_.get());
65 ASSERT_TRUE(last_frame_->shape());
67 FakeDesktopShapeTracker::CreateShape().Equals(*last_frame_->shape()));
H A Ddesktop_session_agent.h226 scoped_ptr<webrtc::DesktopFrame> last_frame_; member in class:remoting::DesktopSessionAgent
H A Ddesktop_session_agent.cc313 last_frame_.reset(frame);
576 last_frame_.reset();
/external/chromium_org/content/renderer/media/
H A Dvideo_source_handler_unittest.cc32 last_frame_ = frame;
37 return last_frame_.get();
41 scoped_refptr<media::VideoFrame> last_frame_; member in class:content::FakeFrameReader
H A Dmock_media_stream_video_sink.h35 scoped_refptr<media::VideoFrame> last_frame() const { return last_frame_; };
51 scoped_refptr<media::VideoFrame> last_frame_; member in class:content::MockMediaStreamVideoSink
H A Dmock_media_stream_video_sink.cc34 last_frame_ = frame;
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer.h49 SkBitmap last_frame_; member in class:media::SkCanvasVideoRenderer
H A Dskcanvas_video_renderer.cc292 last_frame_.setIsVolatile(true);
321 // Check if we should convert and update |last_frame_|.
322 if (last_frame_.isNull() ||
327 if (!SkInstallDiscardablePixelRef(generator_, &last_frame_)) {
337 last_frame_ = SkBitmapOperations::Rotate(
338 last_frame_, SkBitmapOperations::ROTATION_90_CW);
341 last_frame_ = SkBitmapOperations::Rotate(
342 last_frame_, SkBitmapOperations::ROTATION_180_CW);
345 last_frame_ = SkBitmapOperations::Rotate(
346 last_frame_, SkBitmapOperation
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_source_host.cc50 host_->last_frame_ = frame;
112 if (last_frame_.get())
127 DCHECK(last_frame_.get());
128 scoped_refptr<media::VideoFrame> frame(last_frame_);
129 last_frame_ = NULL;
H A Dpepper_video_source_host.h68 // sent and last_frame_, reply_context_, and get_frame_pending_ are all reset.
82 scoped_refptr<media::VideoFrame> last_frame_; member in class:content::PepperVideoSourceHost
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dquality_modes_test.cc491 if (last_frame_.IsZeroSize()) {
492 last_frame_.CopyFrame(videoFrame);
497 (videoFrame.timestamp() - (last_frame_.timestamp() + (9e4 / frame_rate_))) /
503 PrintI420VideoFrame(last_frame_, _decodedFile);
536 videoFrame.SwapFrame(&last_frame_);
577 PrintI420VideoFrame(last_frame_, _decodedFile);
H A Dquality_modes_test.h82 webrtc::I420VideoFrame last_frame_; member in class:VCMQMDecodeCompleCallback
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc138 last_frame_.CopyFrame(videoFrame);
180 return CompareFrames(last_frame_, frame);
195 webrtc::I420VideoFrame last_frame_; member in class:TestVideoCaptureCallback

Completed in 459 milliseconds