Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 24 of 24) sorted by relevance

/system/core/debuggerd/
Dtombstone_symbolize.h34 struct Frame { struct
39 std::vector<Frame> SymbolizeCode(std::string path, uint64_t rel_pc); argument
/system/cros-codecs/src/decoder/stateless/
Dvp8.rs47 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
188 frame: Frame, in handle_frame()
191 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in handle_frame()
244 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in decode()
Dav1.rs57 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
169 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in decode_frame_header()
227 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in decode_frame()
319 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in decode()
Dvp9.rs53 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
180 fn handle_frame(&mut self, frame: &Frame, picture: B::Picture) -> Result<(), DecodeError> { in handle_frame()
236 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in decode()
Dh265.rs61 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
838 alloc_cb: &mut dyn FnMut() -> Option<<B::Handle as DecodedHandle>::Frame>, in begin_picture()
1016 alloc_cb: &mut dyn FnMut() -> Option<<B::Handle as DecodedHandle>::Frame>, in process_nalu()
1142 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in decode()
Dh264.rs91 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
1038 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in begin_picture()
1184 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in process_nalu()
1255 <<B as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in decode()
/system/cros-codecs/src/
Ddecoder.rs86 type Frame: VideoFrame; typedef
88 fn video_frame(&self) -> Arc<Self::Frame>; in video_frame()
111 type Frame = H::Frame; typedef
113 fn video_frame(&self) -> Arc<Self::Frame> { in video_frame()
Dc2_wrapper.rs63 type Frame = V; typedef
81 type Frame: VideoFrame; typedef
119 type Frame = V; typedef
/system/cros-codecs/src/backend/v4l2/decoder/
Dstateless.rs74 type Frame = V; typedef
76 fn video_frame(&self) -> Arc<Self::Frame> { in video_frame()
/system/cros-codecs/src/backend/vaapi/
Ddecoder.rs42 type Frame = V; typedef
44 fn video_frame(&self) -> Arc<Self::Frame> { in video_frame()
/system/cros-codecs/src/codec/vp8/
Dparser.rs331 pub struct Frame<'a> { struct
340 impl<'a> AsRef<[u8]> for Frame<'a> { argument
/system/cros-codecs/src/decoder/stateless/h265/
Dv4l2.rs42 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
Dvaapi.rs620 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
/system/cros-codecs/examples/ccdec/
Dutil.rs21 Frame, enumerator
/system/cros-codecs/src/codec/vp9/
Dparser.rs414 pub struct Frame<'a> { struct
425 impl<'a> Frame<'a> { argument
431 impl<'a> AsRef<[u8]> for Frame<'a> { implementation
/system/cros-codecs/src/decoder/stateless/vp8/
Dv4l2.rs62 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
Dvaapi.rs222 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
/system/cros-codecs/src/decoder/stateless/vp9/
Dv4l2.rs68 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
Dvaapi.rs244 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
/system/cros-codecs/src/decoder/
Dstateless.rs184 alloc_cb: &mut dyn FnMut() -> Option<<Self::Handle as DecodedHandle>::Frame>, in decode()
252 alloc_cb: &mut dyn FnMut() -> Option<<Self::Handle as DecodedHandle>::Frame>, in decode()
/system/cros-codecs/src/decoder/stateless/h264/
Dv4l2.rs77 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
Dvaapi.rs526 <<Self as StatelessDecoderBackend>::Handle as DecodedHandle>::Frame, in new_picture()
/system/cros-codecs/src/codec/h264/
Dpicture.rs22 Frame, enumerator
/system/cros-codecs/src/codec/av1/
Dparser.rs76 Frame = 6, enumerator
181 Frame(FrameObu<'a>), enumerator