Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc110 for (int planeNum = 0; planeNum < kNumOfPlanes; ++planeNum) { in PrintVideoFrame() local
111 int width = (planeNum ? (frame.width() + 1) / 2 : frame.width()); in PrintVideoFrame()
112 int height = (planeNum ? (frame.height() + 1) / 2 : frame.height()); in PrintVideoFrame()
113 PlaneType plane_type = static_cast<PlaneType>(planeNum); in PrintVideoFrame()