Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp90 std::optional<uint32_t> Gralloc::GetMonoPlanarStrideBytes(buffer_handle_t buffer) { in GetMonoPlanarStrideBytes() function in aidl::android::hardware::graphics::composer3::impl::Gralloc
325 std::optional<uint32_t> GrallocBuffer::GetMonoPlanarStrideBytes() { in GetMonoPlanarStrideBytes() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer
327 return gralloc_->GetMonoPlanarStrideBytes(buffer_); in GetMonoPlanarStrideBytes()
DGralloc.h84 std::optional<uint32_t> GetMonoPlanarStrideBytes();
143 std::optional<uint32_t> GetMonoPlanarStrideBytes(buffer_handle_t);
DGuestFrameComposer.cpp411 auto bufferStrideBytesOpt = buffer.GetMonoPlanarStrideBytes(); in GetBufferSpec()
703 compositionResultBufferOpt->GetMonoPlanarStrideBytes(); in presentDisplay()