Home
last modified time | relevance | path

Searched refs:MJPGToARGB (Results 1 – 11 of 11) sorted by relevance

/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert_argb.h190 int MJPGToARGB(const uint8* sample, size_t sample_size,
Dplanar_functions.h363 int MJPGToARGB(const uint8* sample, size_t sample_size,
/external/libyuv/files/include/libyuv/
Dconvert_argb.h425 int MJPGToARGB(const uint8* sample,
/external/libyuv/files/source/
Dconvert_to_argb.cc244 r = MJPGToARGB(sample, sample_size, crop_argb, argb_stride, src_width, in ConvertToARGB()
Dconvert_jpeg.cc238 int MJPGToARGB(const uint8* sample, in MJPGToARGB() function
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc265 r = MJPGToARGB(sample, sample_size, dst_argb, dst_stride_argb, src_width, in ConvertToARGB()
Dconvert_jpeg.cc248 int MJPGToARGB(const uint8_t* sample, in MJPGToARGB() function
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_argb.cc282 r = MJPGToARGB(sample, sample_size, in ConvertToARGB()
Dconvert_jpeg.cc303 int MJPGToARGB(const uint8* sample, in MJPGToARGB() function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_argb.h608 int MJPGToARGB(const uint8_t* sample,
/external/libyuv/files/unit_test/
Dconvert_test.cc1403 TEST_F(LibYUVConvertTest, MJPGToARGB) { in TEST_F() argument
1421 int ret = MJPGToARGB(orig_pixels, kSize, dst_argb_opt, benchmark_width_ * 4, in TEST_F()