Searched refs:GetWidth (Results 1 – 4 of 4) sorted by relevance
64 std::optional<uint32_t> GetWidth();107 std::optional<uint32_t> GetWidth(buffer_handle_t buffer);
59 std::optional<uint32_t> Gralloc::GetWidth(buffer_handle_t buffer) { in GetWidth() function in cuttlefish::Gralloc175 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::GrallocBuffer408 return gralloc_->GetWidth(buffer_); in GetWidth()
65 auto buffer_width_opt = buffer.GetWidth(); in IsValidLayer()
312 auto buffer_width_opt = buffer.GetWidth(); in GetBufferSpec()