Home
last modified time | relevance | path

Searched refs:Rav1Enc (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/rav1e/src/rav1enc/
H A Dmod.rs15 …pub struct Rav1Enc(ObjectSubclass<imp::Rav1Enc>) @extends gst_video::VideoEncoder, gst::Element, g…
20 unsafe impl Send for Rav1Enc {} implementation
21 unsafe impl Sync for Rav1Enc {} implementation
28 Rav1Enc::static_type(), in register()
H A Dimp.rs194 pub struct Rav1Enc { struct
208 impl ObjectSubclass for Rav1Enc { argument
210 type Type = super::Rav1Enc;
214 impl ObjectImpl for Rav1Enc { implementation
411 impl ElementImpl for Rav1Enc { implementation
480 impl VideoEncoderImpl for Rav1Enc { implementation
721 impl Rav1Enc { implementation
724 element: &super::Rav1Enc, in output_frames() argument