Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/
H A Dvda.rs278 pub struct LibvdaDecoder(libvda::decode::VdaInstance); struct
281 unsafe impl Send for LibvdaDecoder {} implementation
283 impl LibvdaDecoder { implementation
290 impl DecoderBackend for LibvdaDecoder { implementation