Home | History | Annotate | Download | only in libavutil

Lines Matching full:rate

44     AVRational rate;    ///< frame rate in rational form
45 unsigned fps; ///< frame per second; must be consistent with the rate field
113 * @param rate frame rate in rational form
119 int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx);
127 * @param rate frame rate in rational form
131 int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx);
134 * Check if the timecode feature is available for the given frame rate
138 int av_timecode_check_frame_rate(AVRational rate);