Searched refs:GetDrmFormat (Results 1 – 4 of 4) sorted by relevance
70 std::optional<uint32_t> Gralloc::GetDrmFormat(buffer_handle_t buffer) { in GetDrmFormat() function in aidl::android::hardware::graphics::composer3::impl::Gralloc164 auto format_opt = GetDrmFormat(buffer); in LockYCbCr()267 auto format_opt = GetDrmFormat(); in Lock()311 std::optional<uint32_t> GrallocBuffer::GetDrmFormat() { in GetDrmFormat() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer313 return gralloc_->GetDrmFormat(buffer_); in GetDrmFormat()
80 std::optional<uint32_t> GetDrmFormat();135 std::optional<uint32_t> GetDrmFormat(buffer_handle_t buffer);
371 auto bufferFormatOpt = buffer.GetDrmFormat(); in GetBufferSpec()853 auto bufferFormatOpt = buffer.GetDrmFormat(); in canComposeLayer()
28 std::uint32_t GetDrmFormat(std::uint32_t wl_shm_format) { in GetDrmFormat() function83 GetDrmFormat(wl_shm_buffer_get_format(shm_buffer)); in Commit()