Home
last modified time | relevance | path

Searched defs:Picture (Results 1 – 25 of 33) sorted by relevance

12

/system/cros-codecs/src/decoder/stateless/h265/
Dv4l2.rs30 type Picture = Rc<RefCell<V4l2Picture<V>>>; typedef
44 ) -> NewPictureResult<Self::Picture> { in new_picture()
50 _picture: &mut Self::Picture, in begin_picture()
63 _picture: &mut Self::Picture, in decode_slice()
75 mut _picture: Self::Picture, in submit_picture()
Ddummy.rs33 ) -> crate::decoder::stateless::NewPictureResult<Self::Picture> { in new_picture()
39 _: &mut Self::Picture, in begin_picture()
52 _: &mut Self::Picture, in decode_slice()
64 _: Self::Picture, in submit_picture()
Dvaapi.rs571 picture: &mut <Self as StatelessDecoderBackendPicture<H265>>::Picture, in submit_last_slice()
608 type Picture = VaapiH265Picture<VaapiPicture<V>>; typedef
622 ) -> NewPictureResult<Self::Picture> { in new_picture()
636 picture: &mut Self::Picture, in begin_picture()
692 picture: &mut Self::Picture, in decode_slice()
847 mut picture: Self::Picture, in submit_picture()
/system/cros-codecs/src/decoder/stateless/av1/
Ddummy.rs34 ) -> crate::decoder::stateless::NewPictureResult<Self::Picture> { in new_picture()
40 _: &mut Self::Picture, in begin_picture()
50 _: &mut Self::Picture, in decode_tile_group()
58 _: Self::Picture, in submit_picture()
Dv4l2.rs61 type Picture = Rc<RefCell<V4l2Picture<V>>>; typedef
74 ) -> NewPictureResult<Self::Picture> { in new_picture()
93 picture: &mut Self::Picture, in begin_picture()
153 picture: &mut Self::Picture, in decode_tile_group()
Dvaapi.rs491 type Picture = VaapiPicture<V>; typedef
504 ) -> NewPictureResult<Self::Picture> { in new_picture()
514 picture: &mut Self::Picture, in begin_picture()
532 picture: &mut Self::Picture, in decode_tile_group()
/system/cros-codecs/src/encoder/stateless/vp9/
Dpredictor.rs86 input: Picture, in request_keyframe()
89 ) -> EncodeResult<BackendRequest<Picture, Reference>> { in request_keyframe()
108 input: Picture, in request_interframe()
110 ) -> EncodeResult<BackendRequest<Picture, Reference>> { in request_interframe()
/system/cros-codecs/src/decoder/stateless/h264/
Dv4l2.rs65 type Picture = Rc<RefCell<V4l2Picture<V>>>; typedef
79 ) -> NewPictureResult<Self::Picture> { in new_picture()
94 fn new_field_picture(&mut self, _: u64, _: &Self::Handle) -> NewPictureResult<Self::Picture> { in new_field_picture()
100 picture: &mut Self::Picture, in start_picture()
148 picture: &mut Self::Picture, in decode_slice()
Ddummy.rs35 _: &mut Self::Picture, in start_picture()
51 _: &mut Self::Picture, in decode_slice()
Dvaapi.rs450 type Picture = VaapiPicture<V>; typedef
460 picture: &mut Self::Picture, in start_picture()
487 picture: &mut Self::Picture, in decode_slice()
528 ) -> NewPictureResult<Self::Picture> { in new_picture()
540 ) -> NewPictureResult<Self::Picture> { in new_field_picture()
/system/cros-codecs/src/encoder/stateless/h264/
Dpredictor.rs135 input: Picture, in request_keyframe()
138 ) -> EncodeResult<BackendRequest<Picture, Reference>> { in request_keyframe()
198 input: Picture, in request_interframe()
200 ) -> EncodeResult<BackendRequest<Picture, Reference>> { in request_interframe()
/system/cros-codecs/src/encoder/stateless/av1/
Dpredictor.rs229 input: Picture, in request_keyframe()
232 ) -> EncodeResult<BackendRequest<Picture, Reference>> { in request_keyframe()
272 input: Picture, in request_interframe()
274 ) -> EncodeResult<BackendRequest<Picture, Reference>> { in request_interframe()
/system/cros-codecs/src/decoder/stateless/vp9/
Ddummy.rs30 fn new_picture(&mut self, _: u64) -> NewPictureResult<Self::Picture> { in new_picture()
36 _: Self::Picture, in submit_picture()
Dv4l2.rs56 type Picture = Rc<RefCell<V4l2Picture<V>>>; typedef
70 ) -> NewPictureResult<Self::Picture> { in new_picture()
89 picture: Self::Picture, in submit_picture()
Dvaapi.rs232 type Picture = VaapiPicture<V>; typedef
246 ) -> NewPictureResult<Self::Picture> { in new_picture()
258 mut picture: Self::Picture, in submit_picture()
/system/cros-codecs/src/decoder/stateless/vp8/
Dv4l2.rs50 type Picture = Rc<RefCell<V4l2Picture<V>>>; typedef
64 ) -> NewPictureResult<Self::Picture> { in new_picture()
80 picture: Self::Picture, in submit_picture()
Ddummy.rs29 fn new_picture(&mut self, _: u64) -> NewPictureResult<Self::Picture> { in new_picture()
35 _: Self::Picture, in submit_picture()
Dvaapi.rs210 type Picture = VaapiPicture<V>; typedef
224 ) -> NewPictureResult<Self::Picture> { in new_picture()
234 mut picture: Self::Picture, in submit_picture()
/system/cros-codecs/src/encoder/stateless/
Dvp9.rs76 request: BackendRequest<Self::Picture, Self::Reconstructed>, in encode_frame()
90 request: BackendRequest<Backend::Picture, Backend::Reconstructed>, in execute()
Dav1.rs87 request: BackendRequest<Self::Picture, Self::Reconstructed>, in encode_tile_group()
101 request: BackendRequest<Backend::Picture, Backend::Reconstructed>, in execute()
Dpredictor.rs52 input: Picture, in request_keyframe()
60 input: Picture, in request_interframe()
145 input: Picture, in new_frame()
Dh264.rs147 request: BackendRequest<Self::Picture, Self::Reconstructed>, in encode_slice()
161 request: BackendRequest<Backend::Picture, Backend::Reconstructed>, in execute()
/system/cros-codecs/src/encoder/
Dstateless.rs164 backend_pic: Picture, in new_frame()
193 type Picture: 'static; typedef
213 ) -> StatelessBackendResult<Picture>; in import_picture()
238 type Picture<C, B> = <B as StatelessVideoEncoderBackend<C>>::Picture; typedef
/system/cros-codecs/src/decoder/stateless/
Dav1.rs59 ) -> NewPictureResult<Self::Picture>; in new_picture()
64 picture: &mut Self::Picture, in begin_picture()
74 picture: &mut Self::Picture, in decode_tile_group()
Dvp8.rs49 ) -> NewPictureResult<Self::Picture>; in new_picture()
59 picture: Self::Picture, in submit_picture()

12