Home
last modified time | relevance | path

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

/external/crosvm/media/ffmpeg/src/
Dffmpeg.rs1061 pub type AVSampleFormat = ::std::os::raw::c_int; typedef
1066 pub fn av_get_sample_fmt(name: *const ::std::os::raw::c_char) -> AVSampleFormat; in av_get_sample_fmt()
1070 sample_fmt: AVSampleFormat, in av_get_alt_sample_fmt()
1072 ) -> AVSampleFormat; in av_get_alt_sample_fmt()
1075 pub fn av_get_packed_sample_fmt(sample_fmt: AVSampleFormat) -> AVSampleFormat; in av_get_packed_sample_fmt()
1078 pub fn av_get_planar_sample_fmt(sample_fmt: AVSampleFormat) -> AVSampleFormat; in av_get_planar_sample_fmt()
1084 sample_fmt: AVSampleFormat, in av_get_sample_fmt_string()
1098 sample_fmt: AVSampleFormat, in av_samples_get_buffer_size()
1109 sample_fmt: AVSampleFormat, in av_samples_fill_arrays()
1119 sample_fmt: AVSampleFormat, in av_samples_alloc()
[all …]