Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c109 GstElement *video_filter; member
186 if (self->video_filter && g_str_has_prefix (media_type, "video")) { in _insert_filter()
190 || filter_handles_any (self->video_filter)) in _insert_filter()
191 filter = self->video_filter; in _insert_filter()
195 GST_ELEMENT_NAME (self->video_filter)); in _insert_filter()
669 if (GST_IS_ENCODING_VIDEO_PROFILE (profile) && self->video_filter) in _setup_avoid_reencoding()
670 filter = self->video_filter; in _setup_avoid_reencoding()
729 if (self->video_filter && GST_OBJECT_PARENT (self->video_filter)) { in remove_all_children()
730 gst_element_set_state (self->video_filter, GST_STATE_NULL); in remove_all_children()
731 gst_bin_remove (GST_BIN (self), self->video_filter); in remove_all_children()
[all …]
Dgsturitranscodebin.c47 GstElement *video_filter; member
243 "video-filter", self->video_filter, in make_transcodebin()
506 g_clear_object (&self->video_filter); in gst_uri_transcode_bin_dispose()
547 g_value_set_object (value, self->video_filter); in gst_uri_transcode_bin_get_property()
607 self->video_filter = g_value_dup_object (value); in gst_uri_transcode_bin_set_property()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstwrappercamerabinsrc.c172 if (self->video_filter) in gst_wrapper_camera_bin_src_get_property()
173 g_value_set_object (value, self->video_filter); in gst_wrapper_camera_bin_src_get_property()
564 self->video_filter = gst_object_ref (self->app_vid_filter); in gst_wrapper_camera_bin_src_construct_pipeline()
566 if (!gst_camerabin_add_element (cbin, self->video_filter)) in gst_wrapper_camera_bin_src_construct_pipeline()
624 if (self->video_filter) { in gst_wrapper_camera_bin_src_construct_pipeline()
626 if (self->video_filter != self->app_vid_filter) { in gst_wrapper_camera_bin_src_construct_pipeline()
627 gst_bin_remove (cbin, self->video_filter); in gst_wrapper_camera_bin_src_construct_pipeline()
628 gst_object_unref (self->video_filter); in gst_wrapper_camera_bin_src_construct_pipeline()
629 self->video_filter = NULL; in gst_wrapper_camera_bin_src_construct_pipeline()
637 if (!self->video_filter) { in gst_wrapper_camera_bin_src_construct_pipeline()
[all …]
Dgstwrappercamerabinsrc.h79 GstElement *video_filter; member
Dgstcamerabin2.h85 GstElement *video_filter; member
Dgstcamerabin2.c558 if (camerabin->video_filter) in gst_camera_bin_dispose()
559 gst_object_unref (camerabin->video_filter); in gst_camera_bin_dispose()
965 if (camerabin->video_filter) { in gst_camera_bin_video_reset_elements()
966 gst_element_set_state (camerabin->video_filter, GST_STATE_READY); in gst_camera_bin_video_reset_elements()
967 gst_element_sync_state_with_parent (camerabin->video_filter); in gst_camera_bin_video_reset_elements()
1782 gst_camera_bin_check_and_replace_filter (camera, &camera->video_filter, in gst_camera_bin_create_elements()
/third_party/ffmpeg/tests/fate/
Dfilter-video.mak479 fate-filter-crop: CMD = video_filter "crop=iw-100:ih-100:100:100"
482 fate-filter-crop_scale: CMD = video_filter "crop=iw-100:ih-100:100:100,scale=w=400:h=-1"
485 fate-filter-crop_scale_vflip: CMD = video_filter "null,null,crop=iw-200:ih-200:200:200,crop=iw-20:i…
488 fate-filter-crop_vflip: CMD = video_filter "crop=iw-100:ih-100:100:100,vflip"
491 fate-filter-null: CMD = video_filter "null"
494 fate-filter-scale200: CMD = video_filter "scale=w=200:h=200"
497 fate-filter-scale500: CMD = video_filter "scale=w=500:h=500"
508 fate-filter-vflip: CMD = video_filter "vflip"
529 fate-filter-colormatrix1: CMD = video_filter "colormatrix=bt601:smpte240m,colormatrix=smpte240m:fcc…
532 fate-filter-colormatrix2: CMD = video_filter "colormatrix=bt709:fcc,colormatrix=fcc:bt709,colormatr…
[all …]
/third_party/ffmpeg/tests/
Dfate-run.sh385 video_filter(){ function
419video_filter "${prefilter_chain}scale,format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt -fra…
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcamerabin.c1690 GstElement *video_filter; in GST_START_TEST() local
1703 video_filter = gst_element_factory_make ("identity", "video-filter"); in GST_START_TEST()
1712 pad = gst_element_get_static_pad (video_filter, "src"); in GST_START_TEST()
1730 "viewfinder-filter", vf_filter, "video-filter", video_filter, in GST_START_TEST()
1735 gst_object_unref (video_filter); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysink.c248 GstElement *video_filter; member
797 if (playsink->video_filter != NULL) { in gst_play_sink_dispose()
798 gst_element_set_state (playsink->video_filter, GST_STATE_NULL); in gst_play_sink_dispose()
799 gst_object_unref (playsink->video_filter); in gst_play_sink_dispose()
800 playsink->video_filter = NULL; in gst_play_sink_dispose()
1007 elem = &playsink->video_filter; in gst_play_sink_set_filter()
1049 elem = playsink->video_filter; in gst_play_sink_get_filter()
3315 || (playsink->video_filter in gst_play_sink_do_reconfigure()
3316 && playsink->video_filter != playsink->videochain->filter) in gst_play_sink_do_reconfigure()
3342 if (playsink->videochain->filter != playsink->video_filter) in gst_play_sink_do_reconfigure()
[all …]