Home
last modified time | relevance | path

Searched refs:y_plane_size (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/tools/converter/
Dconverter.cc49 int y_plane_size = YPlaneSize(); in ConvertRGBAToI420Video() local
50 uint8_t* dst_y = new uint8_t[y_plane_size]; in ConvertRGBAToI420Video()
89 success = AddYUVToFile(dst_y, y_plane_size, dst_u, u_plane_size, in ConvertRGBAToI420Video()
110 int y_plane_size, in AddYUVToFile() argument
116 bool success = AddYUVPlaneToFile(y_plane, y_plane_size, output_file) && in AddYUVToFile()
Dconverter.h79 int y_plane_size,
/external/libyuv/files/unit_test/
Dplanar_test.cc1348 int y_plane_size = (yw + b * 2) * (yh + b * 2); in TEST_F() local
1349 align_buffer_page_end(orig_y, y_plane_size); in TEST_F()
1350 align_buffer_page_end(dst_c, y_plane_size); in TEST_F()
1351 align_buffer_page_end(dst_opt, y_plane_size); in TEST_F()
1353 memset(orig_y, 0, y_plane_size); in TEST_F()
1354 memset(dst_c, 0, y_plane_size); in TEST_F()
1355 memset(dst_opt, 0, y_plane_size); in TEST_F()
1365 for (i = 0; i < y_plane_size; ++i) { in TEST_F()
1388 for (i = 0; i < y_plane_size; ++i) { in TEST_F()
2042 const int y_plane_size = benchmark_width * benchmark_height * 2; in TestHalfFloatPlane() local
[all …]
/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_encoder.py255 y_plane_size = yuv_width * yuv_height
257 frame_size = y_plane_size + (2 * u_plane_size)