Home
last modified time | relevance | path

Searched defs:AvError (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/crosvm/media/ffmpeg/src/
H A Davcodec.rs26 pub struct AvError(pub libc::c_int); struct
28 impl AvError { impl
38 impl Display for AvError { implementation
363 pub fn line_size(&self, width: u32, plane: usize) -> Result<usize, AvError> { in line_size() argument
373 ) -> Result<Vec<usize>, AvError> { in plane_sizes() argument
488 pub fn try_send_packet(&mut self, packet: &AvPacket) -> Result<bool, AvError> { in try_send_packet() argument
508 pub fn try_receive_frame(&mut self, frame: &mut AvFrame) -> Result<TryReceiveResult, AvError> { in try_receive_frame() argument
528 pub fn try_send_frame(&mut self, frame: &AvFrame) -> Result<bool, AvError> { in try_send_frame() argument
550 ) -> Result<TryReceiveResult, AvError> { in try_receive_packet() argument
574 pub fn flush_decoder(&mut self) -> Result<(), AvError> { in flush_decoder() argument
[all …]
H A Davutil.rs25 ) -> Result<usize, AvError> { in av_image_line_size() argument
39 ) -> Result<Vec<usize>, AvError> { in av_image_plane_sizes() argument
H A Dswscale.rs36 AvError(#[from] AvError), enumerator
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/ffmpeg/
H A Davcodec.rs26 pub struct AvError(pub libc::c_int); struct
28 impl AvError { impl
38 impl Display for AvError { implementation
517 pub fn try_send_packet(&mut self, packet: &AvPacket) -> Result<bool, AvError> { in try_send_packet() argument
537 pub fn try_receive_frame(&mut self, frame: &mut AvFrame) -> Result<TryReceiveResult, AvError> { in try_receive_frame() argument
557 pub fn try_send_frame(&mut self, frame: &AvFrame) -> Result<bool, AvError> { in try_send_frame() argument
579 ) -> Result<TryReceiveResult, AvError> { in try_receive_packet() argument
603 pub fn flush_decoder(&mut self) -> Result<(), AvError> { in flush_decoder() argument
613 pub fn flush_encoder(&mut self) -> Result<(), AvError> { in flush_encoder() argument
868 AvError(#[from] AvError), enumerator
H A Davutil.rs25 ) -> Result<usize, AvError> { in av_image_line_size() argument
39 ) -> Result<Vec<usize>, AvError> { in av_image_plane_sizes() argument
H A Dswscale.rs36 AvError(#[from] AvError), enumerator
/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/
H A Dffmpeg.rs160 AvError(#[from] AvError), enumerator
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Dlib.rs321 AvError(#[from] AvError), enumerator