Searched refs:get_formats (Results 1 – 11 of 11) sorted by relevance
27 std::vector<PixelFormat> get_formats() const;
31 .def_property_readonly("formats", &VideoStreamer::get_formats) in init_pyvid()
104 .def_property_readonly("formats", &Plane::get_formats) in init_pykmsbase()
72 std::vector<kms::PixelFormat> get_formats();
94 vector<PixelFormat> Plane::get_formats() const in get_formats() function in kms::Plane
106 VkResult (*get_formats)(VkIcdSurfaceBase *surface, member
894 wsi->base.get_formats = wsi_wl_surface_get_formats; in wsi_wl_init_wsi()
574 return iface->get_formats(surface, wsi_device, in wsi_common_get_surface_formats()
1212 wsi->base.get_formats = x11_surface_get_formats; in wsi_x11_init_wsi()
407 std::vector<PixelFormat> VideoStreamer::get_formats() in get_formats() function in VideoStreamer
122 …string fmts = join<PixelFormat>(p.get_formats(), " ", [](PixelFormat fmt) { return PixelFormatToFo… in format_plane()