Searched refs:GetMonoPlanarStrideBytes (Results 1 – 3 of 3) sorted by relevance
90 std::optional<uint32_t> Gralloc::GetMonoPlanarStrideBytes(buffer_handle_t buffer) { in GetMonoPlanarStrideBytes() function in aidl::android::hardware::graphics::composer3::impl::Gralloc325 std::optional<uint32_t> GrallocBuffer::GetMonoPlanarStrideBytes() { in GetMonoPlanarStrideBytes() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer327 return gralloc_->GetMonoPlanarStrideBytes(buffer_); in GetMonoPlanarStrideBytes()
84 std::optional<uint32_t> GetMonoPlanarStrideBytes();143 std::optional<uint32_t> GetMonoPlanarStrideBytes(buffer_handle_t);
411 auto bufferStrideBytesOpt = buffer.GetMonoPlanarStrideBytes(); in GetBufferSpec()703 compositionResultBufferOpt->GetMonoPlanarStrideBytes(); in presentDisplay()