Home
last modified time | relevance | path

Searched refs:GetWidth (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.h64 std::optional<uint32_t> GetWidth();
107 std::optional<uint32_t> GetWidth(buffer_handle_t buffer);
Dgralloc_utils.cpp59 std::optional<uint32_t> Gralloc::GetWidth(buffer_handle_t buffer) { in GetWidth() function in cuttlefish::Gralloc
175 auto width_opt = GetWidth(buffer); in Lock()
261 auto width_opt = GetWidth(buffer); in LockYCbCr()
406 std::optional<uint32_t> GrallocBuffer::GetWidth() { in GetWidth() function in cuttlefish::GrallocBuffer
408 return gralloc_->GetWidth(buffer_); in GetWidth()
Dbase_composer.cpp65 auto buffer_width_opt = buffer.GetWidth(); in IsValidLayer()
Dcpu_composer.cpp312 auto buffer_width_opt = buffer.GetWidth(); in GetBufferSpec()