Home
last modified time | relevance | path

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

/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/ffmpeg/
H A Davcodec.rs114 pub fn profile_iter(&self) -> AvProfileIterator { in profile_iter()
312 pub struct AvProfileIterator(*const ffi::AVProfile); struct
314 impl Iterator for AvProfileIterator { implementation
/aosp_15_r20/external/crosvm/media/ffmpeg/src/
H A Davcodec.rs110 pub fn profile_iter(&self) -> AvProfileIterator { in profile_iter()
294 pub struct AvProfileIterator(*const ffi::AVProfile); struct
296 impl Iterator for AvProfileIterator { implementation