Home
last modified time | relevance | path

Searched refs:capsfeatures (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c716 GstVideoFormat * format, GstCapsFeatures ** capsfeatures) in gst_va_base_dec_get_preferred_format_and_caps_features() argument
761 if (capsfeatures) in gst_va_base_dec_get_preferred_format_and_caps_features()
762 *capsfeatures = NULL; /* system memory */ in gst_va_base_dec_get_preferred_format_and_caps_features()
768 if (capsfeatures) { in gst_va_base_dec_get_preferred_format_and_caps_features()
771 *capsfeatures = gst_caps_features_copy (features); in gst_va_base_dec_get_preferred_format_and_caps_features()
779 gst_caps_features_free (*capsfeatures); in gst_va_base_dec_get_preferred_format_and_caps_features()
780 *capsfeatures = NULL; in gst_va_base_dec_get_preferred_format_and_caps_features()
783 *capsfeatures = NULL; in gst_va_base_dec_get_preferred_format_and_caps_features()
Dgstvavp8dec.c90 GstCapsFeatures *capsfeatures = NULL; in gst_va_vp8_dec_negotiate() local
116 &capsfeatures); in gst_va_vp8_dec_negotiate()
123 if (capsfeatures) in gst_va_vp8_dec_negotiate()
124 gst_caps_set_features_simple (base->output_state->caps, capsfeatures); in gst_va_vp8_dec_negotiate()
Dgstvampeg2dec.c91 GstCapsFeatures *capsfeatures = NULL; in gst_va_mpeg2_dec_negotiate() local
117 &capsfeatures); in gst_va_mpeg2_dec_negotiate()
127 if (capsfeatures) in gst_va_mpeg2_dec_negotiate()
128 gst_caps_set_features_simple (base->output_state->caps, capsfeatures); in gst_va_mpeg2_dec_negotiate()
Dgstvavp9dec.c549 GstCapsFeatures *capsfeatures = NULL; in gst_va_vp9_dec_negotiate() local
603 &capsfeatures); in gst_va_vp9_dec_negotiate()
610 if (capsfeatures) in gst_va_vp9_dec_negotiate()
611 gst_caps_set_features_simple (base->output_state->caps, capsfeatures); in gst_va_vp9_dec_negotiate()
Dgstvabasedec.h123 GstCapsFeatures ** capsfeatures);
Dgstvah264dec.c823 GstCapsFeatures *capsfeatures = NULL; in gst_va_h264_dec_negotiate() local
847 &capsfeatures); in gst_va_h264_dec_negotiate()
856 if (capsfeatures) in gst_va_h264_dec_negotiate()
857 gst_caps_set_features_simple (base->output_state->caps, capsfeatures); in gst_va_h264_dec_negotiate()
Dgstvaav1dec.c99 GstCapsFeatures *capsfeatures = NULL; in gst_va_av1_dec_negotiate() local
126 &capsfeatures); in gst_va_av1_dec_negotiate()
132 if (capsfeatures) in gst_va_av1_dec_negotiate()
133 gst_caps_set_features_simple (base->output_state->caps, capsfeatures); in gst_va_av1_dec_negotiate()
Dgstvah265dec.c1206 GstCapsFeatures *capsfeatures = NULL; in gst_va_h265_dec_negotiate() local
1230 &capsfeatures); in gst_va_h265_dec_negotiate()
1237 if (capsfeatures) in gst_va_h265_dec_negotiate()
1238 gst_caps_set_features_simple (base->output_state->caps, capsfeatures); in gst_va_h265_dec_negotiate()
/third_party/gstreamer/gstplugins_base/
DChangeLog31701 Simply transforms caps to/from raw/glmemory capsfeatures
33559 glmixer: override the caps query in order to 'convert' capsfeatures
33567 glmixer: override the accept caps query in order to 'convert' capsfeatures
33979 gl: download whenever we have sysmem capsfeatures
35550 gl: advertise GstGLMemory usage in the caps as capsfeatures
37265 [845/906] filter: handle capsfeatures properly
56408 capsfeatures we want, but that doesn't mean that further downstream it will
57852 playback: Skip 'ANY' capsfeature while finding the count of common capsfeatures
60919 videorate: Accept any capsfeatures
65302 glmixer: override the caps query in order to 'convert' capsfeatures
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog477 gstreamer: capsfeatures: Fix docs of `gst_caps_features_new_single()`
37632 caps: When getting capsfeatures and none are there, store sysmem capsfeatures
37644 caps: Don't get us sysmem capsfeatures if we just check for fixed caps
37649 capsfeatures: Make sure that the static ANY/EMPTY capsfeatures are never mutable
41932 capsfeatures: Add documentation about ANY GstCapsFeatures
42382 capsfeatures: Init debug category before ever using it
42443 capsfeatures: Copy ANY flag when copying caps features too
42585 docs: add since markers to capsfeatures docs
42608 capsfeatures: Add GST_CAPS_FEATURES_ANY
42651 capsfeatures: For copying features it's not required to have no parent refcount
/third_party/gstreamer/gstplugins_bad/
DChangeLog48696 is dmabuf and downstream doesn't have support for dmabuf capsfeatures,
48707 only through DMABuf capsfeatures.
48710 the dmabuf based memory with out using the DMABuf capsfeatures.
49441 As long as we negotiate the "DMABuf" capsfeatures for now, map can't be
98010 Simply transforms caps to/from raw/glmemory capsfeatures
105020 glmixer: override the caps query in order to 'convert' capsfeatures
105028 glmixer: override the accept caps query in order to 'convert' capsfeatures
106668 gl: download whenever we have sysmem capsfeatures
114285 gl: advertise GstGLMemory usage in the caps as capsfeatures
118476 [845/906] filter: handle capsfeatures properly
/third_party/gstreamer/gstplugins_good/
DChangeLog17815 imagefreeze: Allow ANY capsfeatures
37426 For example, not accepting renegotiation to caps with capsfeatures when
48012 videobalance: Allow ANY capsfeatures, but only in passthrough mode