Searched refs:MJPGToI420 (Results 1 – 8 of 8) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert.h | 192 int MJPGToI420(const uint8* sample, size_t sample_size,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 194 int MJPGToI420(const uint8* sample, size_t sample_size,
|
/external/libyuv/files/util/ |
D | psnr_main.cc | 435 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/ |
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/libyuv/files/source/ |
D | convert_to_i420.cc | 307 r = MJPGToI420(sample, sample_size, in ConvertToI420()
|
D | convert_jpeg.cc | 140 int MJPGToI420(const uint8* sample, in MJPGToI420() function
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 1280 TEST_F(LibYUVConvertTest, MJPGToI420) { in TEST_F() argument 1303 int ret = MJPGToI420(orig_pixels, kSize, in TEST_F()
|