Searched refs:GetPlaneLayouts (Results 1 – 3 of 3) sorted by relevance
80 std::optional<std::vector<PlaneLayout>> Gralloc::GetPlaneLayouts(buffer_handle_t buffer) { in GetPlaneLayouts() function in aidl::android::hardware::graphics::composer3::impl::Gralloc91 auto plane_layouts_opt = GetPlaneLayouts(buffer); in GetMonoPlanarStrideBytes()182 auto plane_layouts_opt = GetPlaneLayouts(buffer); in LockYCbCr()318 std::optional<std::vector<PlaneLayout>> GrallocBuffer::GetPlaneLayouts() { in GetPlaneLayouts() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer320 return gralloc_->GetPlaneLayouts(buffer_); in GetPlaneLayouts()
87 GetPlaneLayouts();139 GetPlaneLayouts(buffer_handle_t buffer);
754 auto clientTargetPlaneLayoutsOpt = clientTargetBuffer.GetPlaneLayouts(); in presentDisplay()