Searched refs:MJPGToARGB (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 190 int MJPGToARGB(const uint8* sample, size_t sample_size,
|
D | planar_functions.h | 363 int MJPGToARGB(const uint8* sample, size_t sample_size,
|
/external/libyuv/files/include/libyuv/ |
D | convert_argb.h | 425 int MJPGToARGB(const uint8* sample,
|
/external/libyuv/files/source/ |
D | convert_to_argb.cc | 244 r = MJPGToARGB(sample, sample_size, crop_argb, argb_stride, src_width, in ConvertToARGB()
|
D | convert_jpeg.cc | 238 int MJPGToARGB(const uint8* sample, in MJPGToARGB() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_argb.cc | 265 r = MJPGToARGB(sample, sample_size, dst_argb, dst_stride_argb, src_width, in ConvertToARGB()
|
D | convert_jpeg.cc | 248 int MJPGToARGB(const uint8_t* sample, in MJPGToARGB() function
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_to_argb.cc | 282 r = MJPGToARGB(sample, sample_size, in ConvertToARGB()
|
D | convert_jpeg.cc | 303 int MJPGToARGB(const uint8* sample, in MJPGToARGB() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 608 int MJPGToARGB(const uint8_t* sample,
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 1403 TEST_F(LibYUVConvertTest, MJPGToARGB) { in TEST_F() argument 1421 int ret = MJPGToARGB(orig_pixels, kSize, dst_argb_opt, benchmark_width_ * 4, in TEST_F()
|