Searched refs:get_discrete_frame_sizes (Results 1 – 3 of 3) sorted by relevance
22 .def_property_readonly("discrete_frame_sizes", &VideoDevice::get_discrete_frame_sizes) in init_pyvid()
27 std::vector<std::tuple<uint32_t, uint32_t>> get_discrete_frame_sizes(kms::PixelFormat fmt);
317 vector<tuple<uint32_t, uint32_t>> VideoDevice::get_discrete_frame_sizes(PixelFormat fmt) in get_discrete_frame_sizes() function in VideoDevice