Searched refs:scan_info (Results 1 – 17 of 17) sorted by relevance
/external/jpeg/ |
D | jcmaster.c | 151 scanptr = cinfo->scan_info; in validate_script() 273 if (cinfo->scan_info != NULL) { in select_scan_parameters() 276 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number; in select_scan_parameters() 559 if (cinfo->scan_info != NULL) { in jinit_c_master_control()
|
D | jcparam.c | 301 cinfo->scan_info = NULL; in jpeg_set_defaults() 573 cinfo->scan_info = scanptr; in jpeg_simple_progression()
|
D | rdswitch.c | 254 cinfo->scan_info = scanptr; in read_scan_script()
|
D | jpeglib.h | 318 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member
|
D | libjpeg.doc | 921 const jpeg_scan_info * scan_info 923 By default, scan_info is NULL; this causes the compressor to write a 924 single-scan sequential JPEG file. If not NULL, scan_info points to 1740 set the scan_info cinfo field to point to an array of scan descriptors, and 1748 When scan_info is not NULL, the compression library will store DCT'd data
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcmaster.c | 152 scanptr = cinfo->scan_info; in validate_script() 274 if (cinfo->scan_info != NULL) { in select_scan_parameters() 277 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number; in select_scan_parameters() 560 if (cinfo->scan_info != NULL) { in jinit_c_master_control()
|
D | fpdfapi_jcparam.c | 302 cinfo->scan_info = NULL; in jpeg_set_defaults() 574 cinfo->scan_info = scanptr; in jpeg_simple_progression()
|
D | jpeglib.h | 381 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | scan.h | 27 struct scan_info *info, int new_scan);
|
D | bss.h | 109 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
|
D | bss.c | 724 const struct scan_info *info) in wpa_bss_included_in_scan() 774 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info, in wpa_bss_update_end()
|
D | wpa_supplicant_i.h | 33 struct scan_info;
|
D | scan.c | 2047 struct scan_info *info, int new_scan) in wpa_supplicant_get_scan_results()
|
D | events.c | 1400 data ? &data->scan_info : in _wpa_supplicant_event_scan_results()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 4332 struct scan_info { struct 4338 } scan_info; member
|
D | driver_nl80211_event.c | 976 struct scan_info *info; in send_scan_event() 990 info = &event.scan_info; in send_scan_event()
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpeglib.h | 381 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member
|