OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I420_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc
279
stream->ReadAll(out,
I420_SIZE
(width, height), NULL, NULL);
292
fs.Write(img,
I420_SIZE
(w, h), NULL, NULL);
testutils.h
52
#define
I420_SIZE
(w, h) (w * h + (((w + 1) / 2) * ((h + 1) / 2)) * 2)
Completed in 527 milliseconds