Home
last modified time | relevance | path

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

/external/crosvm/media/ffmpeg/src/
Dffmpeg.rs2891 pub struct AVHWAccel { struct
2892 pub name: *const ::std::os::raw::c_char,
2893 pub type_: AVMediaType,
2894 pub id: AVCodecID,
2895 pub pix_fmt: AVPixelFormat,
2896 pub capabilities: ::std::os::raw::c_int,
2897 pub alloc_frame: ::std::option::Option<
2903 pub start_frame: ::std::option::Option<
2910 pub decode_params: ::std::option::Option<
2918 pub decode_slice: ::std::option::Option<
[all …]