Home
last modified time | relevance | path

Searched refs:AVRational (Results 1 – 15 of 15) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Drational.h43 typedef struct AVRational{ struct
46 } AVRational; typedef
55 static inline int av_cmp_q(AVRational a, AVRational b){ in av_cmp_q()
69 static inline double av_q2d(AVRational a){ in av_q2d()
91 AVRational av_mul_q(AVRational b, AVRational c) av_const;
99 AVRational av_div_q(AVRational b, AVRational c) av_const;
107 AVRational av_add_q(AVRational b, AVRational c) av_const;
115 AVRational av_sub_q(AVRational b, AVRational c) av_const;
122 static av_always_inline AVRational av_inv_q(AVRational q) in av_inv_q()
124 AVRational r = { q.den, q.num }; in av_inv_q()
[all …]
Dmathematics.h101 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
109 int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq,
118 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
141 int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t …
Dtimecode.h44 AVRational rate; ///< frame rate in rational form
119 int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx);
131 int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx);
138 int av_timecode_check_frame_rate(AVRational rate);
Dopt.h276 AVRational q;
368 attribute_deprecated const AVOption *av_set_q(void *obj, const char *name, AVRational n);
372 AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
534 int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out);
654 int av_opt_set_q (void *obj, const char *name, AVRational val, int search_flags);
659 int av_opt_set_video_rate(void *obj, const char *name, AVRational val, int search_flags);
698 int av_opt_get_q (void *obj, const char *name, int search_flags, AVRational *out_val);
702 int av_opt_get_video_rate(void *obj, const char *name, int search_flags, AVRational *out_val);
Dparseutils.h49 int av_parse_ratio(AVRational *q, const char *str, int max,
77 int av_parse_video_rate(AVRational *rate, const char *str);
Dtimestamp.h61 static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) in av_ts_make_time_string()
Davutil.h235 #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
Dframe.h154 AVRational sample_aspect_ratio;
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h695 AVRational time_base;
725 AVRational sample_aspect_ratio;
732 AVRational avg_frame_rate;
831 AVRational r_frame_rate;
893 AVRational av_stream_get_r_frame_rate(const AVStream *s);
894 void av_stream_set_r_frame_rate(AVStream *s, AVRational r);
935 AVRational time_base; ///< time base in which the start/end timestamps are specified
1288 AVRational offset_timebase;
2146 AVRational av_guess_sample_aspect_ratio(AVFormatContext *format, AVStream *stream, AVFrame *frame);
2156 AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
/external/llvm/test/CodeGen/ARM/
D2007-05-14-RegScavengerAssert.ll5 …2*, i8*, i32)*, i32, %struct.AVCodec*, void (%struct.AVCodecContext*)*, %struct.AVRational*, i32* }
6AVRational, i32, i32, i32, i32, i32, void (%struct.AVCodecContext*, %struct.AVFrame*, i32*, i32, i…
11 %struct.AVRational = type { i32, i32 }
/external/llvm/test/CodeGen/Generic/
D2008-02-26-NegatableCrash.ll4 …2*, i8*, i32)*, i32, %struct.AVCodec*, void (%struct.AVCodecContext*)*, %struct.AVRational*, i32* }
5AVRational, i32, i32, i32, i32, i32, void (%struct.AVCodecContext*, %struct.AVFrame*, i32*, i32, i…
10 %struct.AVRational = type { i32, i32 }
D2007-05-15-InfiniteRecursion.ll4 …2*, i8*, i32)*, i32, %struct.AVCodec*, void (%struct.AVCodecContext*)*, %struct.AVRational*, i32* }
5AVRational, i32, i32, i32, i32, i32, void (%struct.AVCodecContext*, %struct.AVFrame*, i32*, i32, i…
11 %struct.AVRational = type { i32, i32 }
/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp246 double r2d(AVRational r) const;
824 double CvCapture_FFMPEG::r2d(AVRational r) const in r2d()
1209 const AVRational *p= codec->supported_framerates; in icv_add_video_stream_FFMPEG()
1210 AVRational req = {frame_rate, frame_rate_base}; in icv_add_video_stream_FFMPEG()
1211 const AVRational *best=NULL; in icv_add_video_stream_FFMPEG()
1212 AVRational best_error= {INT_MAX, 1}; in icv_add_video_stream_FFMPEG()
1214 AVRational error= av_sub_q(req, *p); in icv_add_video_stream_FFMPEG()
2023 AVRational req = {frame_rate, frame_rate_base}; in addVideoStream()
2024 const AVRational* best = NULL; in addVideoStream()
2025 AVRational best_error = {INT_MAX, 1}; in addVideoStream()
[all …]
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h1272 AVRational time_base;
1524 AVRational sample_aspect_ratio;
2829 AVRational pkt_timebase;
2881 AVRational av_codec_get_pkt_timebase (const AVCodecContext *avctx);
2882 void av_codec_set_pkt_timebase (AVCodecContext *avctx, AVRational val);
2925 …const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array …
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dbug_11395.ll10AVRational, i32, i32, i32, i32, i32, void (%struct.AVCodecContext*, %struct.AVFrame*, i32*, i32, i…
13 %struct.AVRational = type { i32, i32 }
16 …et*)*, i32, %struct.AVCodec*, void (%struct.AVCodecContext*)*, %struct.AVRational*, i32*, i8*, i32…