OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChromaWidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h
115
size_t chroma_width = frame->
GetChromaWidth
();
videoframe.h
66
size_t
GetChromaWidth
() const { return (GetWidth() + 1) / 2; }
testutils.cc
324
if (0 != memcmp(u0, u1, frame0->
GetChromaWidth
())) {
327
if (0 != memcmp(v0, v1, frame0->
GetChromaWidth
())) {
Completed in 328 milliseconds