HomeSort by relevance Sort by last modified time
    Searched full:video_frame (Results 1 - 9 of 9) 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...]
video_renderer_impl.h 53 void SlowPaint(media::VideoFrame* video_frame,
60 void FastPaint(media::VideoFrame* video_frame,
web_video_renderer.h 8 #include "media/base/video_frame.h"
  /external/chromium/webkit/glue/
webvideoframe_impl.h 8 #include "media/base/video_frame.h"
19 WebVideoFrameImpl(scoped_refptr<media::VideoFrame> video_frame);
webvideoframe_impl.cc 7 #include "media/base/video_frame.h"
24 scoped_refptr<media::VideoFrame> video_frame)
25 : video_frame_(video_frame) {
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...]
  /frameworks/base/media/java/android/media/
Metadata.java 144 public static final int VIDEO_FRAME = 19; // Bitmap
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 240 VIDEO_FRAME = 0x20,
    [all...]

Completed in 131 milliseconds