Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture.c67 const uint64_t argb_size = (uint64_t)width * height; in WebPPictureAllocARGB() local
78 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb)); in WebPPictureAllocARGB()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc70 int argb_size = crop_width * abs_crop_height * 4; in ConvertToARGB() local
71 rotate_buffer = (uint8*)malloc(argb_size); in ConvertToARGB()
/external/libyuv/files/source/
Dconvert_argb.cc1034 int argb_size = dst_width * abs_dst_height * 4; in ConvertToARGB() local
1035 buf = new uint8[argb_size]; in ConvertToARGB()