Searched refs:MJPGToI420 (Results 1 – 12 of 12) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert.h | 303 int MJPGToI420(const uint8* sample,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert.h | 195 int MJPGToI420(const uint8* sample, size_t sample_size,
|
/external/libyuv/files/util/ |
D | psnr_main.cc | 443 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_org, ch_org, image_width, in main() 467 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_rec, ch_rec, image_width, in main()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 340 int MJPGToI420(const uint8_t* sample,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 252 r = MJPGToI420(sample, sample_size, dst_y, dst_stride_y, dst_u, in ConvertToI420()
|
D | convert_jpeg.cc | 110 int MJPGToI420(const uint8_t* sample, in MJPGToI420() function
|
/external/libyuv/files/source/ |
D | convert_to_i420.cc | 240 r = MJPGToI420(sample, sample_size, y, y_stride, u, u_stride, v, v_stride, in ConvertToI420()
|
D | convert_jpeg.cc | 106 int MJPGToI420(const uint8* sample, in MJPGToI420() function
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_to_i420.cc | 309 r = MJPGToI420(sample, sample_size, in ConvertToI420()
|
D | convert_jpeg.cc | 139 int MJPGToI420(const uint8* sample, in MJPGToI420() function
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 505 int res = libyuv::MJPGToI420( in TestFirstFrameAfterStreamOn()
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 1366 TEST_F(LibYUVConvertTest, MJPGToI420) { in TEST_F() argument 1389 MJPGToI420(orig_pixels, kSize, dst_y_opt, benchmark_width_, dst_u_opt, in TEST_F()
|