Home
last modified time | relevance | path

Searched defs:VideoCodecFrame (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_codec_frame.rs9 pub struct VideoCodecFrame<'a> { struct
10 frame: *mut ffi::GstVideoCodecFrame, argument
17 impl<'a> ::glib::translate::ToGlibPtr<'a, *mut ffi::GstVideoCodecFrame> for VideoCodecFrame<'a> { implementation
29 impl<'a> fmt::Debug for VideoCodecFrame<'a> { implementation
52 impl<'a> VideoCodecFrame<'a> { impl
205 impl<'a> Drop for VideoCodecFrame<'a> { implementation
H A Dvideo_encoder.rs18 frame: &mut VideoCodecFrame, in allocate_output_frame()
24 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in frame()
27 fn frames(&self) -> Vec<VideoCodecFrame>; in frames()
30 fn oldest_frame(&self) -> Option<VideoCodecFrame>; in oldest_frame()
39 frame: Option<VideoCodecFrame>, in finish_frame()
79 frame: &mut VideoCodecFrame, in allocate_output_frame()
106 frame: Option<VideoCodecFrame>, in finish_frame()
159 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in frame()
171 fn frames(&self) -> Vec<VideoCodecFrame> { in frames()
190 fn oldest_frame(&self) -> Option<VideoCodecFrame> { in oldest_frame()
H A Dvideo_decoder.rs35 frame: &mut VideoCodecFrame, in allocate_output_frame()
40 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in frame()
42 fn frames(&self) -> Vec<VideoCodecFrame>; in frames()
44 fn oldest_frame(&self) -> Option<VideoCodecFrame>; in oldest_frame()
50 fn release_frame(&self, frame: VideoCodecFrame); in release_frame()
104 frame: &mut VideoCodecFrame, in allocate_output_frame()
142 fn release_frame(&self, frame: VideoCodecFrame) { in release_frame()
193 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in frame()
206 fn frames(&self) -> Vec<VideoCodecFrame> { in frames()
226 fn oldest_frame(&self) -> Option<VideoCodecFrame> { in oldest_frame()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_codec_frame.rs9 pub struct VideoCodecFrame<'a> { struct
10 frame: *mut ffi::GstVideoCodecFrame, argument
17 impl<'a> ::glib::translate::ToGlibPtr<'a, *mut ffi::GstVideoCodecFrame> for VideoCodecFrame<'a> { argument
29 impl<'a> fmt::Debug for VideoCodecFrame<'a> { implementation
52 impl<'a> VideoCodecFrame<'a> { implementation
205 impl<'a> Drop for VideoCodecFrame<'a> { implementation
H A Dvideo_encoder.rs18 frame: &mut VideoCodecFrame, in allocate_output_frame()
24 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in frame()
27 fn frames(&self) -> Vec<VideoCodecFrame>; in frames()
30 fn oldest_frame(&self) -> Option<VideoCodecFrame>; in oldest_frame()
39 frame: Option<VideoCodecFrame>, in finish_frame()
79 frame: &mut VideoCodecFrame, in allocate_output_frame()
106 frame: Option<VideoCodecFrame>, in finish_frame()
159 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in frame()
171 fn frames(&self) -> Vec<VideoCodecFrame> { in frames()
190 fn oldest_frame(&self) -> Option<VideoCodecFrame> { in oldest_frame()
H A Dvideo_decoder.rs35 frame: &mut VideoCodecFrame, in allocate_output_frame()
40 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in frame()
42 fn frames(&self) -> Vec<VideoCodecFrame>; in frames()
44 fn oldest_frame(&self) -> Option<VideoCodecFrame>; in oldest_frame()
50 fn release_frame(&self, frame: VideoCodecFrame); in release_frame()
104 frame: &mut VideoCodecFrame, in allocate_output_frame()
142 fn release_frame(&self, frame: VideoCodecFrame) { in release_frame()
193 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in frame()
206 fn frames(&self) -> Vec<VideoCodecFrame> { in frames()
226 fn oldest_frame(&self) -> Option<VideoCodecFrame> { in oldest_frame()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/
H A Dvideo_encoder.rs26 frame: &mut VideoCodecFrame, in allocate_output_frame()
30 fn get_frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in get_frame()
31 fn get_frames(&self) -> Vec<VideoCodecFrame>; in get_frames()
32 fn get_oldest_frame(&self) -> Option<VideoCodecFrame>; in get_oldest_frame()
38 frame: Option<VideoCodecFrame>, in finish_frame()
61 frame: &mut VideoCodecFrame, in allocate_output_frame()
89 frame: Option<VideoCodecFrame>, in finish_frame()
125 fn get_frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in get_frame()
137 fn get_frames(&self) -> Vec<VideoCodecFrame> { in get_frames()
157 fn get_oldest_frame(&self) -> Option<VideoCodecFrame> { in get_oldest_frame()
H A Dvideo_codec_frame.rs19 pub struct VideoCodecFrame<'a> { struct
20 frame: *mut gst_video_sys::GstVideoCodecFrame, argument
27 impl<'a> ::glib::translate::ToGlibPtr<'a, *mut gst_video_sys::GstVideoCodecFrame> implementation
28 for VideoCodecFrame<'a> argument
43 impl<'a> fmt::Debug for VideoCodecFrame<'a> { implementation
66 impl<'a> VideoCodecFrame<'a> { impl
208 impl<'a> Drop for VideoCodecFrame<'a> { implementation
H A Dvideo_decoder.rs42 frame: &mut VideoCodecFrame, in allocate_output_frame()
46 fn get_frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in get_frame()
47 fn get_frames(&self) -> Vec<VideoCodecFrame>; in get_frames()
48 fn get_oldest_frame(&self) -> Option<VideoCodecFrame>; in get_oldest_frame()
54 fn release_frame(&self, frame: VideoCodecFrame); in release_frame()
100 frame: &mut VideoCodecFrame, in allocate_output_frame()
148 fn release_frame(&self, frame: VideoCodecFrame) { in release_frame()
192 fn get_frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in get_frame()
204 fn get_frames(&self) -> Vec<VideoCodecFrame> { in get_frames()
224 fn get_oldest_frame(&self) -> Option<VideoCodecFrame> { in get_oldest_frame()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/subclass/
H A Dvideo_decoder.rs48 frame: &VideoCodecFrame, in parse()
58 frame: VideoCodecFrame, in handle_frame()
130 frame: &VideoCodecFrame, in parent_parse()
138 frame: VideoCodecFrame, in parent_handle_frame()
324 frame: &VideoCodecFrame, in parent_parse()
348 frame: VideoCodecFrame, in parent_handle_frame()
H A Dvideo_encoder.rs44 frame: VideoCodecFrame, in handle_frame()
114 frame: VideoCodecFrame, in parent_handle_frame()
284 frame: VideoCodecFrame, in parent_handle_frame()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/subclass/
H A Dvideo_decoder.rs48 frame: &VideoCodecFrame, in parse()
58 frame: VideoCodecFrame, in handle_frame()
130 frame: &VideoCodecFrame, in parent_parse()
138 frame: VideoCodecFrame, in parent_handle_frame()
324 frame: &VideoCodecFrame, in parent_parse()
348 frame: VideoCodecFrame, in parent_handle_frame()
H A Dvideo_encoder.rs44 frame: VideoCodecFrame, in handle_frame()
114 frame: VideoCodecFrame, in parent_handle_frame()
284 frame: VideoCodecFrame, in parent_handle_frame()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/subclass/
H A Dvideo_decoder.rs72 frame: &VideoCodecFrame, in parse()
82 frame: VideoCodecFrame, in handle_frame()
154 frame: &VideoCodecFrame, in parent_parse()
162 frame: VideoCodecFrame, in parent_handle_frame()
328 frame: &VideoCodecFrame, in parent_parse()
354 frame: VideoCodecFrame, in parent_handle_frame()
H A Dvideo_encoder.rs67 frame: VideoCodecFrame, in handle_frame()
137 frame: VideoCodecFrame, in parent_handle_frame()
290 frame: VideoCodecFrame, in parent_handle_frame()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/dav1d/src/dav1ddec/
H A Dimp.rs138 frame: &gst_video::VideoCodecFrame, in decode()
433 frame: gst_video::VideoCodecFrame, in handle_frame()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/cdg/src/cdgdec/
H A Dimp.rs107 mut frame: gst_video::VideoCodecFrame, in handle_frame()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/auto/
H A Dvideo_decoder.rs105 fn request_sync_point(&self, frame: &VideoCodecFrame, flags: VideoDecoderRequestSyncPointFlags); in request_sync_point()
292 frame: &VideoCodecFrame, in request_sync_point()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/auto/
H A Dvideo_decoder.rs105 fn request_sync_point(&self, frame: &VideoCodecFrame, flags: VideoDecoderRequestSyncPointFlags); in request_sync_point()
292 frame: &VideoCodecFrame, in request_sync_point()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/rspng/src/pngenc/
H A Dimp.rs331 mut frame: gst_video::VideoCodecFrame, in handle_frame()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/gif/src/gifenc/
H A Dimp.rs312 mut frame: gst_video::VideoCodecFrame, in handle_frame()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/rav1e/src/rav1enc/
H A Dimp.rs669 frame: gst_video::VideoCodecFrame, in handle_frame()