Home
last modified time | relevance | path

Searched refs:source_fps (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dlink_timeremap.c58 double source_fps = mlt_properties_get_double( unique_properties, "source_fps" ); in link_get_audio() local
90 mlt_position in_frame_pos = floor( source_time * source_fps ); in link_get_audio()
253 double source_fps = mlt_properties_get_double( unique_properties, "source_fps"); in link_get_image_blend() local
258 mlt_position in_frame_pos = floor( source_time * source_fps ); in link_get_image_blend()
317 double source_fps = mlt_properties_get_double( unique_properties, "source_fps"); in link_get_image_nearest() local
318 mlt_position in_frame_pos = floor( source_time * source_fps ); in link_get_image_nearest()
360 double source_fps = mlt_producer_get_fps( self->next ); in link_get_frame() local
393 mlt_properties_set_double( unique_properties, "source_fps", source_fps ); in link_get_frame()
404 mlt_position in_frame_pos = floor( source_time * source_fps ); in link_get_frame()
405 double frame_time = (double)in_frame_pos / source_fps; in link_get_frame()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dlink_timeremap.c58 double source_fps = mlt_properties_get_double( unique_properties, "source_fps" ); in link_get_audio() local
90 mlt_position in_frame_pos = floor( source_time * source_fps ); in link_get_audio()
253 double source_fps = mlt_properties_get_double( unique_properties, "source_fps"); in link_get_image_blend() local
258 mlt_position in_frame_pos = floor( source_time * source_fps ); in link_get_image_blend()
317 double source_fps = mlt_properties_get_double( unique_properties, "source_fps"); in link_get_image_nearest() local
318 mlt_position in_frame_pos = floor( source_time * source_fps ); in link_get_image_nearest()
360 double source_fps = mlt_producer_get_fps( self->next ); in link_get_frame() local
393 mlt_properties_set_double( unique_properties, "source_fps", source_fps ); in link_get_frame()
404 mlt_position in_frame_pos = floor( source_time * source_fps ); in link_get_frame()
405 double frame_time = (double)in_frame_pos / source_fps; in link_get_frame()
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dvfr.c444 double source_fps = (double)init->vrate.num / init->vrate.den; in hb_vfr_init() local
446 if (source_fps > peak_fps) in hb_vfr_init()
481 double source_fps = (double)pv->input_vrate.num / pv->input_vrate.den; in hb_vfr_info() local
483 if (source_fps > peak_fps) in hb_vfr_info()
506 double source_fps = (double)pv->input_vrate.num / pv->input_vrate.den; in hb_vfr_info() local
510 source_fps , peak_fps ); in hb_vfr_info()
515 double source_fps = (double)pv->input_vrate.num / pv->input_vrate.den; in hb_vfr_info() local
519 source_fps , constant_fps ); in hb_vfr_info()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c361 …double source_fps = mlt_properties_get_double( real_properties, mlt_properties_get_name( real_prop… in producer_framebuffer_init() local
362 if ( source_fps > mlt_profile_fps( profile ) ) in producer_framebuffer_init()
364 mlt_properties_set_double( real_properties, "force_fps", source_fps * speed ); in producer_framebuffer_init()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c354 …double source_fps = mlt_properties_get_double( real_properties, mlt_properties_get_name( real_prop… in producer_framebuffer_init() local
355 if ( source_fps > mlt_profile_fps( profile ) ) in producer_framebuffer_init()
357 mlt_properties_set_double( real_properties, "force_fps", source_fps * speed ); in producer_framebuffer_init()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c361 …double source_fps = mlt_properties_get_double( real_properties, mlt_properties_get_name( real_prop… in producer_framebuffer_init() local
362 if ( source_fps > mlt_profile_fps( profile ) ) in producer_framebuffer_init()
364 mlt_properties_set_double( real_properties, "force_fps", source_fps * speed ); in producer_framebuffer_init()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c354 …double source_fps = mlt_properties_get_double( real_properties, mlt_properties_get_name( real_prop… in producer_framebuffer_init() local
355 if ( source_fps > mlt_profile_fps( profile ) ) in producer_framebuffer_init()
357 mlt_properties_set_double( real_properties, "force_fps", source_fps * speed ); in producer_framebuffer_init()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/kdenlive/
H A Dproducer_framebuffer.c354 …double source_fps = mlt_properties_get_double( real_properties, mlt_properties_get_name( real_prop… in producer_framebuffer_init() local
355 if ( source_fps > mlt_profile_fps( profile ) ) in producer_framebuffer_init()
357 mlt_properties_set_double( real_properties, "force_fps", source_fps * speed ); in producer_framebuffer_init()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c1153 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in seek_video() local
1167 int64_t timestamp = req_position / ( av_q2d( self->video_time_base ) * source_fps ); in seek_video()
1742 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in producer_get_image() local
1746 …int64_t req_position = ( int64_t )( position / mlt_producer_get_fps( producer ) * source_fps + 0.5… in producer_get_image()
1884 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
1973 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
H A Dproducer_avformat.yml107 - identifier: source_fps
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/avformat/
H A Dproducer_avformat.c1150 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in seek_video() local
1164 int64_t timestamp = req_position / ( av_q2d( self->video_time_base ) * source_fps ); in seek_video()
1735 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in producer_get_image() local
1739 …int64_t req_position = ( int64_t )( position / mlt_producer_get_fps( producer ) * source_fps + 0.5… in producer_get_image()
1877 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
1966 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
H A Dproducer_avformat.yml107 - identifier: source_fps
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c1153 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in seek_video() local
1167 int64_t timestamp = req_position / ( av_q2d( self->video_time_base ) * source_fps ); in seek_video()
1742 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in producer_get_image() local
1746 …int64_t req_position = ( int64_t )( position / mlt_producer_get_fps( producer ) * source_fps + 0.5… in producer_get_image()
1884 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
1973 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
H A Dproducer_avformat.yml107 - identifier: source_fps
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/avformat/
H A Dproducer_avformat.c1150 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in seek_video() local
1164 int64_t timestamp = req_position / ( av_q2d( self->video_time_base ) * source_fps ); in seek_video()
1735 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in producer_get_image() local
1739 …int64_t req_position = ( int64_t )( position / mlt_producer_get_fps( producer ) * source_fps + 0.5… in producer_get_image()
1877 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
1966 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
H A Dproducer_avformat.yml107 - identifier: source_fps
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c1153 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in seek_video() local
1167 int64_t timestamp = req_position / ( av_q2d( self->video_time_base ) * source_fps ); in seek_video()
1742 double source_fps = mlt_properties_get_double( properties, "meta.media.frame_rate_num" ) / in producer_get_image() local
1746 …int64_t req_position = ( int64_t )( position / mlt_producer_get_fps( producer ) * source_fps + 0.5… in producer_get_image()
1884 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
1973 …int_position = ( int64_t )( ( av_q2d( self->video_time_base ) * pts + delay ) * source_fps + 0.5 ); in producer_get_image()
H A Dproducer_avformat.yml107 - identifier: source_fps
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_av/
H A Davformat.c1149 handle->mm.source_fps = ceil(av_q2d(context->video_st.st->avg_frame_rate));
1151 handle->mm.source_fps = 25;
1154 context->read_fps = (int)handle->mm.source_fps;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2792 float source_fps; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c1043 if (handle->mm.fps >= context->source->mm.source_fps) { in local_stream_file_read_video()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c6815 if (smh->video_write_fh && smh->video_write_fh->mm.source_fps) { in video_write_thread()
6816 fps = smh->video_write_fh->mm.source_fps; in video_write_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx7818 if (arg1) (arg1)->source_fps = arg2; in CSharp_FreeSWITCHfNative_switch_mm_t_source_fps_set___()
7828 result = (float) ((arg1)->source_fps); in CSharp_FreeSWITCHfNative_switch_mm_t_source_fps_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs41933 public float source_fps { property in FreeSWITCH.Native.switch_mm_t