Home
last modified time | relevance | path

Searched refs:vfilter_graph (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/mlt6/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c127 AVFilterGraph *vfilter_graph; member
751 self->vfilter_graph = avfilter_graph_alloc(); in setup_video_filters()
764 "mlt_buffer", buffersrc_args, NULL, self->vfilter_graph); in setup_video_filters()
768 "mlt_buffersink", NULL, NULL, self->vfilter_graph); in setup_video_filters()
947 if (!test_open && self->autorotate && !self->vfilter_graph) { in producer_open()
955 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
962 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
968 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
1035 avfilter_graph_free( &self->vfilter_graph ); in prepare_reopen()
1993 if (self->autorotate && self->vfilter_graph) { in producer_get_image()
[all …]
H A Dconsumer_avformat.c131 static AVFilterGraph *vfilter_graph; variable
139 vfilter_graph = avfilter_graph_alloc(); in setup_hwupload_filter()
140 mlt_properties_set_data(properties, "vfilter_graph", &vfilter_graph, 0, in setup_hwupload_filter()
153 "mlt_buffer", buffersrc_args, NULL, vfilter_graph); in setup_hwupload_filter()
157 "mlt_buffersink", NULL, NULL, vfilter_graph); in setup_hwupload_filter()
164 "mlt_hwupload", "", NULL, vfilter_graph); in setup_hwupload_filter()
172 result = avfilter_graph_config(vfilter_graph, NULL); in setup_hwupload_filter()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/avformat/
H A Dproducer_avformat.c127 AVFilterGraph *vfilter_graph; member
748 self->vfilter_graph = avfilter_graph_alloc(); in setup_video_filters()
761 "mlt_buffer", buffersrc_args, NULL, self->vfilter_graph); in setup_video_filters()
765 "mlt_buffersink", NULL, NULL, self->vfilter_graph); in setup_video_filters()
944 if (!test_open && self->autorotate && !self->vfilter_graph) { in producer_open()
952 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
959 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
965 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
1032 avfilter_graph_free( &self->vfilter_graph ); in prepare_reopen()
1986 if (self->autorotate && self->vfilter_graph) { in producer_get_image()
[all …]
H A Dconsumer_avformat.c131 static AVFilterGraph *vfilter_graph; variable
139 vfilter_graph = avfilter_graph_alloc(); in setup_hwupload_filter()
140 mlt_properties_set_data(properties, "vfilter_graph", &vfilter_graph, 0, in setup_hwupload_filter()
153 "mlt_buffer", buffersrc_args, NULL, vfilter_graph); in setup_hwupload_filter()
157 "mlt_buffersink", NULL, NULL, vfilter_graph); in setup_hwupload_filter()
164 "mlt_hwupload", "", NULL, vfilter_graph); in setup_hwupload_filter()
172 result = avfilter_graph_config(vfilter_graph, NULL); in setup_hwupload_filter()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c127 AVFilterGraph *vfilter_graph; member
751 self->vfilter_graph = avfilter_graph_alloc(); in setup_video_filters()
764 "mlt_buffer", buffersrc_args, NULL, self->vfilter_graph); in setup_video_filters()
768 "mlt_buffersink", NULL, NULL, self->vfilter_graph); in setup_video_filters()
947 if (!test_open && self->autorotate && !self->vfilter_graph) { in producer_open()
955 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
962 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
968 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
1035 avfilter_graph_free( &self->vfilter_graph ); in prepare_reopen()
1993 if (self->autorotate && self->vfilter_graph) { in producer_get_image()
[all …]
H A Dconsumer_avformat.c131 static AVFilterGraph *vfilter_graph; variable
139 vfilter_graph = avfilter_graph_alloc(); in setup_hwupload_filter()
140 mlt_properties_set_data(properties, "vfilter_graph", &vfilter_graph, 0, in setup_hwupload_filter()
153 "mlt_buffer", buffersrc_args, NULL, vfilter_graph); in setup_hwupload_filter()
157 "mlt_buffersink", NULL, NULL, vfilter_graph); in setup_hwupload_filter()
164 "mlt_hwupload", "", NULL, vfilter_graph); in setup_hwupload_filter()
172 result = avfilter_graph_config(vfilter_graph, NULL); in setup_hwupload_filter()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/avformat/
H A Dproducer_avformat.c127 AVFilterGraph *vfilter_graph; member
748 self->vfilter_graph = avfilter_graph_alloc(); in setup_video_filters()
761 "mlt_buffer", buffersrc_args, NULL, self->vfilter_graph); in setup_video_filters()
765 "mlt_buffersink", NULL, NULL, self->vfilter_graph); in setup_video_filters()
944 if (!test_open && self->autorotate && !self->vfilter_graph) { in producer_open()
952 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
959 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
965 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
1032 avfilter_graph_free( &self->vfilter_graph ); in prepare_reopen()
1986 if (self->autorotate && self->vfilter_graph) { in producer_get_image()
[all …]
H A Dconsumer_avformat.c131 static AVFilterGraph *vfilter_graph; variable
139 vfilter_graph = avfilter_graph_alloc(); in setup_hwupload_filter()
140 mlt_properties_set_data(properties, "vfilter_graph", &vfilter_graph, 0, in setup_hwupload_filter()
153 "mlt_buffer", buffersrc_args, NULL, vfilter_graph); in setup_hwupload_filter()
157 "mlt_buffersink", NULL, NULL, vfilter_graph); in setup_hwupload_filter()
164 "mlt_hwupload", "", NULL, vfilter_graph); in setup_hwupload_filter()
172 result = avfilter_graph_config(vfilter_graph, NULL); in setup_hwupload_filter()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c127 AVFilterGraph *vfilter_graph; member
751 self->vfilter_graph = avfilter_graph_alloc(); in setup_video_filters()
764 "mlt_buffer", buffersrc_args, NULL, self->vfilter_graph); in setup_video_filters()
768 "mlt_buffersink", NULL, NULL, self->vfilter_graph); in setup_video_filters()
947 if (!test_open && self->autorotate && !self->vfilter_graph) { in producer_open()
955 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
962 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
968 if (!error) error = ( avfilter_graph_config(self->vfilter_graph, NULL) < 0 ); in producer_open()
1035 avfilter_graph_free( &self->vfilter_graph ); in prepare_reopen()
1993 if (self->autorotate && self->vfilter_graph) { in producer_get_image()
[all …]
H A Dconsumer_avformat.c131 static AVFilterGraph *vfilter_graph; variable
139 vfilter_graph = avfilter_graph_alloc(); in setup_hwupload_filter()
140 mlt_properties_set_data(properties, "vfilter_graph", &vfilter_graph, 0, in setup_hwupload_filter()
153 "mlt_buffer", buffersrc_args, NULL, vfilter_graph); in setup_hwupload_filter()
157 "mlt_buffersink", NULL, NULL, vfilter_graph); in setup_hwupload_filter()
164 "mlt_hwupload", "", NULL, vfilter_graph); in setup_hwupload_filter()
172 result = avfilter_graph_config(vfilter_graph, NULL); in setup_hwupload_filter()