OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argb_size
(Results
1 - 2
of
2
) sorted by null
/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
121
const uint64_t
argb_size
= (uint64_t)width * height;
local
127
memory = WebPSafeMalloc(
argb_size
, sizeof(*picture->argb));
[
all
...]
Completed in 200 milliseconds