Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp96 std::vector<PlaneLayout>& plane_layouts = *plane_layouts_opt; in GetMonoPlanarStrideBytes() local
97 if (plane_layouts.size() != 1) { in GetMonoPlanarStrideBytes()
101 if (plane_layouts[0].strideInBytes > std::numeric_limits<uint32_t>::max()) { in GetMonoPlanarStrideBytes()
103 plane_layouts[0].strideInBytes); in GetMonoPlanarStrideBytes()
106 return static_cast<uint32_t>(plane_layouts[0].strideInBytes); in GetMonoPlanarStrideBytes()