Home
last modified time | relevance | path

Searched refs:PlaneType (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/
Dvideo_frame.h24 enum PlaneType { enum
89 virtual uint8_t* buffer(PlaneType type);
91 virtual const uint8_t* buffer(PlaneType type) const;
94 virtual int allocated_size(PlaneType type) const;
97 virtual int stride(PlaneType type) const;
156 const Plane* GetPlane(PlaneType type) const;
158 Plane* GetPlane(PlaneType type);
/external/chromium_org/third_party/webrtc/common_video/interface/
Dtexture_video_frame.h54 virtual uint8_t* buffer(PlaneType type) OVERRIDE;
55 virtual const uint8_t* buffer(PlaneType type) const OVERRIDE;
56 virtual int allocated_size(PlaneType type) const OVERRIDE;
57 virtual int stride(PlaneType type) const OVERRIDE;
/external/chromium_org/third_party/webrtc/common_video/
Dtexture_video_frame.cc69 uint8_t* TextureVideoFrame::buffer(PlaneType type) { in buffer()
74 const uint8_t* TextureVideoFrame::buffer(PlaneType type) const { in buffer()
79 int TextureVideoFrame::allocated_size(PlaneType type) const { in allocated_size()
84 int TextureVideoFrame::stride(PlaneType type) const { in stride()
Di420_video_frame.cc103 uint8_t* I420VideoFrame::buffer(PlaneType type) { in buffer()
110 const uint8_t* I420VideoFrame::buffer(PlaneType type) const { in buffer()
117 int I420VideoFrame::allocated_size(PlaneType type) const { in allocated_size()
124 int I420VideoFrame::stride(PlaneType type) const { in stride()
171 const Plane* I420VideoFrame::GetPlane(PlaneType type) const { in GetPlane()
185 Plane* I420VideoFrame::GetPlane(PlaneType type) { in GetPlane()
Di420_video_frame_unittest.cc26 int ExpectedSize(int plane_stride, int image_height, PlaneType type);
290 int ExpectedSize(int plane_stride, int image_height, PlaneType type) { in ExpectedSize()
/external/chromium_org/third_party/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc111 PlaneType plane_type = static_cast<PlaneType>(planeNum); in PrintI420VideoFrame()
143 static_cast<PlaneType>(plane)); in ExtractBuffer()
147 plane_ptr += input_frame.stride(static_cast<PlaneType>(plane)); in ExtractBuffer()
Dlibyuv_unittest.cc48 PlaneType plane_type = static_cast<PlaneType>(plane_num); in PrintFrame()
68 PlaneType plane_type = static_cast<PlaneType>(plane_num); in CreateImage()
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
Dvideo_processing_unittest.cc350 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); in CompareFrames()
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc79 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); in CompareFrames()