Searched refs:GetChromaWidth (Results 1 – 5 of 5) sorted by relevance
30 return _videoFrame->GetChromaWidth();
342 if (0 != memcmp(u0, u1, frame0->GetChromaWidth())) { in VideoFrameEqual()345 if (0 != memcmp(v0, v1, frame0->GetChromaWidth())) { in VideoFrameEqual()
135 size_t chroma_width = frame->GetChromaWidth(); in CheckFrameColorYuv()
70 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; } in GetChromaWidth() function
46 return _videoFrame->GetChromaWidth();