Searched refs:GetChromaWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCI420Frame.mm46 return _videoFrame->GetChromaWidth();
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h132 size_t chroma_width = frame->GetChromaWidth();
H A Dvideoframe.h66 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; } function in class:cricket::VideoFrame
H A Dtestutils.cc331 if (0 != memcmp(u0, u1, frame0->GetChromaWidth())) {
334 if (0 != memcmp(v0, v1, frame0->GetChromaWidth())) {

Completed in 174 milliseconds