/external/webrtc/webrtc/common_video/libyuv/ |
libyuv_unittest.cc | 47 PlaneType plane_type = static_cast<PlaneType>(plane_num); local 50 ret += PrintBuffer(frame->buffer(plane_type), width, height, 51 frame->stride(plane_type)); 67 PlaneType plane_type = static_cast<PlaneType>(plane_num); local 68 uint8_t *data = frame->buffer(plane_type); 73 data += frame->stride(plane_type);
|
webrtc_libyuv.cc | 113 PlaneType plane_type = static_cast<PlaneType>(planeNum); local 114 const uint8_t* plane_buffer = frame.buffer(plane_type); 120 plane_buffer += frame.stride(plane_type);
|
/external/webrtc/webrtc/modules/video_processing/test/ |
video_processing_unittest.cc | 383 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local 384 int allocated_size1 = frame1.allocated_size(plane_type); 385 int allocated_size2 = frame2.allocated_size(plane_type); 388 const uint8_t* plane_buffer1 = frame1.buffer(plane_type); 389 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
|
/external/libvpx/libvpx/vp8/encoder/ |
tokenize.c | 359 int plane_type; local 377 plane_type = 3; 380 plane_type = 0; 383 tokenize1st_order_b(x, t, plane_type, cpi); 508 int plane_type; local 510 plane_type = 3; 515 plane_type = 0; 520 plane_type, cpi, x);
|
/external/webrtc/webrtc/modules/video_capture/test/ |
video_capture_unittest.cc | 77 webrtc::PlaneType plane_type = static_cast<webrtc::PlaneType>(plane); local 78 int allocated_size1 = frame1.allocated_size(plane_type); 79 int allocated_size2 = frame2.allocated_size(plane_type); 82 const uint8_t* plane_buffer1 = frame1.buffer(plane_type); 83 const uint8_t* plane_buffer2 = frame2.buffer(plane_type);
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_unittest.h | 237 PlaneType plane_type = static_cast<PlaneType>(plane_num); local 238 uint8_t* data = frame->buffer(plane_type); 242 memset(frame->buffer(plane_type), 0, frame->allocated_size(plane_type)); 245 data += frame->stride(plane_type); [all...] |