Home
last modified time | relevance | path

Searched refs:GST_LEVEL_MEMDUMP (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpmessage.c279 if (G_LIKELY (GST_LEVEL_MEMDUMP > _gst_debug_min || GST_LEVEL_MEMDUMP > in gst_rtmp_buffer_dump()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c1448 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()
Dgstinfo.h86 GST_LEVEL_MEMDUMP = 9, enumerator
730 if (G_UNLIKELY (GST_LEVEL_MEMDUMP <= GST_LEVEL_MAX && \
731 GST_LEVEL_MEMDUMP <= _gst_debug_min)) { \
Dgstenumtypes.c698 { C_ENUM(GST_LEVEL_MEMDUMP), "GST_LEVEL_MEMDUMP", "memdump" }, in gst_debug_level_get_type()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pdepay.c253 if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= GST_LEVEL_MEMDUMP) { in gst_rtp_h263p_depay_decorate_output_buffer()
Dgstrtpvp9depay.c366 if (GST_LEVEL_MEMDUMP <= gst_debug_category_get_threshold (GST_CAT_DEFAULT)) { in gst_rtp_vp9_depay_process()