Home
last modified time | relevance | path

Searched refs:mlt_profile_sar (Results 1 – 25 of 141) sorted by relevance

123456

/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_watermark.c160 mlt_frame_set_aspect_ratio( b_frame, mlt_profile_sar( profile ) ); in filter_get_image()
162 mlt_frame_set_aspect_ratio( a_frame, mlt_profile_sar( profile ) ); in filter_get_image()
H A Dproducer_colour.c48 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_colour_init()
247 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dfilter_watermark.c160 mlt_frame_set_aspect_ratio( b_frame, mlt_profile_sar( profile ) ); in filter_get_image()
162 mlt_frame_set_aspect_ratio( a_frame, mlt_profile_sar( profile ) ); in filter_get_image()
H A Dproducer_colour.c48 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_colour_init()
247 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dfilter_watermark.c160 mlt_frame_set_aspect_ratio( b_frame, mlt_profile_sar( profile ) ); in filter_get_image()
162 mlt_frame_set_aspect_ratio( a_frame, mlt_profile_sar( profile ) ); in filter_get_image()
H A Dproducer_colour.c48 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_colour_init()
247 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/core/
H A Dfilter_watermark.c160 mlt_frame_set_aspect_ratio( b_frame, mlt_profile_sar( profile ) ); in filter_get_image()
162 mlt_frame_set_aspect_ratio( a_frame, mlt_profile_sar( profile ) ); in filter_get_image()
H A Dproducer_colour.c48 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_colour_init()
247 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/core/
H A Dfilter_watermark.c160 mlt_frame_set_aspect_ratio( b_frame, mlt_profile_sar( profile ) ); in filter_get_image()
162 mlt_frame_set_aspect_ratio( a_frame, mlt_profile_sar( profile ) ); in filter_get_image()
H A Dproducer_colour.c48 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_colour_init()
247 mlt_properties_set_double( properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/mlt7/mlt-7.0.1/src/framework/
H A Dmlt_profile.h55 extern double mlt_profile_sar( mlt_profile profile );
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/framework/
H A Dmlt_profile.h55 extern double mlt_profile_sar( mlt_profile profile );
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/framework/
H A Dmlt_profile.h55 extern double mlt_profile_sar( mlt_profile profile );
/dports/multimedia/py-mlt6/mlt-6.26.1/src/framework/
H A Dmlt_profile.h55 extern double mlt_profile_sar( mlt_profile profile );
/dports/multimedia/mlt6/mlt-6.26.1/src/framework/
H A Dmlt_profile.h55 extern double mlt_profile_sar( mlt_profile profile );
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/qt/
H A Dfilter_qtblend.cpp50 double output_ar = mlt_profile_sar( profile ); in filter_get_image()
59 double consumer_ar = mlt_profile_sar( profile ); in filter_get_image()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/qt/
H A Dfilter_qtblend.cpp50 double output_ar = mlt_profile_sar( profile ); in filter_get_image()
59 double consumer_ar = mlt_profile_sar( profile ); in filter_get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/qt/
H A Dfilter_qtblend.cpp50 double output_ar = mlt_profile_sar( profile ); in filter_get_image()
59 double consumer_ar = mlt_profile_sar( profile ); in filter_get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/qt/
H A Dfilter_qtblend.cpp50 double output_ar = mlt_profile_sar( profile ); in filter_get_image()
59 double consumer_ar = mlt_profile_sar( profile ); in filter_get_image()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/qt/
H A Dfilter_qtblend.cpp50 double output_ar = mlt_profile_sar( profile ); in filter_get_image()
59 double consumer_ar = mlt_profile_sar( profile ); in filter_get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plus/
H A Dproducer_count.c288 float sar = mlt_profile_sar( profile ); in draw_ring()
354 line_width = lrint((float)line_width * mlt_profile_sar( profile )); in draw_cross()
369 float sar = mlt_profile_sar( profile ); in draw_clock()
595 mlt_properties_set_double( frame_properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plus/
H A Dproducer_count.c287 float sar = mlt_profile_sar( profile ); in draw_ring()
353 line_width = lrint((float)line_width * mlt_profile_sar( profile )); in draw_cross()
368 float sar = mlt_profile_sar( profile ); in draw_clock()
594 mlt_properties_set_double( frame_properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plus/
H A Dproducer_count.c288 float sar = mlt_profile_sar( profile ); in draw_ring()
354 line_width = lrint((float)line_width * mlt_profile_sar( profile )); in draw_cross()
369 float sar = mlt_profile_sar( profile ); in draw_clock()
595 mlt_properties_set_double( frame_properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plus/
H A Dproducer_count.c287 float sar = mlt_profile_sar( profile ); in draw_ring()
353 line_width = lrint((float)line_width * mlt_profile_sar( profile )); in draw_cross()
368 float sar = mlt_profile_sar( profile ); in draw_clock()
594 mlt_properties_set_double( frame_properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plus/
H A Dproducer_count.c288 float sar = mlt_profile_sar( profile ); in draw_ring()
354 line_width = lrint((float)line_width * mlt_profile_sar( profile )); in draw_cross()
369 float sar = mlt_profile_sar( profile ); in draw_clock()
595 mlt_properties_set_double( frame_properties, "aspect_ratio", mlt_profile_sar( profile ) ); in producer_get_frame()

123456