Home
last modified time | relevance | path

Searched refs:min_frame_rate (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Ddashenc.c90 AVRational min_frame_rate, max_frame_rate; member
814 … as->max_frame_rate.num && !as->ambiguous_frame_rate && av_cmp_q(as->min_frame_rate, as->max_frame… in write_adaptation_set()
816 …as->max_frame_rate.num && !as->ambiguous_frame_rate && !av_cmp_q(as->min_frame_rate, as->max_frame… in write_adaptation_set()
860 if (st->avg_frame_rate.num && av_cmp_q(as->min_frame_rate, as->max_frame_rate) < 0) in write_adaptation_set()
865 … " maxPlayoutRate=\"%d\"", FFMAX((int)av_q2d(av_div_q(tas->min_frame_rate, as->min_frame_rate)), 1… in write_adaptation_set()
1666 if (av_cmp_q(avg_frame_rate, as->min_frame_rate) < 0) in dash_init()
1667 as->min_frame_rate = avg_frame_rate; in dash_init()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m643 gdouble min_frame_rate, max_frame_rate;
645 [[rate valueForKey:@"minFrameRate"] getValue:&min_frame_rate];
647 if ((framerate >= min_frame_rate - 0.00001) &&
651 if (min_frame_rate == max_frame_rate) {