Searched defs:AVRational (Results  1 – 2 of 2) sorted by relevance
| /external/crosvm/media/ffmpeg/src/ | 
| D | ffmpeg.rs | 496 pub struct AVRational {  struct510     pub fn av_mul_q(b: AVRational, c: AVRational) -> AVRational;  in av_mul_q()
 513     pub fn av_div_q(b: AVRational, c: AVRational) -> AVRational;  in av_div_q()
 516     pub fn av_add_q(b: AVRational, c: AVRational) -> AVRational;  in av_add_q()
 519     pub fn av_sub_q(b: AVRational, c: AVRational) -> AVRational;  in av_sub_q()
 522     pub fn av_d2q(d: f64, max: ::std::os::raw::c_int) -> AVRational;  in av_d2q()
 525     pub fn av_nearer_q(q: AVRational, q1: AVRational, q2: AVRational) -> ::std::os::raw::c_int;  in av_nearer_q()
 528     pub fn av_find_nearest_q_idx(q: AVRational, q_list: *const AVRational)  in av_find_nearest_q_idx()
 536         a: AVRational,  in av_gcd_q()
 537         b: AVRational,  in av_gcd_q()
 [all …]
 
 | 
| D | avcodec.rs | 203     pub fn set_time_base(&mut self, time_base: ffi::AVRational) {  in set_time_base()552     pub fn set_time_base(&mut self, time_base: AVRational) {  in set_time_base()
 
 |