AVRational 61 applications/dashcast/audio_encoder.c AVRational time_base; AVRational 74 applications/dashcast/video_data.c void dc_video_input_data_set_prop(VideoInputData *video_input_data, int index, int width, int height, int crop_x, int crop_y, int pix_fmt, AVRational sar) AVRational 85 applications/dashcast/video_data.h AVRational time_base; AVRational 95 applications/dashcast/video_data.h AVRational sar; AVRational 156 applications/dashcast/video_data.h void dc_video_input_data_set_prop(VideoInputData *video_input_data, int index, int width, int height, int crop_x, int crop_y, int pix_fmt, AVRational sar); AVRational 54 applications/dashcast/video_decoder.h AVRational sar; AVRational 59 applications/dashcast/video_encoder.c int dc_video_encoder_open(VideoOutputFile *video_output_file, VideoDataConf *video_data_conf, Bool use_source_timing, AVRational sar) AVRational 40 applications/dashcast/video_encoder.h int dc_video_encoder_open(VideoOutputFile *video_output_file, VideoDataConf *video_data_conf, Bool use_source_timing, AVRational sar); AVRational 56 applications/dashcast/video_scaler.h AVRational sar; AVRational 1356 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h AVRational time_base; AVRational 1615 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h AVRational sample_aspect_ratio; AVRational 2990 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h AVRational pkt_timebase; AVRational 3084 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h AVRational av_codec_get_pkt_timebase (const AVCodecContext *avctx); AVRational 3085 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void av_codec_set_pkt_timebase (AVCodecContext *avctx, AVRational val); AVRational 3134 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0} AVRational 3852 extra_lib/include/ffmpeg_android/libavcodec/avcodec.h void av_packet_rescale_ts(AVPacket *pkt, AVRational tb_src, AVRational tb_dst); AVRational 45 extra_lib/include/ffmpeg_android/libavcodec/dv_profile.h AVRational time_base; /* 1/framerate */ AVRational 49 extra_lib/include/ffmpeg_android/libavcodec/dv_profile.h AVRational sar[2]; /* sample aspect ratios for 4:3 and 16:9 */ AVRational 125 extra_lib/include/ffmpeg_android/libavcodec/dv_profile.h AVRational time_base; /* 1/framerate */ AVRational 129 extra_lib/include/ffmpeg_android/libavcodec/dv_profile.h AVRational sar[2]; /* sample aspect ratios for 4:3 and 16:9 */ AVRational 824 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational time_base; AVRational 854 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational sample_aspect_ratio; AVRational 865 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational avg_frame_rate; AVRational 1002 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational r_frame_rate; AVRational 1087 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational av_stream_get_r_frame_rate(const AVStream *s); AVRational 1088 extra_lib/include/ffmpeg_android/libavformat/avformat.h void av_stream_set_r_frame_rate(AVStream *s, AVRational r); AVRational 1137 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational time_base; ///< time base in which the start/end timestamps are specified AVRational 1620 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational offset_timebase; AVRational 2678 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); AVRational 2688 extra_lib/include/ffmpeg_android/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); AVRational 253 extra_lib/include/ffmpeg_android/libavutil/avutil.h #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} AVRational 337 extra_lib/include/ffmpeg_android/libavutil/avutil.h AVRational av_get_time_base_q(void); AVRational 226 extra_lib/include/ffmpeg_android/libavutil/frame.h AVRational sample_aspect_ratio; AVRational 985 extra_lib/include/ffmpeg_android/libavutil/frame.h AVRational sample_aspect_ratio; AVRational 206 extra_lib/include/ffmpeg_android/libavutil/imgutils.h int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar); AVRational 419 extra_lib/include/ffmpeg_android/libavutil/imgutils.h int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar); AVRational 104 extra_lib/include/ffmpeg_android/libavutil/mathematics.h int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const; AVRational 112 extra_lib/include/ffmpeg_android/libavutil/mathematics.h int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, AVRational 121 extra_lib/include/ffmpeg_android/libavutil/mathematics.h int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b); AVRational 144 extra_lib/include/ffmpeg_android/libavutil/mathematics.h int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t *last, AVRational out_tb); AVRational 157 extra_lib/include/ffmpeg_android/libavutil/mathematics.h int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc); AVRational 278 extra_lib/include/ffmpeg_android/libavutil/opt.h AVRational q; AVRational 431 extra_lib/include/ffmpeg_android/libavutil/opt.h attribute_deprecated const AVOption *av_set_q(void *obj, const char *name, AVRational n); AVRational 435 extra_lib/include/ffmpeg_android/libavutil/opt.h AVRational av_get_q(void *obj, const char *name, const AVOption **o_out); AVRational 615 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out); AVRational 742 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_set_q (void *obj, const char *name, AVRational val, int search_flags); AVRational 747 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int search_flags); AVRational 793 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational *out_val); AVRational 797 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val); AVRational 1137 extra_lib/include/ffmpeg_android/libavutil/opt.h AVRational q; AVRational 1290 extra_lib/include/ffmpeg_android/libavutil/opt.h attribute_deprecated const AVOption *av_set_q(void *obj, const char *name, AVRational n); AVRational 1294 extra_lib/include/ffmpeg_android/libavutil/opt.h AVRational av_get_q(void *obj, const char *name, const AVOption **o_out); AVRational 1474 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out); AVRational 1601 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_set_q (void *obj, const char *name, AVRational val, int search_flags); AVRational 1606 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int search_flags); AVRational 1652 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational *out_val); AVRational 1656 extra_lib/include/ffmpeg_android/libavutil/opt.h int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val); AVRational 49 extra_lib/include/ffmpeg_android/libavutil/parseutils.h int av_parse_ratio(AVRational *q, const char *str, int max, AVRational 77 extra_lib/include/ffmpeg_android/libavutil/parseutils.h int av_parse_video_rate(AVRational *rate, const char *str); AVRational 236 extra_lib/include/ffmpeg_android/libavutil/parseutils.h int av_parse_ratio(AVRational *q, const char *str, int max, AVRational 264 extra_lib/include/ffmpeg_android/libavutil/parseutils.h int av_parse_video_rate(AVRational *rate, const char *str); AVRational 53 extra_lib/include/ffmpeg_android/libavutil/rational.h static inline AVRational av_make_q(int num, int den) AVRational 55 extra_lib/include/ffmpeg_android/libavutil/rational.h AVRational r = { num, den }; AVRational 66 extra_lib/include/ffmpeg_android/libavutil/rational.h static inline int av_cmp_q(AVRational a, AVRational b){ AVRational 80 extra_lib/include/ffmpeg_android/libavutil/rational.h static inline double av_q2d(AVRational a){ AVRational 102 extra_lib/include/ffmpeg_android/libavutil/rational.h AVRational av_mul_q(AVRational b, AVRational c) av_const; AVRational 110 extra_lib/include/ffmpeg_android/libavutil/rational.h AVRational av_div_q(AVRational b, AVRational c) av_const; AVRational 118 extra_lib/include/ffmpeg_android/libavutil/rational.h AVRational av_add_q(AVRational b, AVRational c) av_const; AVRational 126 extra_lib/include/ffmpeg_android/libavutil/rational.h AVRational av_sub_q(AVRational b, AVRational c) av_const; AVRational 133 extra_lib/include/ffmpeg_android/libavutil/rational.h static av_always_inline AVRational av_inv_q(AVRational q) AVRational 135 extra_lib/include/ffmpeg_android/libavutil/rational.h AVRational r = { q.den, q.num }; AVRational 147 extra_lib/include/ffmpeg_android/libavutil/rational.h AVRational av_d2q(double d, int max) av_const; AVRational 153 extra_lib/include/ffmpeg_android/libavutil/rational.h int av_nearer_q(AVRational q, AVRational q1, AVRational q2); AVRational 160 extra_lib/include/ffmpeg_android/libavutil/rational.h int av_find_nearest_q_idx(AVRational q, const AVRational* q_list); AVRational 44 extra_lib/include/ffmpeg_android/libavutil/timecode.h AVRational rate; ///< frame rate in rational form AVRational 119 extra_lib/include/ffmpeg_android/libavutil/timecode.h int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx); AVRational 131 extra_lib/include/ffmpeg_android/libavutil/timecode.h int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx); AVRational 138 extra_lib/include/ffmpeg_android/libavutil/timecode.h int av_timecode_check_frame_rate(AVRational rate); AVRational 184 extra_lib/include/ffmpeg_android/libavutil/timecode.h AVRational rate; ///< frame rate in rational form AVRational 259 extra_lib/include/ffmpeg_android/libavutil/timecode.h int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx); AVRational 271 extra_lib/include/ffmpeg_android/libavutil/timecode.h int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx); AVRational 278 extra_lib/include/ffmpeg_android/libavutil/timecode.h int av_timecode_check_frame_rate(AVRational rate); AVRational 65 extra_lib/include/ffmpeg_android/libavutil/timestamp.h static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) AVRational 143 extra_lib/include/ffmpeg_android/libavutil/timestamp.h static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) AVRational 1317 extra_lib/include/libavcodec/avcodec.h AVRational time_base; AVRational 1571 extra_lib/include/libavcodec/avcodec.h AVRational sample_aspect_ratio; AVRational 2907 extra_lib/include/libavcodec/avcodec.h AVRational pkt_timebase; AVRational 3001 extra_lib/include/libavcodec/avcodec.h AVRational av_codec_get_pkt_timebase (const AVCodecContext *avctx); AVRational 3002 extra_lib/include/libavcodec/avcodec.h void av_codec_set_pkt_timebase (AVCodecContext *avctx, AVRational val); AVRational 3051 extra_lib/include/libavcodec/avcodec.h const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0} AVRational 140 extra_lib/include/libavfilter/avfilter.h AVRational sample_aspect_ratio; ///< sample aspect ratio AVRational 708 extra_lib/include/libavfilter/avfilter.h AVRational sample_aspect_ratio; ///< agreed upon sample aspect ratio AVRational 722 extra_lib/include/libavfilter/avfilter.h AVRational time_base; AVRational 794 extra_lib/include/libavfilter/avfilter.h AVRational frame_rate; AVRational 163 extra_lib/include/libavfilter/buffersink.h AVRational av_buffersink_get_frame_rate(AVFilterContext *ctx); AVRational 779 extra_lib/include/libavformat/avformat.h AVRational time_base; AVRational 809 extra_lib/include/libavformat/avformat.h AVRational sample_aspect_ratio; AVRational 816 extra_lib/include/libavformat/avformat.h AVRational avg_frame_rate; AVRational 926 extra_lib/include/libavformat/avformat.h AVRational r_frame_rate; AVRational 1006 extra_lib/include/libavformat/avformat.h AVRational av_stream_get_r_frame_rate(const AVStream *s); AVRational 1007 extra_lib/include/libavformat/avformat.h void av_stream_set_r_frame_rate(AVStream *s, AVRational r); AVRational 1048 extra_lib/include/libavformat/avformat.h AVRational time_base; ///< time base in which the start/end timestamps are specified AVRational 1486 extra_lib/include/libavformat/avformat.h AVRational offset_timebase; AVRational 2499 extra_lib/include/libavformat/avformat.h AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame); AVRational 2509 extra_lib/include/libavformat/avformat.h AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame); AVRational 247 extra_lib/include/libavutil/avutil.h #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE} AVRational 214 extra_lib/include/libavutil/frame.h AVRational sample_aspect_ratio; AVRational 104 extra_lib/include/libavutil/mathematics.h int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const; AVRational 112 extra_lib/include/libavutil/mathematics.h int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, AVRational 121 extra_lib/include/libavutil/mathematics.h int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b); AVRational 144 extra_lib/include/libavutil/mathematics.h int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t *last, AVRational out_tb); AVRational 157 extra_lib/include/libavutil/mathematics.h int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc); AVRational 277 extra_lib/include/libavutil/opt.h AVRational q; AVRational 380 extra_lib/include/libavutil/opt.h attribute_deprecated const AVOption *av_set_q(void *obj, const char *name, AVRational n); AVRational 384 extra_lib/include/libavutil/opt.h AVRational av_get_q(void *obj, const char *name, const AVOption **o_out); AVRational 546 extra_lib/include/libavutil/opt.h int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out); AVRational 666 extra_lib/include/libavutil/opt.h int av_opt_set_q (void *obj, const char *name, AVRational val, int search_flags); AVRational 671 extra_lib/include/libavutil/opt.h int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int search_flags); AVRational 711 extra_lib/include/libavutil/opt.h int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational *out_val); AVRational 715 extra_lib/include/libavutil/opt.h int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val); AVRational 49 extra_lib/include/libavutil/parseutils.h int av_parse_ratio(AVRational *q, const char *str, int max, AVRational 77 extra_lib/include/libavutil/parseutils.h int av_parse_video_rate(AVRational *rate, const char *str); AVRational 53 extra_lib/include/libavutil/rational.h static inline AVRational av_make_q(int num, int den) AVRational 55 extra_lib/include/libavutil/rational.h AVRational r = { num, den }; AVRational 66 extra_lib/include/libavutil/rational.h static inline int av_cmp_q(AVRational a, AVRational b){ AVRational 80 extra_lib/include/libavutil/rational.h static inline double av_q2d(AVRational a){ AVRational 102 extra_lib/include/libavutil/rational.h AVRational av_mul_q(AVRational b, AVRational c) av_const; AVRational 110 extra_lib/include/libavutil/rational.h AVRational av_div_q(AVRational b, AVRational c) av_const; AVRational 118 extra_lib/include/libavutil/rational.h AVRational av_add_q(AVRational b, AVRational c) av_const; AVRational 126 extra_lib/include/libavutil/rational.h AVRational av_sub_q(AVRational b, AVRational c) av_const; AVRational 133 extra_lib/include/libavutil/rational.h static av_always_inline AVRational av_inv_q(AVRational q) AVRational 135 extra_lib/include/libavutil/rational.h AVRational r = { q.den, q.num }; AVRational 147 extra_lib/include/libavutil/rational.h AVRational av_d2q(double d, int max) av_const; AVRational 153 extra_lib/include/libavutil/rational.h int av_nearer_q(AVRational q, AVRational q1, AVRational q2); AVRational 160 extra_lib/include/libavutil/rational.h int av_find_nearest_q_idx(AVRational q, const AVRational* q_list); AVRational 44 extra_lib/include/libavutil/timecode.h AVRational rate; ///< frame rate in rational form AVRational 119 extra_lib/include/libavutil/timecode.h int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx); AVRational 131 extra_lib/include/libavutil/timecode.h int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx); AVRational 138 extra_lib/include/libavutil/timecode.h int av_timecode_check_frame_rate(AVRational rate); AVRational 65 extra_lib/include/libavutil/timestamp.h static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) AVRational 205 modules/ffmpeg_in/ffmpeg_in.h AVRational audio_tscale, video_tscale;