Searched refs:MJPGToI420 (Results 1 – 8 of 8) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert.h | 303 int MJPGToI420(const uint8* sample,
|
/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 | 208 int MJPGToI420(const uint8* sample, size_t sample_size,
|
/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/libvpx/libvpx/third_party/libyuv/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 | 1363 TEST_F(LibYUVConvertTest, MJPGToI420) { in TEST_F() argument 1386 MJPGToI420(orig_pixels, kSize, dst_y_opt, benchmark_width_, dst_u_opt, in TEST_F()
|