OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argb_size
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
picture.c
123
const uint64_t
argb_size
= (uint64_t)width * height;
local
129
memory = WebPSafeMalloc(
argb_size
, sizeof(*picture->argb));
[
all
...]
/external/libyuv/files/source/
convert_argb.cc
1034
int
argb_size
= dst_width * abs_dst_height * 4;
local
[
all
...]
/external/webp/src/enc/
picture.c
123
const uint64_t
argb_size
= (uint64_t)width * height;
local
129
memory = WebPSafeMalloc(
argb_size
, sizeof(*picture->argb));
[
all
...]
Completed in 97 milliseconds