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

  /external/chromium_org/third_party/webrtc/common_video/interface/
i420_video_frame.h 30 enum PlaneType {
80 virtual uint8_t* buffer(PlaneType type);
82 virtual const uint8_t* buffer(PlaneType type) const;
85 virtual int allocated_size(PlaneType type) const;
88 virtual int stride(PlaneType type) const;
143 const Plane* GetPlane(PlaneType type) const;
145 Plane* GetPlane(PlaneType type);
texture_video_frame.h 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;
  /external/chromium_org/third_party/webrtc/common_video/
texture_video_frame.cc 69 uint8_t* TextureVideoFrame::buffer(PlaneType type) {
74 const uint8_t* TextureVideoFrame::buffer(PlaneType type) const {
79 int TextureVideoFrame::allocated_size(PlaneType type) const {
84 int TextureVideoFrame::stride(PlaneType type) const {
i420_video_frame.cc 103 uint8_t* I420VideoFrame::buffer(PlaneType type) {
110 const uint8_t* I420VideoFrame::buffer(PlaneType type) const {
117 int I420VideoFrame::allocated_size(PlaneType type) const {
124 int I420VideoFrame::stride(PlaneType type) const {
171 const Plane* I420VideoFrame::GetPlane(PlaneType type) const {
185 Plane* I420VideoFrame::GetPlane(PlaneType type) {
i420_video_frame_unittest.cc 26 int ExpectedSize(int plane_stride, int image_height, PlaneType type);
290 int ExpectedSize(int plane_stride, int image_height, PlaneType type) {
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
libyuv_unittest.cc 48 PlaneType plane_type = static_cast<PlaneType>(plane_num);
68 PlaneType plane_type = static_cast<PlaneType>(plane_num);
webrtc_libyuv.cc 111 PlaneType plane_type = static_cast<PlaneType>(planeNum);
143 static_cast<PlaneType>(plane));
147 plane_ptr += input_frame.stride(static_cast<PlaneType>(plane));
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.cc 367 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane);
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 79 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane);

Completed in 1112 milliseconds