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/webrtc/talk/media/base/
testutils.h
53
#define
ARGB_SIZE
(w, h) (w * h * 4)
testutils.cc
322
fs.Write(img,
ARGB_SIZE
(w, h), NULL, NULL);
Completed in 209 milliseconds