Searched refs:plane_layouts (Results 1 – 1 of 1) sorted by relevance
96 std::vector<PlaneLayout>& plane_layouts = *plane_layouts_opt; in GetMonoPlanarStrideBytes() local97 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()