Home
last modified time | relevance | path

Searched refs:VideoCodecFrame (Results 1 – 25 of 81) sorted by relevance

1234

/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/
H A Dvideo_encoder.rs19 use VideoCodecFrame;
26 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
30 fn get_frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in get_frame() argument
31 fn get_frames(&self) -> Vec<VideoCodecFrame>; in get_frames() argument
32 fn get_oldest_frame(&self) -> Option<VideoCodecFrame>; in get_oldest_frame() argument
38 frame: Option<VideoCodecFrame>, in finish_frame() argument
61 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
89 frame: Option<VideoCodecFrame>, in finish_frame() argument
125 fn get_frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in get_frame() argument
137 fn get_frames(&self) -> Vec<VideoCodecFrame> { in get_frames() argument
[all …]
H A Dvideo_decoder.rs18 use VideoCodecFrame;
42 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
46 fn get_frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in get_frame() argument
47 fn get_frames(&self) -> Vec<VideoCodecFrame>; in get_frames() argument
48 fn get_oldest_frame(&self) -> Option<VideoCodecFrame>; in get_oldest_frame() argument
54 fn release_frame(&self, frame: VideoCodecFrame); in release_frame() argument
100 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
148 fn release_frame(&self, frame: VideoCodecFrame) { in release_frame() argument
192 fn get_frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in get_frame() argument
204 fn get_frames(&self) -> Vec<VideoCodecFrame> { in get_frames() argument
[all …]
H A Dvideo_codec_frame.rs19 pub struct VideoCodecFrame<'a> { struct
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 Dlib.rs101 pub use video_codec_frame::VideoCodecFrame;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_encoder.rs5 use crate::VideoCodecFrame;
18 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
24 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in frame() argument
27 fn frames(&self) -> Vec<VideoCodecFrame>; in frames() argument
30 fn oldest_frame(&self) -> Option<VideoCodecFrame>; in oldest_frame() argument
39 frame: Option<VideoCodecFrame>, in finish_frame() argument
79 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
106 frame: Option<VideoCodecFrame>, in finish_frame() argument
159 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in frame() argument
171 fn frames(&self) -> Vec<VideoCodecFrame> { in frames() argument
[all …]
H A Dvideo_decoder.rs5 use crate::VideoCodecFrame;
35 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
40 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in frame() argument
42 fn frames(&self) -> Vec<VideoCodecFrame>; in frames() argument
44 fn oldest_frame(&self) -> Option<VideoCodecFrame>; in oldest_frame() argument
50 fn release_frame(&self, frame: VideoCodecFrame); in release_frame() argument
104 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
142 fn release_frame(&self, frame: VideoCodecFrame) { in release_frame() argument
193 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in frame() argument
206 fn frames(&self) -> Vec<VideoCodecFrame> { in frames() argument
[all …]
H A Dvideo_codec_frame.rs9 pub struct VideoCodecFrame<'a> { struct
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> { implementation
205 impl<'a> Drop for VideoCodecFrame<'a> { implementation
H A Dlib.rs99 pub use crate::video_codec_frame::VideoCodecFrame;
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_encoder.rs5 use crate::VideoCodecFrame;
18 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
24 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in frame() argument
27 fn frames(&self) -> Vec<VideoCodecFrame>; in frames() argument
30 fn oldest_frame(&self) -> Option<VideoCodecFrame>; in oldest_frame() argument
39 frame: Option<VideoCodecFrame>, in finish_frame() argument
79 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
106 frame: Option<VideoCodecFrame>, in finish_frame() argument
159 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in frame() argument
171 fn frames(&self) -> Vec<VideoCodecFrame> { in frames() argument
[all …]
H A Dvideo_decoder.rs5 use crate::VideoCodecFrame;
35 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
40 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame>; in frame() argument
42 fn frames(&self) -> Vec<VideoCodecFrame>; in frames() argument
44 fn oldest_frame(&self) -> Option<VideoCodecFrame>; in oldest_frame() argument
50 fn release_frame(&self, frame: VideoCodecFrame); in release_frame() argument
104 frame: &mut VideoCodecFrame, in allocate_output_frame() argument
142 fn release_frame(&self, frame: VideoCodecFrame) { in release_frame() argument
193 fn frame(&self, frame_number: i32) -> Option<VideoCodecFrame> { in frame() argument
206 fn frames(&self) -> Vec<VideoCodecFrame> { in frames() argument
[all …]
H A Dvideo_codec_frame.rs9 pub struct VideoCodecFrame<'a> { struct
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 Dlib.rs99 pub use crate::video_codec_frame::VideoCodecFrame;
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/auto/
H A Dvideo_decoder.rs10 use VideoCodecFrame;
34 fn get_max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; in get_max_decode_time()
91 fn get_max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { in get_max_decode_time()
H A Dvideo_encoder.rs20 use VideoCodecFrame;
39 fn get_max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; in get_max_encode_time()
77 fn get_max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { in get_max_encode_time()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/subclass/
H A Dvideo_decoder.rs9 use crate::VideoCodecFrame;
48 frame: &VideoCodecFrame, in parse() argument
58 frame: VideoCodecFrame, in handle_frame() argument
130 frame: &VideoCodecFrame, in parent_parse() argument
138 frame: VideoCodecFrame, in parent_handle_frame() argument
324 frame: &VideoCodecFrame, in parent_parse() argument
348 frame: VideoCodecFrame, in parent_handle_frame() argument
692 let wrap_frame = VideoCodecFrame::new(frame, &*wrap); in video_decoder_parse()
710 let wrap_frame = VideoCodecFrame::new(frame, &*wrap); in video_decoder_handle_frame()
H A Dvideo_encoder.rs9 use crate::VideoCodecFrame;
44 frame: VideoCodecFrame, in handle_frame() argument
114 frame: VideoCodecFrame, in parent_handle_frame() argument
284 frame: VideoCodecFrame, in parent_handle_frame() argument
610 let wrap_frame = VideoCodecFrame::new(frame, &*wrap); in video_encoder_handle_frame()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/subclass/
H A Dvideo_decoder.rs9 use crate::VideoCodecFrame;
48 frame: &VideoCodecFrame, in parse() argument
58 frame: VideoCodecFrame, in handle_frame() argument
130 frame: &VideoCodecFrame, in parent_parse() argument
138 frame: VideoCodecFrame, in parent_handle_frame() argument
324 frame: &VideoCodecFrame, in parent_parse() argument
348 frame: VideoCodecFrame, in parent_handle_frame() argument
692 let wrap_frame = VideoCodecFrame::new(frame, &*wrap); in video_decoder_parse()
710 let wrap_frame = VideoCodecFrame::new(frame, &*wrap); in video_decoder_handle_frame()
H A Dvideo_encoder.rs9 use crate::VideoCodecFrame;
44 frame: VideoCodecFrame, in handle_frame() argument
114 frame: VideoCodecFrame, in parent_handle_frame() argument
284 frame: VideoCodecFrame, in parent_handle_frame() argument
610 let wrap_frame = VideoCodecFrame::new(frame, &*wrap); in video_encoder_handle_frame()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/subclass/
H A Dvideo_decoder.rs24 use VideoCodecFrame;
72 frame: &VideoCodecFrame, in parse() argument
82 frame: VideoCodecFrame, in handle_frame() argument
154 frame: &VideoCodecFrame, in parent_parse() argument
162 frame: VideoCodecFrame, in parent_handle_frame() argument
328 frame: &VideoCodecFrame, in parent_parse() argument
354 frame: VideoCodecFrame, in parent_handle_frame() argument
707 let wrap_frame = VideoCodecFrame::new(frame, &wrap); in video_decoder_parse()
728 let wrap_frame = VideoCodecFrame::new(frame, &wrap); in video_decoder_handle_frame()
H A Dvideo_encoder.rs23 use VideoCodecFrame;
67 frame: VideoCodecFrame, in handle_frame() argument
137 frame: VideoCodecFrame, in parent_handle_frame() argument
290 frame: VideoCodecFrame, in parent_handle_frame() argument
621 let wrap_frame = VideoCodecFrame::new(frame, &wrap); in video_encoder_handle_frame()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/auto/
H A Dvideo_decoder.rs6 use crate::VideoCodecFrame;
65 fn max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; in max_decode_time()
105 fn request_sync_point(&self, frame: &VideoCodecFrame, flags: VideoDecoderRequestSyncPointFlags); in request_sync_point() argument
213 fn max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { in max_decode_time()
292 frame: &VideoCodecFrame, in request_sync_point() argument
H A Dvideo_encoder.rs8 use crate::VideoCodecFrame;
41 fn max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; in max_encode_time()
105 fn max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { in max_encode_time()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/auto/
H A Dvideo_decoder.rs6 use crate::VideoCodecFrame;
65 fn max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; in max_decode_time()
105 fn request_sync_point(&self, frame: &VideoCodecFrame, flags: VideoDecoderRequestSyncPointFlags); in request_sync_point() argument
213 fn max_decode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { in max_decode_time()
292 frame: &VideoCodecFrame, in request_sync_point() argument
H A Dvideo_encoder.rs8 use crate::VideoCodecFrame;
41 fn max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff; in max_encode_time()
105 fn max_encode_time(&self, frame: &VideoCodecFrame) -> gst::ClockTimeDiff { in max_encode_time()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/dav1d/src/dav1ddec/
H A Dimp.rs138 frame: &gst_video::VideoCodecFrame, in decode() argument
433 frame: gst_video::VideoCodecFrame, in handle_frame() argument

1234