Searched refs:MJPGToARGB (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 189 int MJPGToARGB(const uint8* sample, size_t sample_size,
|
D | planar_functions.h | 362 int MJPGToARGB(const uint8* sample, size_t sample_size,
|
/external/libyuv/files/include/libyuv/ |
D | convert_argb.h | 268 int MJPGToARGB(const uint8* sample, size_t sample_size,
|
/external/libvpx/libvpx/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/libyuv/files/source/ |
D | convert_to_argb.cc | 281 r = MJPGToARGB(sample, sample_size, in ConvertToARGB()
|
D | convert_jpeg.cc | 304 int MJPGToARGB(const uint8* sample, in MJPGToARGB() function
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 1319 TEST_F(LibYUVConvertTest, MJPGToARGB) { in TEST_F() argument 1336 int ret = MJPGToARGB(orig_pixels, kSize, in TEST_F()
|