/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 84 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 …]
|
D | gsttracerrecord.c | 272 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()
|
D | gstinfo.c | 1446 case GST_LEVEL_TRACE: in gst_debug_level_get_name() 2120 *level = GST_LEVEL_TRACE; in parse_debug_level()
|
D | gstenumtypes.c | 697 { C_ENUM(GST_LEVEL_TRACE), "GST_LEVEL_TRACE", "trace" }, in gst_debug_level_get_type()
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | tracerserialize.c | 57 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/ |
D | gsttracerrecord.c | 39 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/ |
D | gstrtmpelement.c | 64 gst_level = GST_LEVEL_TRACE; in gst_rtmp_log_callback()
|
/third_party/gstreamer/gstplugins_good/ext/soup/ |
D | gstsouputils.c | 84 < GST_LEVEL_TRACE) { in gst_soup_util_log_setup()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | misc.h | 362 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/ |
D | gstlog.c | 70 gst_debug_log_valist (cat, GST_LEVEL_TRACE, "", func, 0, obj, fmt, var_args); in do_log()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfaacenc.cpp | 604 gst_mf_dump_attributes ((IMFAttributes *) type, msg, GST_LEVEL_TRACE); in gst_mf_aac_enc_plugin_init_internal()
|
D | gstmfmp3enc.cpp | 622 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/ |
D | gstvkinstance.c | 1043 if (vulkan_debug_level >= GST_LEVEL_TRACE) in gst_vulkan_instance_open()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264decoder.c | 2691 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/ |
D | gstopenjpegenc.c | 1151 GST_LEVEL_TRACE)) { in gst_openjpeg_enc_encode_stripe()
|
D | gstopenjpegdec.c | 1416 GST_LEVEL_TRACE)) { in gst_openjpeg_dec_decode_stripe()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 12626 …#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/ |
D | ChangeLog | 77116 API: GST_LEVEL_TRACE
|