Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Ddecoder_cmd.rs222 pub fn decoder_cmd<I, O>(fd: &impl AsRawFd, command: I) -> DecoderCmdResult<O, O::Error> in decoder_cmd() function
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dioctl.rs46 mod decoder_cmd; module
/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dvideo_decoder.rs1228 fn decoder_cmd( in decoder_cmd() function
H A Dv4l2_device_proxy.rs1152 fn decoder_cmd( in decoder_cmd() function
/aosp_15_r20/external/virtio-media/device/src/
H A Dioctl.rs571 fn decoder_cmd( in decoder_cmd() method