HomeSort by relevance Sort by last modified time
    Searched defs:video_frame (Results 1 - 3 of 3) sorted by null

  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 7 #include "media/base/video_frame.h"
54 scoped_refptr<media::VideoFrame> video_frame; local
55 GetCurrentFrame(&video_frame);
56 if (!video_frame) {
67 FastPaint(video_frame, canvas, dest_rect);
69 SlowPaint(video_frame, canvas, dest_rect);
77 VLOG(1) << "pts=" << video_frame->GetTimestamp().InMicroseconds();
80 PutCurrentFrame(video_frame);
154 void VideoRendererImpl::SlowPaint(media::VideoFrame* video_frame,
158 base::TimeDelta timestamp = video_frame->GetTimestamp()
    [all...]
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 18 #include "media/base/video_frame.h"
746 scoped_refptr<media::VideoFrame> video_frame; local
747 proxy_->GetCurrentFrame(&video_frame);
748 if (video_frame.get())
749 return new WebVideoFrameImpl(video_frame);
756 scoped_refptr<media::VideoFrame> video_frame(
758 proxy_->PutCurrentFrame(video_frame);
  /external/qemu/android/camera/
camera-service.c 595 uint8_t* video_frame; member in struct:CameraClient
597 * This address points inside the 'video_frame' buffer. */
627 if (cc->video_frame != NULL) {
628 free(cc->video_frame);
768 if (cc->video_frame != NULL) {
853 if (cc->video_frame != NULL) {
    [all...]

Completed in 136 milliseconds