Searched refs:argb_size (Results 1 – 3 of 3) sorted by relevance
68 const uint64_t argb_size = (uint64_t)width * height; in WebPPictureAllocARGB() local79 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb)); in WebPPictureAllocARGB()
73 int argb_size = crop_width * 4 * abs_crop_height; in ConvertToARGB() local74 rotate_buffer = (uint8*)malloc(argb_size); /* NOLINT */ in ConvertToARGB()
69 int argb_size = crop_width * 4 * abs_crop_height; in ConvertToARGB() local70 rotate_buffer = (uint8*)malloc(argb_size); in ConvertToARGB()