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