HomeSort by relevance Sort by last modified time
    Searched refs:video_frame_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/webkit/glue/
webvideoframe_impl.cc 19 return wrapped_frame->video_frame_.get();
25 : video_frame_(video_frame) {
51 if (video_frame_.get())
52 return static_cast<WebVideoFrame::SurfaceType>(video_frame_->type());
57 if (video_frame_.get())
58 return static_cast<WebVideoFrame::Format>(video_frame_->format());
63 if (video_frame_.get())
64 return video_frame_->width();
69 if (video_frame_.get())
70 return video_frame_->height()
    [all...]
webvideoframe_impl.h 31 scoped_refptr<media::VideoFrame> video_frame_; member in class:webkit_glue::WebVideoFrameImpl

Completed in 29 milliseconds