Searched refs:image_length (Results 1 – 12 of 12) sorted by relevance
/external/syslinux/gpxe/src/util/ |
D | mergerom.pl | 61 $baserom_pci->{image_length} += $rom_pci->{image_length}; 66 $baserom_pci->{runtime_length} += $rom_pci->{image_length};
|
D | disrom.pl | 57 $pci->{image_length}, ( $pci->{image_length} * 512 );
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
D | hidl.h | 44 const u8 *image, u32 image_length); 130 const u8 *image, u32 image_length) in wpas_hidl_notify_hs20_icon_query_done() argument
|
D | hidl.cpp | 204 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()
|
D | hidl_manager.cpp | 804 const u8 *image, u32 image_length) in notifyHs20IconQueryDone() argument 818 std::vector<uint8_t>(image, image + image_length))); in notifyHs20IconQueryDone()
|
D | hidl_manager.h | 71 const char *file_name, const u8 *image, u32 image_length);
|
/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 267 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/ |
D | omap.cc | 222 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/ |
D | ROM.pm | 403 image_length => { offset => 0x10, length => 0x02, pack => "S" },
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.h | 153 u32 image_length);
|
D | notify.c | 940 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/ |
D | tif_ojpeg.c | 264 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()
|