Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_argb.h189 int MJPGToARGB(const uint8* sample, size_t sample_size,
Dplanar_functions.h362 int MJPGToARGB(const uint8* sample, size_t sample_size,
/external/libyuv/files/include/libyuv/
Dconvert_argb.h268 int MJPGToARGB(const uint8* sample, size_t sample_size,
/external/libvpx/libvpx/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/libyuv/files/source/
Dconvert_to_argb.cc281 r = MJPGToARGB(sample, sample_size, in ConvertToARGB()
Dconvert_jpeg.cc304 int MJPGToARGB(const uint8* sample, in MJPGToARGB() function
/external/libyuv/files/unit_test/
Dconvert_test.cc1319 TEST_F(LibYUVConvertTest, MJPGToARGB) { in TEST_F() argument
1336 int ret = MJPGToARGB(orig_pixels, kSize, in TEST_F()