Searched refs:GetDrmFormat (Results 1 – 3 of 3) sorted by relevance
66 std::optional<uint32_t> GetDrmFormat();113 std::optional<uint32_t> GetDrmFormat(buffer_handle_t buffer);
93 std::optional<uint32_t> Gralloc::GetDrmFormat(buffer_handle_t buffer) { in GetDrmFormat() function in cuttlefish::Gralloc243 auto format_opt = GetDrmFormat(buffer); in LockYCbCr()420 std::optional<uint32_t> GrallocBuffer::GetDrmFormat() { in GetDrmFormat() function in cuttlefish::GrallocBuffer422 return gralloc_->GetDrmFormat(buffer_); in GetDrmFormat()
305 auto buffer_format_opt = buffer.GetDrmFormat(); in GetBufferSpec()384 auto buffer_format_opt = buffer.GetDrmFormat(); in CanCompositeLayer()