Searched defs:GetChromaHeight (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/media/base/
H A Dvideoframe.h71 size_t GetChromaHeight() const { return (GetHeight() + 1) / 2; } function in class:cricket::VideoFrame
72 size_t GetChromaSize() const { return GetUPitch() * GetChromaHeight(); }

Completed in 177 milliseconds