HomeSort by relevance Sort by last modified time
    Searched defs:ValidateJpeg (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
mjpeg_validate.cc 20 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) {
  /external/chromium_org/third_party/libyuv/source/
mjpeg_validate.cc 20 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) {
  /external/libyuv/files/source/
mjpeg_decoder.cc 85 bool ValidateJpeg(const uint8* sample, size_t sample_size) {
116 if (!ValidateJpeg(src, src_len)) {

Completed in 294 milliseconds