| /system/cros-codecs/src/decoder/stateless/vp8/ |
| D | dummy.rs | 37 _: &Option<Self::Handle>, in submit_picture() 43 ) -> StatelessBackendResult<Self::Handle> { in submit_picture()
|
| D | v4l2.rs | 82 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()
|
| D | vaapi.rs | 236 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/ |
| D | dummy.rs | 39 _: &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()
|
| D | v4l2.rs | 104 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()
|
| D | vaapi.rs | 464 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/ |
| D | vp8.rs | 61 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()
|
| D | h265.rs | 73 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 …]
|
| D | vp9.rs | 69 ) -> 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()
|
| D | h264.rs | 102 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()
|
| D | av1.rs | 81 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/ |
| D | decoder.rs | 43 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/ |
| D | dummy.rs | 43 _: &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()
|
| D | v4l2.rs | 54 _dpb: &Dpb<Self::Handle>, in begin_picture() 55 _rps: &RefPicSet<Self::Handle>, in begin_picture() 76 ) -> StatelessBackendResult<Self::Handle> { in submit_picture()
|
| D | vaapi.rs | 640 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/ |
| D | stateless.rs | 140 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/ |
| D | font_rendering.h | 38 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/ |
| D | README.md | 178 ### Handle argument
|
| /system/cros-codecs/src/decoder/stateless/vp9/ |
| D | dummy.rs | 41 ) -> StatelessBackendResult<Self::Handle> {
|
| D | v4l2.rs | 94 ) -> StatelessBackendResult<Self::Handle> {
|
| /system/cros-codecs/src/decoder/stateless/av1/ |
| D | dummy.rs | 59 ) -> crate::decoder::stateless::StatelessBackendResult<Self::Handle> { in submit_picture()
|
| D | v4l2.rs | 176 fn submit_picture(&mut self, picture: Self::Picture) -> StatelessBackendResult<Self::Handle> { in submit_picture()
|
| /system/cros-codecs/src/backend/v4l2/decoder/ |
| D | stateless.rs | 144 type Handle = V4l2StatelessDecoderHandle<V>; typedef
|
| /system/cros-codecs/src/encoder/ |
| D | stateful.rs | 65 request: &mut Option<BackendRequest<Handle>>, in consume_request()
|
| /system/cros-codecs/src/backend/vaapi/ |
| D | encoder.rs | 284 handle: Handle, in import_picture() 285 ) -> StatelessBackendResult<Handle> { in import_picture()
|