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

  /hardware/qcom/display/msm8996/sdm/libs/core/
display_hdmi.cpp 269 HWScanInfo scan_info = HWScanInfo(); local
270 hw_intf_->GetHWScanInfo(&scan_info);
289 if (active_mode_index == 0 && scan_info.pt_scan_support != kScanNotSupported) {
290 scan_support_ = scan_info.pt_scan_support;
292 scan_support_ = scan_info.cea_scan_support;
294 scan_support_ = scan_info.it_scan_support;
hw_interface.h 87 virtual DisplayError GetHWScanInfo(HWScanInfo *scan_info) = 0;
  /external/wpa_supplicant_8/wpa_supplicant/
scan.h 27 struct scan_info *info, int new_scan);
bss.h 116 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
events.c     [all...]
bss.c 746 const struct scan_info *info)
796 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
    [all...]
wpa_supplicant_i.h 33 struct scan_info;
    [all...]
scan.c     [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.h 51 virtual DisplayError GetHWScanInfo(HWScanInfo *scan_info);
hw_device.h 69 virtual DisplayError GetHWScanInfo(HWScanInfo *scan_info);
hw_hdmi.cpp 355 DisplayError HWHDMI::GetHWScanInfo(HWScanInfo *scan_info) {
356 if (!scan_info) {
359 *scan_info = hw_scan_info_;
427 snprintf(data, sizeof(data), "%s%d/scan_info", fb_path_, fb_node_index_);
438 DLOGW("File %s%d/scan_info is empty.", fb_path_, fb_node_index_);
hw_device.cpp     [all...]
  /external/libjpeg-turbo/
jcmaster.c 39 int scan_number; /* current index in scan_info[] */
166 /* Verify that the scan script in cinfo->scan_info[] is valid; also
186 scanptr = cinfo->scan_info;
308 if (cinfo->scan_info != NULL) {
311 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
594 if (cinfo->scan_info != NULL) {
jcparam.c 217 cinfo->scan_info = NULL;
504 cinfo->scan_info = scanptr;
rdswitch.c 266 cinfo->scan_info = scanptr;
jpeglib.h 359 int num_scans; /* # of entries in scan_info array */
360 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
361 /* The default value of scan_info is NULL, which causes a single-scan
363 * set num_scans and scan_info to point to an array of scan definitions.
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmaster.c 35 int scan_number; /* current index in scan_info[] */
131 /* Verify that the scan script in cinfo->scan_info[] is valid; also
151 scanptr = cinfo->scan_info;
273 if (cinfo->scan_info != NULL) {
276 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
559 if (cinfo->scan_info != NULL) {
fpdfapi_jcparam.c 301 cinfo->scan_info = NULL;
573 cinfo->scan_info = scanptr;
jpeglib.h 415 int num_scans; /* # of entries in scan_info array */
416 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
417 /* The default value of scan_info is NULL, which causes a single-scan
419 * set num_scans and scan_info to point to an array of scan definitions.
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcmaster.c 36 int scan_number; /* current index in scan_info[] */
359 /* Verify that the scan script in cinfo->scan_info[] is valid; also
379 scanptr = cinfo->scan_info;
502 scanptr = (jpeg_scan_info *) cinfo->scan_info;
534 if (cinfo->scan_info != NULL) {
537 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
823 if (cinfo->scan_info != NULL) {
jcparam.c 320 cinfo->scan_info = NULL;
600 cinfo->scan_info = scanptr;
jpeglib.h 343 int num_scans; /* # of entries in scan_info array */
344 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
345 /* The default value of scan_info is NULL, which causes a single-scan
347 * set num_scans and scan_info to point to an array of scan definitions.
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 1022 struct scan_info *info;
1036 info = &event.scan_info;
    [all...]
driver.h 4493 struct scan_info { struct in union:wpa_event_data
4501 } scan_info; member in union:wpa_event_data
    [all...]

Completed in 1010 milliseconds