Home
last modified time | relevance | path

Searched refs:MJPGToI420 (Results 1 – 12 of 12) sorted by relevance

/external/libyuv/files/include/libyuv/
Dconvert.h303 int MJPGToI420(const uint8* sample,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert.h195 int MJPGToI420(const uint8* sample, size_t sample_size,
/external/libyuv/files/util/
Dpsnr_main.cc443 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/
Dconvert.h340 int MJPGToI420(const uint8_t* sample,
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc252 r = MJPGToI420(sample, sample_size, dst_y, dst_stride_y, dst_u, in ConvertToI420()
Dconvert_jpeg.cc110 int MJPGToI420(const uint8_t* sample, in MJPGToI420() function
/external/libyuv/files/source/
Dconvert_to_i420.cc240 r = MJPGToI420(sample, sample_size, y, y_stride, u, u_stride, v, v_stride, in ConvertToI420()
Dconvert_jpeg.cc106 int MJPGToI420(const uint8* sample, in MJPGToI420() function
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc309 r = MJPGToI420(sample, sample_size, in ConvertToI420()
Dconvert_jpeg.cc139 int MJPGToI420(const uint8* sample, in MJPGToI420() function
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc505 int res = libyuv::MJPGToI420( in TestFirstFrameAfterStreamOn()
/external/libyuv/files/unit_test/
Dconvert_test.cc1366 TEST_F(LibYUVConvertTest, MJPGToI420) { in TEST_F() argument
1389 MJPGToI420(orig_pixels, kSize, dst_y_opt, benchmark_width_, dst_u_opt, in TEST_F()