Searched refs:image_length (Results 1 - 17 of 17) sorted by relevance

/external/syslinux/gpxe/src/util/
H A Dmergerom.pl61 $baserom_pci->{image_length} += $rom_pci->{image_length};
66 $baserom_pci->{runtime_length} += $rom_pci->{image_length};
H A Ddisrom.pl57 $pci->{image_length}, ( $pci->{image_length} * 512 );
/external/harfbuzz_ng/src/
H A Dhb-ot-cbdt-table.hh416 unsigned int image_offset = 0, image_length = 0, image_format = 0; local
417 if (!subtable_record->get_image_data (glyph, &image_offset, &image_length, &image_format))
421 if (unlikely (image_offset > cbdt_len || cbdt_len - image_offset < image_length))
427 if (unlikely (image_length < GlyphBitmapDataFormat17::min_size))
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cGLSLnoperspectiveTests.cpp380 static const glw::GLsizei image_length = w * h; local
505 fbo_data.resize(image_length);
506 noperspective_data.resize(image_length);
532 for (size_t pixel = 0; pixel < image_length; ++pixel)
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dhidl.h44 const u8 *image, u32 image_length);
130 const u8 *image, u32 image_length)
128 wpas_hidl_notify_hs20_icon_query_done( struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, const u8 *image, u32 image_length) argument
H A Dhidl.cpp203 const u8 *image, u32 image_length)
218 wpa_s, bssid, file_name, image, image_length);
201 wpas_hidl_notify_hs20_icon_query_done( struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, const u8 *image, u32 image_length) argument
H A Dhidl_manager.h71 const char *file_name, const u8 *image, u32 image_length);
H A Dhidl_manager.cpp804 * @param image_length Size of the the icon file.
808 const u8 *image, u32 image_length)
822 std::vector<uint8_t>(image, image + image_length)));
806 notifyHs20IconQueryDone( struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, const u8 *image, u32 image_length) argument
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
H A Dhidl.h44 const u8 *image, u32 image_length);
131 const u8 *image, u32 image_length)
129 wpas_hidl_notify_hs20_icon_query_done( struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, const u8 *image, u32 image_length) argument
H A Dhidl.cpp203 const u8 *image, u32 image_length)
218 wpa_s, bssid, file_name, image, image_length);
201 wpas_hidl_notify_hs20_icon_query_done( struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, const u8 *image, u32 image_length) argument
H A Dhidl_manager.h74 const char *file_name, const u8 *image, u32 image_length);
H A Dhidl_manager.cpp829 * @param image_length Size of the the icon file.
833 const u8 *image, u32 image_length)
847 std::vector<uint8_t>(image, image + image_length)));
831 notifyHs20IconQueryDone( struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, const u8 *image, u32 image_length) argument
/external/google-breakpad/src/common/windows/
H A Domap.cc222 bool GetOriginalImageLength(IDiaSession* session, DWORD* image_length) { argument
224 assert(image_length != NULL);
256 *image_length = temp_image_length;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnotify.h163 u32 image_length);
H A Dnotify.c946 u32 image_length)
953 image_length);
944 wpas_notify_hs20_icon_query_done(struct wpa_supplicant *wpa_s, const u8* bssid, const char* file_name, const u8* image, u32 image_length) argument
/external/syslinux/gpxe/src/util/Option/
H A DROM.pm403 image_length => { offset => 0x10, length => 0x02, pack => "S" },
/external/pdfium/third_party/libtiff/
H A Dtif_ojpeg.c265 uint32 image_length; member in struct:__anon18173
1059 sp->image_length=tif->tif_dir.td_imagelength;
1064 sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_length;
1070 sp->strile_length_total=sp->image_length;
1094 if (sp->strile_length<sp->image_length)
1618 if (((uint32)p<sp->image_length) && ((uint32)p<sp->strile_length_total))

Completed in 392 milliseconds