Home
last modified time | relevance | path

Searched refs:GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2.c191 GST_MINI_OBJECT_FLAG_SET (sink_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_v4l2_probe_and_register()
192 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_v4l2_probe_and_register()
Dgstv4l2object.c1708 GST_MINI_OBJECT_FLAG_SET (all_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_v4l2_object_get_all_caps()
1722 GST_MINI_OBJECT_FLAG_SET (raw_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_v4l2_object_get_raw_caps()
1736 GST_MINI_OBJECT_FLAG_SET (codec_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_v4l2_object_get_codec_caps()
/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c502 GST_MINI_OBJECT_FLAG_SET (caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_pad_template_set_documentation_caps()
564 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_pad_template_set_property()
Dgstminiobject.h145 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED = (1 << 2), enumerator
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfaacenc.cpp689 GST_MINI_OBJECT_FLAG_SET (sink_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_mf_aac_enc_plugin_init_internal()
690 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_mf_aac_enc_plugin_init_internal()
Dgstmfmp3enc.cpp705 GST_MINI_OBJECT_FLAG_SET (sink_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_mf_mp3_enc_plugin_init_internal()
706 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_mf_mp3_enc_plugin_init_internal()
Dgstmfvideoenc.cpp1887 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_mf_video_enc_register_internal()
1889 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_mf_video_enc_register_internal()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c570 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_vp8_dec_register()
571 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_vp8_dec_register()
Dgstvavp9dec.c729 GST_MINI_OBJECT_FLAG_SET (sink_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_vp9_dec_register()
730 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_vp9_dec_register()
Dgstvampeg2dec.c701 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_mpeg2_dec_register()
702 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_mpeg2_dec_register()
Dgstvah264dec.c990 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_h264_dec_register()
991 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_h264_dec_register()
Dgstvaav1dec.c982 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_av1_dec_register()
983 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_av1_dec_register()
Dgstvah265dec.c1361 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_h265_dec_register()
1362 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_va_h265_dec_register()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c722 GST_MINI_OBJECT_FLAG_SET (sink_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_h264_enc_register()
723 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_h264_enc_register()
Dgstnvh265enc.c835 GST_MINI_OBJECT_FLAG_SET (sink_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_h265_enc_register()
836 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_h265_enc_register()
Dgstnvdecoder.c1283 GST_MINI_OBJECT_FLAG_SET (src_templ, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_decoder_check_device_caps()
1284 GST_MINI_OBJECT_FLAG_SET (sink_templ, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_decoder_check_device_caps()
Dgstnvvp9dec.c610 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_vp9_dec_register()
Dgstnvh264dec.c964 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_h264_dec_register()
Dgstnvh265dec.c1001 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_h265_dec_register()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.cpp2145 GST_MINI_OBJECT_FLAG_SET (sink_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_d3d11_decoder_class_data_new()
2146 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_d3d11_decoder_class_data_new()
Dgstd3d11deinterlace.cpp2415 GST_MINI_OBJECT_FLAG_SET (sink_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_d3d11_deinterlace_register()
2416 GST_MINI_OBJECT_FLAG_SET (src_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_d3d11_deinterlace_register()
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstleaks.c605 if (GST_MINI_OBJECT_FLAG_IS_SET (obj, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED)) in create_leaks_list()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.c856 GST_MINI_OBJECT_FLAG_SET (device, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_v4l2_decoder_register()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c834 GST_MINI_OBJECT_FLAG_SET (caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_opus_enc_get_sink_template_caps()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c225 GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in init_set_data_frame_value()

12