Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert.h192 int MJPGToI420(const uint8* sample, size_t sample_size,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h194 int MJPGToI420(const uint8* sample, size_t sample_size,
/external/libyuv/files/util/
Dpsnr_main.cc435 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_org, in main()
465 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_rec, in main()
/external/libvpx/libvpx/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/libyuv/files/source/
Dconvert_to_i420.cc307 r = MJPGToI420(sample, sample_size, in ConvertToI420()
Dconvert_jpeg.cc140 int MJPGToI420(const uint8* sample, in MJPGToI420() function
/external/libyuv/files/unit_test/
Dconvert_test.cc1280 TEST_F(LibYUVConvertTest, MJPGToI420) { in TEST_F() argument
1303 int ret = MJPGToI420(orig_pixels, kSize, in TEST_F()