Searched refs:AVRational (Results 1 - 25 of 243) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavutil/
H A Drational.h37 typedef struct AVRational{ struct
40 } AVRational; typedef in typeref:struct:AVRational
48 static inline int av_cmp_q(AVRational a, AVRational b){
60 static inline double av_q2d(AVRational a){
82 AVRational av_mul_q(AVRational b, AVRational c) av_const;
90 AVRational av_div_q(AVRational
[all...]
H A Drational.c37 AVRational a0={0,1}, a1={1,0};
46 a1= (AVRational){num, den};
61 a1 = (AVRational){x*a1.num + a0.num, x*a1.den + a0.den};
66 a1= (AVRational){a2n, a2d};
78 AVRational av_mul_q(AVRational b, AVRational c){
83 AVRational av_div_q(AVRational b, AVRational
[all...]
H A Dmathematics.h87 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
95 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavutil/
H A Drational.h37 typedef struct AVRational{ struct
40 } AVRational; typedef in typeref:struct:AVRational
48 static inline int av_cmp_q(AVRational a, AVRational b){
60 static inline double av_q2d(AVRational a){
82 AVRational av_mul_q(AVRational b, AVRational c) av_const;
90 AVRational av_div_q(AVRational
[all...]
H A Drational.c37 AVRational a0={0,1}, a1={1,0};
46 a1= (AVRational){num, den};
61 a1 = (AVRational){x*a1.num + a0.num, x*a1.den + a0.den};
66 a1= (AVRational){a2n, a2d};
78 AVRational av_mul_q(AVRational b, AVRational c){
83 AVRational av_div_q(AVRational b, AVRational
[all...]
H A Dmathematics.h87 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
95 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/
H A Drational.h37 typedef struct AVRational{ struct
40 } AVRational; typedef in typeref:struct:AVRational
48 static inline int av_cmp_q(AVRational a, AVRational b){
60 static inline double av_q2d(AVRational a){
82 AVRational av_mul_q(AVRational b, AVRational c) av_const;
90 AVRational av_div_q(AVRational
[all...]
H A Drational.c37 AVRational a0={0,1}, a1={1,0};
46 a1= (AVRational){num, den};
61 a1 = (AVRational){x*a1.num + a0.num, x*a1.den + a0.den};
66 a1= (AVRational){a2n, a2d};
78 AVRational av_mul_q(AVRational b, AVRational c){
83 AVRational av_div_q(AVRational b, AVRational
[all...]
H A Dmathematics.h87 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
95 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmpeg12data.h51 extern const AVRational ff_frame_rate_tab[];
54 extern const AVRational ff_mpeg2_aspect[16];
H A Dparser.h46 AVRational frame_rate;
H A Dopt.h200 const AVOption *av_set_q(void *obj, const char *name, AVRational n);
203 AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmpeg12data.h51 extern const AVRational ff_frame_rate_tab[];
54 extern const AVRational ff_mpeg2_aspect[16];
H A Dparser.h46 AVRational frame_rate;
H A Dopt.h200 const AVOption *av_set_q(void *obj, const char *name, AVRational n);
203 AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmpeg12data.h51 extern const AVRational ff_frame_rate_tab[];
54 extern const AVRational ff_mpeg2_aspect[16];
H A Dparser.h46 AVRational frame_rate;
H A Dopt.h200 const AVOption *av_set_q(void *obj, const char *name, AVRational n);
203 AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Daudiointerleave.h36 AVRational time_base; ///< time base of output audio packets
39 int ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base);
H A Dnut.h78 AVRational *time_base;
97 AVRational *time_base;
108 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Daudiointerleave.h36 AVRational time_base; ///< time base of output audio packets
39 int ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base);
H A Dnut.h78 AVRational *time_base;
97 AVRational *time_base;
108 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Daudiointerleave.h36 AVRational time_base; ///< time base of output audio packets
39 int ff_audio_interleave_init(AVFormatContext *s, const int *samples_per_frame, AVRational time_base);
H A Dnut.h78 AVRational *time_base;
97 AVRational *time_base;
108 void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavfilter/
H A Dvf_aspect.c30 AVRational aspect;
54 aspect->aspect = (AVRational) {0, 1};

Completed in 235 milliseconds

12345678910