Home
last modified time | relevance | path

Searched defs:V4l2MplaneFormat (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/virtio/media/
Ddecoder_adapter.rs250 fn current_format(&self, direction: QueueDirection) -> V4l2MplaneFormat { in current_format()
612 format: V4l2MplaneFormat, in adjust_format()
613 ) -> V4l2MplaneFormat { in adjust_format()
695 format: &V4l2MplaneFormat, in apply_format()
/external/rust/crates/v4l2r/lib/src/
Dioctl.rs989 pub struct V4l2MplaneFormat(bindings::v4l2_format); struct
991 impl AsRef<bindings::v4l2_format> for V4l2MplaneFormat { implementation
997 impl AsRef<bindings::v4l2_pix_format_mplane> for V4l2MplaneFormat { implementation
1025 impl TryFrom<bindings::v4l2_format> for V4l2MplaneFormat { implementation
1064 impl From<(QueueDirection, bindings::v4l2_pix_format_mplane)> for V4l2MplaneFormat { implementation
1081 impl V4l2MplaneFormat { implementation
/external/virtio-media/device/src/devices/
Dvideo_decoder.rs167 fn current_format(&self, direction: QueueDirection) -> V4l2MplaneFormat; in current_format()
402 fn current_format(&self, direction: QueueDirection) -> V4l2MplaneFormat { in current_format()
493 format: V4l2MplaneFormat, in adjust_format()
494 ) -> V4l2MplaneFormat; in adjust_format()
501 format: &V4l2MplaneFormat, in apply_format()
535 ) -> IoctlResult<V4l2MplaneFormat> { in try_format()
/external/virtio-media/extras/ffmpeg-decoder/src/
Dlib.rs759 fn current_format(&self, direction: QueueDirection) -> V4l2MplaneFormat { in current_format()
930 format: V4l2MplaneFormat, in adjust_format()
931 ) -> V4l2MplaneFormat { in adjust_format()
955 format: &V4l2MplaneFormat, in apply_format()