Home
last modified time | relevance | path

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

/external/crosvm/media/ffmpeg/src/
Dffmpeg.rs3137 pub struct AVCodecParserContext { struct
3138 pub priv_data: *mut ::std::os::raw::c_void,
3139 pub parser: *const AVCodecParser,
3140 pub frame_offset: i64,
3141 pub cur_offset: i64,
3142 pub next_frame_offset: i64,
3143 pub pict_type: ::std::os::raw::c_int,
3144 pub repeat_pict: ::std::os::raw::c_int,
3145 pub pts: i64,
3146 pub dts: i64,
[all …]