Searched refs:uvPlaneSize (Results 1 – 1 of 1) sorted by relevance
737 size_t uvPlaneSize = stride * kHeight / 4; in CreateAndFillBufferFromParam() local738 size_t capacity = yPlaneSize + uvPlaneSize * 2; in CreateAndFillBufferFromParam()750 size_t planeSize = (planeOrder[0] == C2PlanarLayout::PLANE_Y) ? yPlaneSize : uvPlaneSize; in CreateAndFillBufferFromParam()756 planeSize = (planeOrder[i] == C2PlanarLayout::PLANE_Y) ? yPlaneSize : uvPlaneSize; in CreateAndFillBufferFromParam()761 planeSize = uvPlaneSize * 2 - 1; in CreateAndFillBufferFromParam()