Home
last modified time | relevance | path

Searched refs:frame_rate (Results 126 - 150 of 153) sorted by relevance

1234567

/third_party/ffmpeg/libavfilter/
H A Dvf_lut2.c419 outlink->frame_rate = srcx->frame_rate; in lut2_config_output()
H A Dvf_premultiply.c720 outlink->frame_rate = base->frame_rate; in config_output()
H A Davfilter.c328 if (!link->frame_rate.num && !link->frame_rate.den) in avfilter_config_links()
329 link->frame_rate = inlink->frame_rate; in avfilter_config_links()
H A Dbuffersink.c221 MAKE_AVFILTERLINK_ACCESSOR(AVRational , frame_rate ) in MAKE_AVFILTERLINK_ACCESSOR()
H A Dvf_frei0r.c464 outlink->frame_rate = av_inv_q(s->time_base); in source_config_props()
H A Dvf_zoompan.c135 outlink->frame_rate = s->framerate; in config_output()
H A Dvf_framerate.c403 outlink->frame_rate = s->dest_frame_rate; in config_output()
H A Dvf_bm3d.c981 outlink->frame_rate = src->frame_rate; in config_output()
H A Dvf_scale_npp.c679 outlink->frame_rate = inlink->frame_rate; in config_props_ref()
H A Dvf_scale.c612 outlink->frame_rate = inlink->frame_rate; in config_props_ref()
H A Dsrc_movie.c403 outlink->frame_rate = st->st->r_frame_rate; in movie_config_output_props()
H A Daf_aiir.c1445 outlink->frame_rate = s->rate; in config_video()
1446 outlink->time_base = av_inv_q(outlink->frame_rate); in config_video()
H A Dvf_deshake_opencl.c1159 ctx->smooth_window = (int)(av_q2d(avctx->inputs[0]->frame_rate) * ctx->smooth_window_multiplier); in deshake_opencl_init()
1419 duration = av_rescale_q(1, av_inv_q(outlink->frame_rate), outlink->time_base); in filter_frame()
H A Dvf_convolve.c774 outlink->frame_rate = mainlink->frame_rate; in config_output()
H A Dvf_fieldmatch.c1034 outlink->frame_rate = inlink->frame_rate; in config_output()
H A Dvf_stereo3d.c367 AVRational fps = inlink->frame_rate; in config_output()
580 outlink->frame_rate = fps; in config_output()
H A Dvf_morpho.c954 outlink->frame_rate = mainlink->frame_rate; in config_output()
H A Df_ebur128.c300 outlink->frame_rate = av_make_q(10, 1); in config_video_output()
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c1804 char *frame_rate = NULL, *max_frame_rate = NULL, *frame_aspect_ratio = NULL; in new_video_stream() local
1810 MATCH_PER_STREAM_OPT(frame_rates, str, frame_rate, oc, st); in new_video_stream()
1811 if (frame_rate && av_parse_video_rate(&ost->frame_rate, frame_rate) < 0) { in new_video_stream()
1812 av_log(NULL, AV_LOG_FATAL, "Invalid framerate value: %s\n", frame_rate); in new_video_stream()
1822 if (frame_rate && max_frame_rate) { in new_video_stream()
1827 if ((frame_rate || max_frame_rate) && in new_video_stream()
2799 f->frame_rate = ost->frame_rate; in open_output_file()
[all...]
H A Dffplay.c1880 av_strlcatf(buffersrc_args, sizeof(buffersrc_args), ":frame_rate=%d/%d", fr.num, fr.den); in configure_video_filters()
2124 AVRational frame_rate = av_guess_frame_rate(is->ic, is->video_st, NULL); in video_thread() local
2179 frame_rate = av_buffersink_get_frame_rate(filt_out); in video_thread()
2202 duration = (frame_rate.num && frame_rate.den ? av_q2d((AVRational){frame_rate.den, frame_rate.num}) : 0); in video_thread()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp639 << "\tFrame rate : " << pVideoFormat->frame_rate.numerator << "/" << pVideoFormat->frame_rate.denominator << " = " << ((pVideoFormat->frame_rate.denominator != 0) ? (1.0 * pVideoFormat->frame_rate.numerator / pVideoFormat->frame_rate.denominator) : 0.0) << " fps" << std::endl
823 detectedFormat.frame_rate.numerator = NV_FRAME_RATE_NUM(pnvsi->frameRate);
824 detectedFormat.frame_rate.denominator = NV_FRAME_RATE_DEN(pnvsi->frameRate);
/third_party/ffmpeg/libavformat/
H A Ddashenc.c337 AVRational *frame_rate, char *str, int size) { in set_vp9_codec_str()
339 int ret = ff_isom_get_vpcc_features(s, par, frame_rate, &vpcc); in set_vp9_codec_str()
352 AVRational *frame_rate, char *str, int size) in set_codec_str()
362 set_vp9_codec_str(s, par, frame_rate, str, size); in set_codec_str()
1826 AVPacket *pkt, AVRational *frame_rate) in update_stream_extradata()
1846 set_codec_str(s, par, frame_rate, os->codec_str, sizeof(os->codec_str)); in update_stream_extradata()
336 set_vp9_codec_str(AVFormatContext *s, AVCodecParameters *par, AVRational *frame_rate, char *str, int size) set_vp9_codec_str() argument
351 set_codec_str(AVFormatContext *s, AVCodecParameters *par, AVRational *frame_rate, char *str, int size) set_codec_str() argument
1825 update_stream_extradata(AVFormatContext *s, OutputStream *os, AVPacket *pkt, AVRational *frame_rate) update_stream_extradata() argument
H A Dmatroskadec.c205 double frame_rate; member
509 { MATROSKA_ID_VIDEOFRAMERATE, EBML_FLOAT, 0, 0, offsetof(MatroskaTrackVideo, frame_rate) },
2485 if (!track->default_duration && track->video.frame_rate > 0) { in matroska_parse_tracks()
2486 double default_duration = 1000000000 / track->video.frame_rate; in matroska_parse_tracks()
2490 track->video.frame_rate); in matroska_parse_tracks()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c272 rate_ctrl->frame_rate_num = ((priv->frame_rate) >> 16) * rate_ctrl->frame_rate_den; in enc_ControlPicture_common()
/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c168 output->PicInfo.frame_rate); in print_frame_info()

Completed in 56 milliseconds

1234567