Searched refs:planeNum (Results 1 – 1 of 1) sorted by relevance
110 for (int planeNum = 0; planeNum < kNumOfPlanes; ++planeNum) { in PrintVideoFrame() local111 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()