Searched refs:GST_LEVEL_MEMDUMP (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpmessage.c | 279 if (G_LIKELY (GST_LEVEL_MEMDUMP > _gst_debug_min || GST_LEVEL_MEMDUMP > in gst_rtmp_buffer_dump()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.c | 1448 case GST_LEVEL_MEMDUMP: in gst_debug_level_get_name() 2122 *level = GST_LEVEL_MEMDUMP; in parse_debug_level() 2331 gst_debug_log ((cat), GST_LEVEL_MEMDUMP, file, func, line, obj, "--------" in _gst_debug_dump_mem() 2335 gst_debug_log ((cat), GST_LEVEL_MEMDUMP, file, func, line, obj, "%s", msg); in _gst_debug_dump_mem() 2343 gst_debug_log (cat, GST_LEVEL_MEMDUMP, file, func, line, obj, "%s", buf); in _gst_debug_dump_mem() 2347 gst_debug_log ((cat), GST_LEVEL_MEMDUMP, file, func, line, obj, "--------" in _gst_debug_dump_mem()
|
D | gstinfo.h | 86 GST_LEVEL_MEMDUMP = 9, enumerator 730 if (G_UNLIKELY (GST_LEVEL_MEMDUMP <= GST_LEVEL_MAX && \ 731 GST_LEVEL_MEMDUMP <= _gst_debug_min)) { \
|
D | gstenumtypes.c | 698 { C_ENUM(GST_LEVEL_MEMDUMP), "GST_LEVEL_MEMDUMP", "memdump" }, in gst_debug_level_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263pdepay.c | 253 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_MEMDUMP) { in gst_rtp_h263p_depay_decorate_output_buffer()
|
D | gstrtpvp9depay.c | 366 if (GST_LEVEL_MEMDUMP <= gst_debug_category_get_threshold (GST_CAT_DEFAULT)) { in gst_rtp_vp9_depay_process()
|