Home
last modified time | relevance | path

Searched refs:ReadImageInfo (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h233 void ReadImageInfo(DynamicImages& images, uint64_t image_list_address);
297 friend void ReadImageInfo(DynamicImages& images, uint64_t image_list_address);
Ddynamic_images.cc412 void ReadImageInfo(DynamicImages& images, in ReadImageInfo() function
518 ReadImageInfo<MachO64>(*this, imageList); in ReadImageInfoForTask()
520 ReadImageInfo<MachO32>(*this, imageList); in ReadImageInfoForTask()
/external/webp/src/dec/
Dvp8l_dec.c117 static int ReadImageInfo(VP8LBitReader* const br, in ReadImageInfo() function
138 if (!ReadImageInfo(&br, &w, &h, &a)) { in VP8LGetInfo()
1648 if (!ReadImageInfo(&dec->br_, &width, &height, &has_alpha)) { in VP8LDecodeHeader()