Searched refs:PlaneType (Results 1 – 9 of 9) sorted by relevance
24 enum PlaneType { enum89 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);
54 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;
69 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()
103 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()
26 int ExpectedSize(int plane_stride, int image_height, PlaneType type);290 int ExpectedSize(int plane_stride, int image_height, PlaneType type) { in ExpectedSize()
111 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()
48 PlaneType plane_type = static_cast<PlaneType>(plane_num); in PrintFrame()68 PlaneType plane_type = static_cast<PlaneType>(plane_num); in CreateImage()
350 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); in CompareFrames()
79 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); in CompareFrames()