HomeSort by relevance Sort by last modified time
    Searched refs:script_space_size (Results 1 - 6 of 6) sorted by null

  /external/libjpeg-turbo/
jcparam.c 497 if (cinfo->script_space == NULL || cinfo->script_space_size < nscans) {
498 cinfo->script_space_size = MAX(nscans, 10);
501 cinfo->script_space_size * sizeof(jpeg_scan_info));
jpeglib.h 465 int script_space_size; member in struct:jpeg_compress_struct
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcparam.c 593 if (cinfo->script_space == NULL || cinfo->script_space_size < nscans) {
594 cinfo->script_space_size = MAX(nscans, 10);
597 cinfo->script_space_size * SIZEOF(jpeg_scan_info));
jpeglib.h 446 int script_space_size; member in struct:jpeg_compress_struct
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcparam.c 566 if (cinfo->script_space == NULL || cinfo->script_space_size < nscans) {
567 cinfo->script_space_size = MAX(nscans, 10);
570 cinfo->script_space_size * SIZEOF(jpeg_scan_info));
jpeglib.h 507 int script_space_size; member in struct:jpeg_compress_struct
    [all...]

Completed in 51 milliseconds