Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_enc.c68 const uint64_t argb_size = (uint64_t)width * height; in WebPPictureAllocARGB() local
79 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb)); in WebPPictureAllocARGB()
/external/libyuv/files/source/
Dconvert_to_argb.cc73 int argb_size = crop_width * 4 * abs_crop_height; in ConvertToARGB() local
74 rotate_buffer = (uint8*)malloc(argb_size); /* NOLINT */ in ConvertToARGB()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc69 int argb_size = crop_width * 4 * abs_crop_height; in ConvertToARGB() local
70 rotate_buffer = (uint8*)malloc(argb_size); in ConvertToARGB()