Searched refs:ReadImageInfo (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.h | 233 void ReadImageInfo(DynamicImages& images, uint64_t image_list_address); 297 friend void ReadImageInfo(DynamicImages& images, uint64_t image_list_address);
|
D | dynamic_images.cc | 416 void ReadImageInfo(DynamicImages& images, in ReadImageInfo() function 522 ReadImageInfo<MachO64>(*this, imageList); in ReadImageInfoForTask() 524 ReadImageInfo<MachO32>(*this, imageList); in ReadImageInfoForTask()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8l.c | 88 static int ReadImageInfo(VP8LBitReader* const br, in ReadImageInfo() function 110 if (!ReadImageInfo(&br, &w, &h, &a)) { in VP8LGetInfo() 1184 if (!ReadImageInfo(&dec->br_, &width, &height, &has_alpha)) { in VP8LDecodeHeader()
|
/external/webp/src/dec/ |
D | vp8l.c | 116 static int ReadImageInfo(VP8LBitReader* const br, in ReadImageInfo() function 137 if (!ReadImageInfo(&br, &w, &h, &a)) { in VP8LGetInfo() 1544 if (!ReadImageInfo(&dec->br_, &width, &height, &has_alpha)) { in VP8LDecodeHeader()
|