Searched defs:AvError (Results 1 – 4 of 4) sorted by relevance
| /external/crosvm/media/ffmpeg/src/ |
| D | avutil.rs | 24 ) -> Result<usize, AvError> { in av_image_line_size() argument 37 ) -> Result<Vec<usize>, AvError> { in av_image_plane_sizes() argument
|
| D | avcodec.rs | 26 pub struct AvError(pub libc::c_int); struct 28 impl AvError { impl 38 impl Display for AvError { implementation 337 pub fn line_size(&self, width: u32, plane: usize) -> Result<usize, AvError> { in line_size() argument 347 ) -> Result<Vec<usize>, AvError> { in plane_sizes() argument 457 pub fn try_send_packet<'a>(&mut self, packet: &AvPacket<'a>) -> Result<bool, AvError> { in try_send_packet() argument 476 pub fn try_receive_frame(&mut self, frame: &mut AvFrame) -> Result<TryReceiveResult, AvError> { in try_receive_frame() argument 495 pub fn try_send_frame(&mut self, frame: &AvFrame) -> Result<bool, AvError> { in try_send_frame() argument 515 ) -> Result<TryReceiveResult, AvError> { in try_receive_packet() argument 537 pub fn flush_decoder(&mut self) -> Result<(), AvError> { in flush_decoder() argument [all …]
|
| D | swscale.rs | 35 AvError(#[from] AvError), enumerator
|
| /external/crosvm/devices/src/virtio/video/decoder/backend/ |
| D | ffmpeg.rs | 156 AvError(#[from] AvError), enumerator
|