Home
last modified time | relevance | path

Searched refs:GST_LEVEL_TRACE (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h84 GST_LEVEL_TRACE = 7, enumerator
1094 #define GST_CAT_TRACE_OBJECT(cat,obj,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_TRACE, obj, __VA_ARG…
1102 #define GST_CAT_TRACE(cat,...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_TRACE, NULL, __VA_ARGS__)
1110 #define GST_TRACE_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE, obj, __VA…
1118 #define GST_TRACE(...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE, NULL, __VA_ARGS__)
1129 #define GST_CAT_TRACE_OBJECT(cat,obj,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_TRACE, obj, ##ar…
1137 #define GST_CAT_TRACE(cat,args...) GST_CAT_LEVEL_LOG (cat, GST_LEVEL_TRACE, NULL, ##args )
1145 #define GST_TRACE_OBJECT(obj,args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE, obj, …
1153 #define GST_TRACE(args...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE, NULL, ##args )
1230 GST_CAT_LEVEL_LOG_valist (cat, GST_LEVEL_TRACE, obj, format, varargs); in GST_CAT_TRACE_OBJECT()
[all …]
Dgsttracerrecord.c272 if (G_LIKELY (GST_LEVEL_TRACE <= _gst_debug_min)) { in gst_tracer_record_log()
273 gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_TRACE, "", "", 0, NULL, in gst_tracer_record_log()
Dgstinfo.c1446 case GST_LEVEL_TRACE: in gst_debug_level_get_name()
2120 *level = GST_LEVEL_TRACE; in parse_debug_level()
Dgstenumtypes.c697 { C_ENUM(GST_LEVEL_TRACE), "GST_LEVEL_TRACE", "trace" }, in gst_debug_level_get_type()
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dtracerserialize.c57 if (G_LIKELY (GST_LEVEL_TRACE <= _gst_debug_min)) { in log_gst_structure_tmpl()
58 gst_debug_log_valist (GST_CAT_DEFAULT, GST_LEVEL_TRACE, __FILE__, in log_gst_structure_tmpl()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttracerrecord.c39 if (!save_messages || level != GST_LEVEL_TRACE || in tracer_log_func()
55 gst_debug_set_threshold_for_name ("GST_TRACER", GST_LEVEL_TRACE); in setup()
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpelement.c64 gst_level = GST_LEVEL_TRACE; in gst_rtmp_log_callback()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouputils.c84 < GST_LEVEL_TRACE) { in gst_soup_util_log_setup()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h362 VBI_CAT_LEVEL_LOG (GST_LEVEL_TRACE, NULL, templ , ##args)
377 VBI_CAT_LEVEL_LOG (GST_LEVEL_TRACE, NULL, templ, __VA_ARGS__)
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlog.c70 gst_debug_log_valist (cat, GST_LEVEL_TRACE, "", func, 0, obj, fmt, var_args); in do_log()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfaacenc.cpp604 gst_mf_dump_attributes ((IMFAttributes *) type, msg, GST_LEVEL_TRACE); in gst_mf_aac_enc_plugin_init_internal()
Dgstmfmp3enc.cpp622 gst_mf_dump_attributes ((IMFAttributes *) type, msg, GST_LEVEL_TRACE); in gst_mf_mp3_enc_plugin_init_internal()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkinstance.c1043 if (vulkan_debug_level >= GST_LEVEL_TRACE) in gst_vulkan_instance_open()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c2691 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_TRACE in construct_ref_field_pic_lists_p()
2714 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_TRACE in construct_ref_field_pic_lists_p()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c1151 GST_LEVEL_TRACE)) { in gst_openjpeg_enc_encode_stripe()
Dgstopenjpegdec.c1416 GST_LEVEL_TRACE)) { in gst_openjpeg_dec_decode_stripe()
/third_party/gstreamer/gstplugins_good/
DChangeLog12626 …#define GST_TRACE_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE, obj…
12635 …#define GST_TRACE_OBJECT(obj,...) GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_TRACE, obj…
/third_party/gstreamer/gstreamer/
DChangeLog77116 API: GST_LEVEL_TRACE