Home
last modified time | relevance | path

Searched refs:image_length (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/gpxe/src/util/
Dmergerom.pl61 $baserom_pci->{image_length} += $rom_pci->{image_length};
66 $baserom_pci->{runtime_length} += $rom_pci->{image_length};
Ddisrom.pl57 $pci->{image_length}, ( $pci->{image_length} * 512 );
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl.h44 const u8 *image, u32 image_length);
130 const u8 *image, u32 image_length) in wpas_hidl_notify_hs20_icon_query_done() argument
Dhidl.cpp204 const u8 *image, u32 image_length) in wpas_hidl_notify_hs20_icon_query_done() argument
219 wpa_s, bssid, file_name, image, image_length); in wpas_hidl_notify_hs20_icon_query_done()
Dhidl_manager.cpp804 const u8 *image, u32 image_length) in notifyHs20IconQueryDone() argument
818 std::vector<uint8_t>(image, image + image_length))); in notifyHs20IconQueryDone()
Dhidl_manager.h71 const char *file_name, const u8 *image, u32 image_length);
/external/harfbuzz_ng/src/
Dhb-ot-font.cc267 unsigned int image_offset = 0, image_length = 0, image_format = 0; in get_extents() local
268 if (!subtable_record->get_image_data (glyph, &image_offset, &image_length, &image_format)) in get_extents()
274 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length)) in get_extents()
280 if (unlikely (image_length < OT::GlyphBitmapDataFormat17::min_size)) in get_extents()
/external/google-breakpad/src/common/windows/
Domap.cc222 bool GetOriginalImageLength(IDiaSession* session, DWORD* image_length) { in GetOriginalImageLength() argument
224 assert(image_length != NULL); in GetOriginalImageLength()
256 *image_length = temp_image_length; in GetOriginalImageLength()
/external/syslinux/gpxe/src/util/Option/
DROM.pm403 image_length => { offset => 0x10, length => 0x02, pack => "S" },
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.h153 u32 image_length);
Dnotify.c940 u32 image_length) in wpas_notify_hs20_icon_query_done() argument
947 image_length); in wpas_notify_hs20_icon_query_done()
/external/pdfium/third_party/libtiff/
Dtif_ojpeg.c264 uint32 image_length; member
1051 sp->image_length=tif->tif_dir.td_imagelength; in OJPEGReadHeaderInfo()
1056 …sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_leng… in OJPEGReadHeaderInfo()
1062 sp->strile_length_total=sp->image_length; in OJPEGReadHeaderInfo()
1086 if (sp->strile_length<sp->image_length) in OJPEGReadHeaderInfo()
1609 if (((uint32)p<sp->image_length) && ((uint32)p<sp->strile_length_total)) in OJPEGReadHeaderInfoSecStreamSof()