Home
last modified time | relevance | path

Searched refs:FramePlane (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs46 impl From<&FramePlane> for libvda::FramePlane { implementation
47 fn from(plane: &FramePlane) -> Self { in from()
48 libvda::FramePlane { in from()
157 planes: &[FramePlane], in use_output_buffer() argument
160 let vda_planes: Vec<libvda::FramePlane> = planes.into_iter().map(Into::into).collect(); in use_output_buffer()
Dmod.rs18 pub struct FramePlane { struct
84 planes: &[FramePlane], in use_output_buffer() argument
/external/crosvm/devices/src/virtio/video/encoder/
Dlibvda_encoder.rs274 .map(|plane| libvda::FramePlane { in encode()
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs628 FramePlane { in queue_output_resource()
632 FramePlane { in queue_output_resource()