Home
last modified time | relevance | path

Searched refs:_gst_debug_category_new (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c391 GST_CAT_DEFAULT = _gst_debug_category_new ("default", in _priv_gst_debug_init()
393 _GST_CAT_DEBUG = _gst_debug_category_new ("GST_DEBUG", in _priv_gst_debug_init()
397 GST_CAT_GST_INIT = _gst_debug_category_new ("GST_INIT", in _priv_gst_debug_init()
399 GST_CAT_MEMORY = _gst_debug_category_new ("GST_MEMORY", in _priv_gst_debug_init()
401 GST_CAT_PARENTAGE = _gst_debug_category_new ("GST_PARENTAGE", in _priv_gst_debug_init()
403 GST_CAT_STATES = _gst_debug_category_new ("GST_STATES", in _priv_gst_debug_init()
405 GST_CAT_SCHEDULING = _gst_debug_category_new ("GST_SCHEDULING", in _priv_gst_debug_init()
407 GST_CAT_BUFFER = _gst_debug_category_new ("GST_BUFFER", in _priv_gst_debug_init()
409 GST_CAT_BUFFER_LIST = _gst_debug_category_new ("GST_BUFFER_LIST", in _priv_gst_debug_init()
411 GST_CAT_BUS = _gst_debug_category_new ("GST_BUS", GST_DEBUG_BG_YELLOW, NULL); in _priv_gst_debug_init()
[all …]
Dgstinfo.h388 GstDebugCategory *_gst_debug_category_new (const gchar * name,
623 cat = _gst_debug_category_new (name,color,description); \
1509 # pragma GCC poison _gst_debug_category_new
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11format.cpp41 cat_done = (gsize) _gst_debug_category_new ("d3d11format", 0, in ensure_debug_category()
Dgstd3d11utils.cpp42 cat_done = (gsize) _gst_debug_category_new ("d3d11utils", 0, in ensure_debug_category()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio.c46 cat_done = (gsize) _gst_debug_category_new ("audio", 0, "audio library"); in ensure_debug_category()
Daudio-info.c40 cat_done = (gsize) _gst_debug_category_new ("audio-info", 0, in ensure_debug_category()
Daudio-channels.c45 cat_done = (gsize) _gst_debug_category_new ("audio-channels", 0, in ensure_debug_category()
Daudio-channel-mixer.c42 cat_done = (gsize) _gst_debug_category_new ("audio-channel-mixer", 0, in ensure_debug_category()
Daudio-converter.c59 cat_done = (gsize) _gst_debug_category_new ("audio-converter", 0, in ensure_debug_category()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dlang.c62 cat_done = (gsize) _gst_debug_category_new ("tag-langcodes", 0, in ensure_debug_category()
Dlicenses.c58 cat_done = (gsize) _gst_debug_category_new ("tag-licenses", 0, in ensure_debug_category()
Did3v2.c46 cat = (gsize) _gst_debug_category_new ("id3v2", 0, "ID3v2 tag parsing"); in id3v2_ensure_debug_category()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-resampler.c40 cat_done = (gsize) _gst_debug_category_new ("video-resampler", 0, in ensure_debug_category()
Dvideo-color.c42 cat_done = (gsize) _gst_debug_category_new ("video-color", 0, in ensure_debug_category()
Dvideo-blend.c47 cat_done = (gsize) _gst_debug_category_new ("video-blending", 0, in ensure_debug_category()
Dgstvideometa.c44 cat_done = (gsize) _gst_debug_category_new ("videometa", 0, "videometa"); in ensure_debug_category()
Dvideo-chroma.c54 cat_done = (gsize) _gst_debug_category_new ("video-chroma", 0, in ensure_debug_category()
Dvideo-anc.c48 cat_done = (gsize) _gst_debug_category_new ("video-anc", 0, in ensure_debug_category()
Dvideo-overlay-composition.c159 cat_done = (gsize) _gst_debug_category_new ("video-composition", 0, in ensure_debug_category()
Dvideo-info.c48 cat_done = (gsize) _gst_debug_category_new ("video-info", 0, in ensure_debug_category()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstjpegparser.c50 cat_done = (gsize) _gst_debug_category_new ("codecparsers_jpeg", 0, in ensure_debug_category()
Dgstmpeg4parser.c55 cat_done = (gsize) _gst_debug_category_new ("codecparsers_mpeg4", 0, in ensure_debug_category()
Dgstvc1parser.c55 cat_done = (gsize) _gst_debug_category_new ("codecparsers_vc1", 0, in ensure_debug_category()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp9statefulparser.c82 cat_done = (gsize) _gst_debug_category_new ("codecparsers_vp9stateful", 0, in ensure_debug_category()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c70 cat_done = (gsize) _gst_debug_category_new ("cuda-converter", 0, in ensure_debug_category()

12