/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | videocrop.c | 568 adj_caps = klass->transform_caps (crop, GST_PAD_SRC, caps, NULL); in GST_START_TEST() 573 adj_caps = klass->transform_caps (crop, GST_PAD_SINK, caps, NULL); in GST_START_TEST() 582 adj_caps = klass->transform_caps (crop, GST_PAD_SRC, caps, NULL); in GST_START_TEST() 587 adj_caps = klass->transform_caps (crop, GST_PAD_SINK, caps, NULL); in GST_START_TEST() 598 adj_caps = klass->transform_caps (crop, GST_PAD_SRC, caps, NULL); in GST_START_TEST() 614 adj_caps = klass->transform_caps (crop, GST_PAD_SINK, caps, NULL); in GST_START_TEST() 636 adj_caps = klass->transform_caps (crop, GST_PAD_SRC, caps, NULL); in GST_START_TEST() 654 adj_caps = klass->transform_caps (crop, GST_PAD_SINK, caps, NULL); in GST_START_TEST() 678 adj_caps = klass->transform_caps (crop, GST_PAD_SRC, caps, NULL); in GST_START_TEST() 696 adj_caps = klass->transform_caps (crop, GST_PAD_SINK, caps, NULL); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.h | 47 GstCaps * (*transform_caps) (gpointer impl, member
|
D | vkupload.c | 491 gstbasetransform_class->transform_caps = gst_vulkan_upload_transform_caps; in gst_vulkan_upload_class_init() 676 tmp2 = upload_methods[i]->transform_caps (vk_upload->upload_impls[i], in gst_vulkan_upload_transform_caps()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basetransform | 56 base_transform_class->transform_caps = GST_DEBUG_FUNCPTR (gst_replace_transform_caps); 84 GST_DEBUG_OBJECT (replace, "transform_caps");
|
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstcombdetect.c | 115 base_transform_class->transform_caps = in gst_comb_detect_class_init()
|
D | gstivtc.c | 131 base_transform_class->transform_caps = in gst_ivtc_class_init()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.h | 226 GstCaps* (*transform_caps) (GstBaseTransform *trans, member
|
D | gstbasetransform.c | 349 klass->transform_caps = in gst_base_transform_class_init() 470 if (klass->transform_caps) { in gst_base_transform_transform_caps() 474 ret = klass->transform_caps (trans, direction, caps, filter); in gst_base_transform_transform_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/bayer/ |
D | gstrgb2bayer.c | 101 base_transform_class->transform_caps = in gst_rgb2bayer_class_init()
|
D | gstbayer2rgb.c | 189 GST_BASE_TRANSFORM_CLASS (klass)->transform_caps = in gst_bayer2rgb_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/yadif/ |
D | gstyadif.c | 147 base_transform_class->transform_caps = in gst_yadif_class_init()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglcolorconvertelement.c | 92 bt_class->transform_caps = gst_gl_color_convert_element_transform_caps; in gst_gl_color_convert_element_class_init()
|
D | gstgluploadelement.c | 88 bt_class->transform_caps = _gst_gl_upload_element_transform_caps; in gst_gl_upload_element_class_init()
|
D | gstgldownloadelement.c | 83 bt_class->transform_caps = gst_gl_download_element_transform_caps; in gst_gl_download_element_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | test_transform.c | 112 trans_class->transform_caps = klass_transform_caps; in gst_test_trans_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstcapssetter.c | 146 trans_class->transform_caps = in gst_caps_setter_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspafilter.c | 314 base_class->transform_caps = in gst_ladspa_filter_type_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiopanorama.c | 207 GST_BASE_TRANSFORM_CLASS (klass)->transform_caps = in gst_audio_panorama_class_init()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstcapsfilter.c | 152 trans_class->transform_caps = in gst_capsfilter_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.c | 203 GstCaps *(*transform_caps) (gpointer impl, GstGLContext * context, member 1790 tmp = upload->priv->method->transform_caps (upload->priv->method_impl, in gst_gl_upload_transform_caps() 1810 upload_methods[i]->transform_caps (upload->priv->upload_impl[i], in gst_gl_upload_transform_caps()
|
/third_party/gstreamer/gstplugins_good/gst/alpha/ |
D | gstalphacolor.c | 91 gstbasetransform_class->transform_caps = in gst_alpha_color_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.c | 535 gstbasetransform_class->transform_caps = in gst_video_convert_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/ |
D | gstaudiomixmatrix.c | 212 trans_class->transform_caps = in gst_audio_mix_matrix_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdewarp.cpp | 186 basesrc_class->transform_caps = GST_DEBUG_FUNCPTR (gst_dewarp_transform_caps); in gst_dewarp_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmptealpha.c | 201 trans_class->transform_caps = in gst_smpte_alpha_class_init()
|