Home
last modified time | relevance | path

Searched defs:Handle (Results 1 – 25 of 29) sorted by relevance

12

/system/cros-codecs/src/decoder/stateless/vp8/
Ddummy.rs37 _: &Option<Self::Handle>, in submit_picture()
43 ) -> StatelessBackendResult<Self::Handle> { in submit_picture()
Dv4l2.rs82 last_ref: &Option<Self::Handle>, in submit_picture()
83 golden_ref: &Option<Self::Handle>, in submit_picture()
84 alt_ref: &Option<Self::Handle>, in submit_picture()
88 ) -> StatelessBackendResult<Self::Handle> { in submit_picture()
Dvaapi.rs236 last_ref: &Option<Self::Handle>, in submit_picture()
237 golden_ref: &Option<Self::Handle>, in submit_picture()
238 alt_ref: &Option<Self::Handle>, in submit_picture()
242 ) -> StatelessBackendResult<Self::Handle> { in submit_picture()
/system/cros-codecs/src/decoder/stateless/h264/
Ddummy.rs39 _: &Dpb<Self::Handle>, in start_picture()
55 _: &[&DpbEntry<Self::Handle>], in decode_slice()
61 fn submit_picture(&mut self, _: Self::Picture) -> StatelessBackendResult<Self::Handle> { in submit_picture()
Dv4l2.rs104 dpb: &Dpb<Self::Handle>, in start_picture()
152 _: &[&DpbEntry<Self::Handle>], in decode_slice()
165 fn submit_picture(&mut self, picture: Self::Picture) -> StatelessBackendResult<Self::Handle> { in submit_picture()
Dvaapi.rs464 dpb: &Dpb<Self::Handle>, in start_picture()
491 ref_pic_list0: &[&DpbEntry<Self::Handle>], in decode_slice()
492 ref_pic_list1: &[&DpbEntry<Self::Handle>], in decode_slice()
518 fn submit_picture(&mut self, picture: Self::Picture) -> StatelessBackendResult<Self::Handle> { in submit_picture()
539 first_field: &Self::Handle, in new_field_picture()
/system/cros-codecs/src/decoder/stateless/
Dvp8.rs61 last_ref: &Option<Self::Handle>, in submit_picture()
62 golden_ref: &Option<Self::Handle>, in submit_picture()
63 alt_ref: &Option<Self::Handle>, in submit_picture()
67 ) -> StatelessBackendResult<Self::Handle>; in submit_picture()
237 type Handle = B::Handle; typedef
299 fn next_event(&mut self) -> Option<DecoderEvent<B::Handle>> { in next_event()
Dh265.rs73 dpb: &Dpb<Self::Handle>, in begin_picture()
74 rps: &RefPicSet<Self::Handle>, in begin_picture()
93 fn submit_picture(&mut self, picture: Self::Picture) -> StatelessBackendResult<Self::Handle>; in submit_picture()
466 dpb: &Dpb<B::Handle>, in negotiation_possible()
783 ) -> anyhow::Result<Vec<DpbEntry<B::Handle>>> { in bump_as_needed()
839 ) -> Result<Option<CurrentPicState<B::Handle, B::Picture>>, DecodeError> { in begin_picture()
913 pic: &mut CurrentPicState<B::Handle, B::Picture>, in handle_slice()
949 pic: CurrentPicState<B::Handle, B::Picture>, in finish_picture()
1119 fn submit_picture(&mut self, backend_pic: B::Picture) -> Result<B::Handle, DecodeError> { in submit_picture()
1135 type Handle = B::Handle; typedef
[all …]
Dvp9.rs69 ) -> StatelessBackendResult<Self::Handle>;
142 picture: &B::Handle,
229 type Handle = B::Handle; typedef
345 fn next_event(&mut self) -> Option<DecoderEvent<B::Handle>> { in next_event()
Dh264.rs102 first_field: &Self::Handle, in new_field_picture()
112 dpb: &Dpb<Self::Handle>, in start_picture()
124 ref_pic_list0: &[&DpbEntry<Self::Handle>], in decode_slice()
125 ref_pic_list1: &[&DpbEntry<Self::Handle>], in decode_slice()
134 fn submit_picture(&mut self, picture: Self::Picture) -> StatelessBackendResult<Self::Handle>; in submit_picture()
877 fn add_to_ready_queue(&mut self, pic: PictureData, handle: B::Handle) { in add_to_ready_queue()
1169 fn submit_picture(&mut self, backend_pic: B::Picture) -> Result<B::Handle, DecodeError> { in submit_picture()
1248 type Handle = B::Handle; typedef
1331 fn next_event(&mut self) -> Option<DecoderEvent<B::Handle>> { in next_event()
Dav1.rs81 fn submit_picture(&mut self, picture: Self::Picture) -> StatelessBackendResult<Self::Handle>; in submit_picture()
307 type Handle = B::Handle; typedef
505 fn next_event(&mut self) -> Option<crate::decoder::DecoderEvent<B::Handle>> { in next_event()
/system/cros-codecs/src/backend/dummy/
Ddecoder.rs43 pub struct Handle { struct
44 pub handle: Rc<RefCell<BackendHandle>>, argument
47 impl Clone for Handle { implementation
53 impl DecodedHandle for Handle { implementation
138 type Handle = Handle; typedef
/system/cros-codecs/src/decoder/stateless/h265/
Ddummy.rs43 _: &crate::codec::h265::dpb::Dpb<Self::Handle>, in begin_picture()
44 _: &crate::decoder::stateless::h265::RefPicSet<Self::Handle>, in begin_picture()
65 ) -> crate::decoder::stateless::StatelessBackendResult<Self::Handle> { in submit_picture()
Dv4l2.rs54 _dpb: &Dpb<Self::Handle>, in begin_picture()
55 _rps: &RefPicSet<Self::Handle>, in begin_picture()
76 ) -> StatelessBackendResult<Self::Handle> { in submit_picture()
Dvaapi.rs640 dpb: &Dpb<Self::Handle>, in begin_picture()
641 rps: &RefPicSet<Self::Handle>, in begin_picture()
848 ) -> StatelessBackendResult<Self::Handle> { in submit_picture()
/system/cros-codecs/src/decoder/
Dstateless.rs140 type Handle: DecodedHandle; typedef
165 type Handle: DecodedHandle; typedef
198 fn next_event(&mut self) -> Option<DecoderEvent<Self::Handle>>; in next_event()
246 type Handle = DynDecodedHandle<<D::Handle as DecodedHandle>::Frame>; typedef
265 fn next_event(&mut self) -> Option<DecoderEvent<Self::Handle>> { in next_event()
412 fn query_next_event<F>(&mut self, on_format_changed: F) -> Option<DecoderEvent<B::Handle>> in query_next_event()
463 D: StatelessVideoDecoder<Handle = H>, in test_decode_stream()
/system/teeui/libteeui/include/teeui/
Dfont_rendering.h38 Handle() : handle_(nullptr) {} in Handle() function
39 explicit Handle(T handle) : handle_(handle) {} in Handle() function
43 Handle(Handle&& other) { in Handle() function
/system/chre/chpp/
DREADME.md178 ### Handle argument
/system/cros-codecs/src/decoder/stateless/vp9/
Ddummy.rs41 ) -> StatelessBackendResult<Self::Handle> {
Dv4l2.rs94 ) -> StatelessBackendResult<Self::Handle> {
/system/cros-codecs/src/decoder/stateless/av1/
Ddummy.rs59 ) -> crate::decoder::stateless::StatelessBackendResult<Self::Handle> { in submit_picture()
Dv4l2.rs176 fn submit_picture(&mut self, picture: Self::Picture) -> StatelessBackendResult<Self::Handle> { in submit_picture()
/system/cros-codecs/src/backend/v4l2/decoder/
Dstateless.rs144 type Handle = V4l2StatelessDecoderHandle<V>; typedef
/system/cros-codecs/src/encoder/
Dstateful.rs65 request: &mut Option<BackendRequest<Handle>>, in consume_request()
/system/cros-codecs/src/backend/vaapi/
Dencoder.rs284 handle: Handle, in import_picture()
285 ) -> StatelessBackendResult<Handle> { in import_picture()

12