Home
last modified time | relevance | path

Searched refs:MJPGSize (Results 1 – 5 of 5) sorted by relevance

/external/libyuv/files/include/libyuv/
Dconvert.h201 int MJPGSize(const uint8* sample, size_t sample_size,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h203 int MJPGSize(const uint8* sample, size_t sample_size,
/external/libyuv/files/source/
Dconvert_jpeg.cc125 int MJPGSize(const uint8* sample, size_t sample_size, in MJPGSize() function
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc124 int MJPGSize(const uint8* sample, size_t sample_size, in MJPGSize() function
/external/libyuv/files/util/
Dpsnr_main.cc98 if (0 == libyuv::MJPGSize(ch_org, total_size, width_ptr, height_ptr)) { in ExtractResolutionFromFilename()