OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChromaWidth
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm
30
return _videoFrame->
GetChromaWidth
();
/external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm
46
return _videoFrame->
GetChromaWidth
();
/external/webrtc/talk/media/base/
videoframe.h
70
size_t
GetChromaWidth
() const { return (GetWidth() + 1) / 2; }
fakevideorenderer.h
135
size_t chroma_width = frame->
GetChromaWidth
();
testutils.cc
342
if (0 != memcmp(u0, u1, frame0->
GetChromaWidth
())) {
345
if (0 != memcmp(v0, v1, frame0->
GetChromaWidth
())) {
Completed in 186 milliseconds