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

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c123 const uint64_t argb_size = (uint64_t)width * height; local
129 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb));
/external/libyuv/files/source/
H A Dconvert_argb.cc1034 int argb_size = dst_width * abs_dst_height * 4; local
1035 buf = new uint8[argb_size];
/external/webp/src/enc/
H A Dpicture.c123 const uint64_t argb_size = (uint64_t)width * height; local
129 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb));

Completed in 84 milliseconds