Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.h66 std::optional<uint32_t> GetDrmFormat();
113 std::optional<uint32_t> GetDrmFormat(buffer_handle_t buffer);
Dgralloc_utils.cpp93 std::optional<uint32_t> Gralloc::GetDrmFormat(buffer_handle_t buffer) { in GetDrmFormat() function in cuttlefish::Gralloc
243 auto format_opt = GetDrmFormat(buffer); in LockYCbCr()
420 std::optional<uint32_t> GrallocBuffer::GetDrmFormat() { in GetDrmFormat() function in cuttlefish::GrallocBuffer
422 return gralloc_->GetDrmFormat(buffer_); in GetDrmFormat()
Dcpu_composer.cpp305 auto buffer_format_opt = buffer.GetDrmFormat(); in GetBufferSpec()
384 auto buffer_format_opt = buffer.GetDrmFormat(); in CanCompositeLayer()