HomeSort by relevance Sort by last modified time
    Searched refs:GetChromaWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 107 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 1249 milliseconds