Home | History | Annotate | Download | only in base

Lines Matching refs:VideoFrame

15 class VideoFrame;
22 // Copies a plane of YUV(A) source into a VideoFrame object, taking into account
27 VideoFrame* frame);
29 VideoFrame* frame);
31 VideoFrame* frame);
33 VideoFrame* frame);
36 MEDIA_EXPORT void MakeOpaqueAPlane(int stride, int rows, VideoFrame* frame);
38 // |plane| is one of VideoFrame::kYPlane, VideoFrame::kUPlane,
39 // VideoFrame::kVPlane or VideoFrame::kAPlane
41 int rows, VideoFrame* frame);
45 MEDIA_EXPORT void FillYUV(VideoFrame* frame, uint8 y, uint8 u, uint8 v);
51 MEDIA_EXPORT void LetterboxYUV(VideoFrame* frame,
85 VideoFrame* frame);