Home
last modified time | relevance | path

Searched refs:PrintPlane (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc59 static int PrintPlane(const uint8_t* buf, in PrintPlane() function
78 if (PrintPlane(frame.DataY(), width, height, frame.StrideY(), file) < 0) { in PrintVideoFrame()
81 if (PrintPlane(frame.DataU(), chroma_width, chroma_height, frame.StrideU(), in PrintVideoFrame()
85 if (PrintPlane(frame.DataV(), chroma_width, chroma_height, frame.StrideV(), in PrintVideoFrame()