Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Ddecoder_cmd.rs44 pub enum DecoderCmd { enum
60 impl DecoderCmd { implementation
143 impl TryFrom<v4l2_decoder_cmd> for DecoderCmd { implementation
/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dvideo_decoder.rs411 fn try_decoder_cmd(&self, cmd: DecoderCmd) -> IoctlResult<DecoderCmd> { in try_decoder_cmd()