OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argb_size
(Results
1 - 6
of
6
) sorted by null
/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/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/libjingle/source/talk/media/base/
testutils.h
54
#define
ARGB_SIZE
(w, h) (w * h * 4)
testutils.cc
305
fs.Write(img,
ARGB_SIZE
(w, h), NULL, NULL);
/external/libyuv/files/source/
convert_argb.cc
1034
int
argb_size
= dst_width * abs_dst_height * 4;
local
[
all
...]
Completed in 175 milliseconds