Searched refs:fixate_caps (Results 1 – 21 of 21) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglviewconvert.c | 122 GST_BASE_TRANSFORM_CLASS (klass)->fixate_caps = in gst_gl_view_convert_element_class_init() 249 (gst_gl_view_convert_element_parent_class)->fixate_caps (trans, direction, in gst_gl_view_convert_element_fixate_caps()
|
D | gstglcolorconvertelement.c | 101 bt_class->fixate_caps = gst_gl_color_convert_element_fixate_caps; in gst_gl_color_convert_element_class_init()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basetransform | 57 base_transform_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_replace_fixate_caps); 116 GST_DEBUG_OBJECT (replace, "fixate_caps");
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.h | 229 GstCaps* (*fixate_caps) (GstBaseTransform *trans, member
|
D | gstbasetransform.c | 351 klass->fixate_caps = in gst_base_transform_class_init() 1171 if (klass->fixate_caps) { in gst_base_transform_find_transform() 1178 klass->fixate_caps (trans, GST_PAD_DIRECTION (pad), caps, othercaps); in gst_base_transform_find_transform()
|
/third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/ |
D | gstaudiomixmatrix.c | 214 trans_class->fixate_caps = in gst_audio_mix_matrix_class_init() 657 GST_BASE_TRANSFORM_CLASS (gst_audio_mix_matrix_parent_class)->fixate_caps in gst_audio_mix_matrix_fixate_caps()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccconverter.c | 370 return GST_BASE_TRANSFORM_CLASS (parent_class)->fixate_caps (base, in gst_cc_converter_fixate_caps() 382 GST_BASE_TRANSFORM_CLASS (parent_class)->fixate_caps (base, direction, in gst_cc_converter_fixate_caps() 1333 basetransform_class->fixate_caps = in gst_cc_converter_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspafilter.c | 312 base_class->fixate_caps = in gst_ladspa_filter_type_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/videoconvert/ |
D | gstvideoconvert.c | 537 gstbasetransform_class->fixate_caps = in gst_video_convert_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstivtc.c | 133 base_transform_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_ivtc_fixate_caps); in gst_ivtc_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/audioconvert/ |
D | gstaudioconvert.c | 236 basetransform_class->fixate_caps = in gst_audio_convert_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/audioresample/ |
D | gstaudioresample.c | 196 GST_BASE_TRANSFORM_CLASS (klass)->fixate_caps = in gst_audio_resample_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglfilter.c | 145 GST_BASE_TRANSFORM_CLASS (klass)->fixate_caps = gst_gl_filter_fixate_caps; in gst_gl_filter_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/videoscale/ |
D | gstvideoscale.c | 284 trans_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_video_scale_fixate_caps); in gst_video_scale_class_init()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2transform.c | 1128 base_transform_class->fixate_caps = in gst_v4l2_transform_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvpp.c | 1396 trans_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_msdkvpp_fixate_caps); in gst_msdkvpp_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.c | 194 base_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_video_rate_fixate_caps); in gst_video_rate_class_init()
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 6563 update for fixate_caps change
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 14029 - Adds a fixate_caps vfunc for fixation 14104 glfilter: First make caps writable in fixate_caps(), then truncate them 14110 glcolorconvert: Caps passed to fixate_caps() are not owned by us and guaranteed to be fixed 37140 compositor: Set blend functions in ::negotiated_caps() instead of ::fixate_caps() 39516 - Adds a fixate_caps vfunc for fixation 75296 update for new fixate_caps function
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 34373 compositor: Set blend functions in ::negotiated_caps() instead of ::fixate_caps() 39806 - Adds a fixate_caps vfunc for fixation 40770 glfilter: First make caps writable in fixate_caps(), then truncate them 40776 glcolorconvert: Caps passed to fixate_caps() are not owned by us and guaranteed to be fixed 82339 [451/906] glupload: par is already handled in fixate_caps function
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 45664 basetrans: improve fixate_caps function 118330 transforms with variable sizes and a custom fixate_caps function.
|