Home | History | Annotate | Download | only in glue

Lines Matching full:video_frame_

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();
75 if (video_frame_.get())
76 return video_frame_->planes();
81 if (video_frame_.get())
82 return static_cast<int>(video_frame_->stride(plane));
87 if (video_frame_.get())
88 return static_cast<const void*>(video_frame_->data(plane));
93 if (video_frame_.get())
94 return video_frame_->gl_texture(plane);