Searched refs:Ovl (Results 1 – 4 of 4) sorted by relevance
17 zx_status_t Ovl::Init(zx_device_t* parent) { in Init()54 void Ovl::Reset() { in Reset()64 bool Ovl::IsSupportedFormat(zx_pixel_format_t format) { in IsSupportedFormat()74 uint32_t Ovl::GetFormat(zx_pixel_format_t format) { in GetFormat()87 bool Ovl::ByteSwapNeeded(zx_pixel_format_t format) { in ByteSwapNeeded()101 uint32_t Ovl::GetBytesPerPixel(zx_pixel_format_t format) { in GetBytesPerPixel()115 void Ovl::Start() { in Start()123 void Ovl::Stop() { in Stop()147 zx_status_t Ovl::Config(uint8_t layer, OvlConfig &cfg) { in Config()219 void Ovl::Dump() { in Dump()
36 class Ovl {39 Ovl(uint32_t height, uint32_t width, uint32_t pitch, uint32_t x, uint32_t y) in Ovl() function
96 fbl::unique_ptr<mt8167s_display::Ovl> ovl_;
277 ovl_ = fbl::make_unique_checked<mt8167s_display::Ovl>(&ac, in Bind()
Completed in 13 milliseconds