Searched refs:argb_size (Results 1 – 3 of 3) sorted by relevance
67 const uint64_t argb_size = (uint64_t)width * height; in WebPPictureAllocARGB() local78 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb)); in WebPPictureAllocARGB()
70 int argb_size = crop_width * abs_crop_height * 4; in ConvertToARGB() local71 rotate_buffer = (uint8*)malloc(argb_size); in ConvertToARGB()
1034 int argb_size = dst_width * abs_dst_height * 4; in ConvertToARGB() local1035 buf = new uint8[argb_size]; in ConvertToARGB()