/external/libyuv/files/unit_test/ |
rotate_test.cc | 710 int y_plane_size = (yw + b * 2) * (yh + b * 2); local 715 align_buffer_16(orig_y, y_plane_size) 718 align_buffer_16(ro0_y, y_plane_size) 721 align_buffer_16(ro90_y, y_plane_size) 724 align_buffer_16(ro270_y, y_plane_size) 727 memset(orig_y, 0, y_plane_size); 730 memset(ro0_y, 0, y_plane_size); 733 memset(ro90_y, 0, y_plane_size); 736 memset(ro270_y, 0, y_plane_size); 791 for (i = 0; i < y_plane_size; ++i) 833 int y_plane_size = (yw + b * 2) * (yh + b * 2); local 955 int y_plane_size = (yw + b * 2) * (yh + b * 2); local 1063 int y_plane_size = (yw + b * 2) * (yh + b * 2); local 1171 int y_plane_size = (yw + b * 2) * (yh + b * 2); local 1275 int y_plane_size = (yw + b * 2) * (yh + b * 2); local 1432 int y_plane_size = (yw + b * 2) * (yh + b * 2); local [all...] |
/external/chromium_org/third_party/webrtc/tools/converter/ |
converter.cc | 49 int y_plane_size = YPlaneSize(); local 50 uint8* dst_y = new uint8[y_plane_size]; 89 success = AddYUVToFile(dst_y, y_plane_size, dst_u, u_plane_size, 109 bool Converter::AddYUVToFile(uint8* y_plane, int y_plane_size, 113 bool success = AddYUVPlaneToFile(y_plane, y_plane_size, output_file) &&
|
converter.h | 78 bool AddYUVToFile(uint8* y_plane, int y_plane_size,
|
/external/chromium_org/media/base/ |
yuv_convert.cc | 632 int y_plane_size = width * height; local 633 memcpy(yplane, src, y_plane_size); 635 src += y_plane_size; 636 int u_plane_size = y_plane_size >> 2;
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
barcode_encoder.py | 255 y_plane_size = yuv_width * yuv_height 257 frame_size = y_plane_size + (2 * u_plane_size)
|
/external/chromium_org/third_party/libyuv/unit_test/ |
planar_test.cc | 1313 int y_plane_size = (yw + b * 2) * (yh + b * 2); local [all...] |