Home
last modified time | relevance | path

Searched refs:av_parse_ratio (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dparseutils.h49 int av_parse_ratio(AVRational *q, const char *str, int max,
53 av_parse_ratio(rate, str, max, AV_LOG_MAX_OFFSET, NULL)
H A Dparseutils.c45 int av_parse_ratio(AVRational *q, const char *str, int max, in av_parse_ratio() function
/third_party/ffmpeg/libavfilter/
H A Dvf_aspect.c111 ret = av_parse_ratio(aspect_ratio, s->ratio_expr, s->max, 0, ctx); in get_aspect_ratio()
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c1622 if (av_parse_ratio(&q, time_base, INT_MAX, 0, NULL) < 0 || in new_output_stream()
1633 if (av_parse_ratio(&q, time_base, INT_MAX, 0, NULL) < 0 || in new_output_stream()
1834 if (av_parse_ratio(&q, frame_aspect_ratio, 255, 0, NULL) < 0 || in new_video_stream()

Completed in 8 milliseconds