HomeSort by relevance Sort by last modified time
    Searched refs:argb_size (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
picture.c 67 const uint64_t argb_size = (uint64_t)width * height; local
78 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb));
  /external/webp/src/enc/
picture.c 67 const uint64_t argb_size = (uint64_t)width * height; local
78 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb));
  /external/chromium_org/third_party/libyuv/source/
convert_to_argb.cc 70 int argb_size = crop_width * abs_crop_height * 4; local
71 rotate_buffer = (uint8*)malloc(argb_size);
  /external/libyuv/files/source/
convert_argb.cc 1034 int argb_size = dst_width * abs_dst_height * 4; local
    [all...]

Completed in 516 milliseconds