Searched refs:ReadImageInfo (Results 1 – 3 of 3) 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/webp/src/dec/ |
D | vp8l_dec.c | 117 static int ReadImageInfo(VP8LBitReader* const br, in ReadImageInfo() function 138 if (!ReadImageInfo(&br, &w, &h, &a)) { in VP8LGetInfo() 1652 if (!ReadImageInfo(&dec->br_, &width, &height, &has_alpha)) { in VP8LDecodeHeader()
|