Searched defs:scan_info (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Djpeglib.h364 int num_scans; /* # of entries in scan_info array */
365 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
366 /* The default value of scan_info is NULL, which causes a single-scan
368 * set num_scans and scan_info to point to an array of scan definitions.
/external/jpeg/
H A Djpeglib.h317 int num_scans; /* # of entries in scan_info array */
318 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
319 /* The default value of scan_info is NULL, which causes a single-scan
321 * set num_scans and scan_info to point to an array of scan definitions.
/external/qemu/distrib/jpeg-6b/
H A Djpeglib.h317 int num_scans; /* # of entries in scan_info array */
318 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
319 /* The default value of scan_info is NULL, which causes a single-scan
321 * set num_scans and scan_info to point to an array of scan definitions.
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h380 int num_scans; /* # of entries in scan_info array */
381 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
382 /* The default value of scan_info is NULL, which causes a single-scan
384 * set num_scans and scan_info to point to an array of scan definitions.
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djpeglib.h380 int num_scans; /* # of entries in scan_info array */
381 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
382 /* The default value of scan_info is NULL, which causes a single-scan
384 * set num_scans and scan_info to point to an array of scan definitions.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3082 * completed scan can be provided with union wpa_event_data::scan_info.
3908 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
3916 struct scan_info { struct in union:wpa_event_data
3922 } scan_info; member in union:wpa_event_data
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h3082 * completed scan can be provided with union wpa_event_data::scan_info.
3908 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
3916 struct scan_info { struct in union:wpa_event_data
3922 } scan_info; member in union:wpa_event_data
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h3082 * completed scan can be provided with union wpa_event_data::scan_info.
3908 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
3916 struct scan_info { struct in union:wpa_event_data
3922 } scan_info; member in union:wpa_event_data

Completed in 324 milliseconds