Home
last modified time | relevance | path

Searched refs:ihdr (Results 1 – 4 of 4) sorted by relevance

/external/oss-fuzz/projects/libpng-proto/
Dpng_proto_fuzzer_example.cc54 auto &ihdr = png_proto.ihdr(); in ProtoToPng() local
57 uint32_t w = std::min(ihdr.width(), 4096U); in ProtoToPng()
58 uint32_t h = std::min(ihdr.height(), 4096U); in ProtoToPng()
61 WriteInt(ihdr_str, ihdr.other1()); in ProtoToPng()
62 WriteByte(ihdr_str, ihdr.other2()); in ProtoToPng()
Dpng_fuzz_proto.proto42 required IHDR ihdr = 1; field
/external/u-boot/common/
Dimage-android.c56 const struct image_header *ihdr = (const struct image_header *) in android_image_get_kernel() local
99 if (image_get_magic(ihdr) == IH_MAGIC) { in android_image_get_kernel()
100 *os_data = image_get_data(ihdr); in android_image_get_kernel()
107 if (image_get_magic(ihdr) == IH_MAGIC) in android_image_get_kernel()
108 *os_len = image_get_data_size(ihdr); in android_image_get_kernel()
/external/u-boot/tools/
Dmxsimage.c1411 struct sb_boot_image_header *ihdr = &ictx->payload; in sb_fixup_sections_and_tags() local
1416 uint32_t offset = ihdr->first_boot_tag_block; in sb_fixup_sections_and_tags()