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

  /external/libvpx/libvpx/
warnings.c 64 static int continue_prompt(int num_warnings) {
68 num_warnings);
91 int num_warnings = 0; local
105 ++num_warnings) {
111 if (num_warnings) {
112 if (!disable_prompt && !continue_prompt(num_warnings))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
warnings.c 64 static int continue_prompt(int num_warnings) {
68 num_warnings);
91 int num_warnings = 0; local
105 ++num_warnings) {
111 if (num_warnings) {
112 if (!disable_prompt && !continue_prompt(num_warnings))
  /external/jpeg/
jpeglib.h 733 * should count warnings in num_warnings. The surrounding application
734 * can check for bad data by seeing if num_warnings is nonzero at the
737 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 739 * should count warnings in num_warnings. The surrounding application
740 * can check for bad data by seeing if num_warnings is nonzero at the
743 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 739 * should count warnings in num_warnings. The surrounding application
740 * can check for bad data by seeing if num_warnings is nonzero at the
743 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr
    [all...]

Completed in 4095 milliseconds