Home
last modified time | relevance | path

Searched refs:ascstr (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c40 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
46 ascstr[0] = '\0'; in gst_info_dump_mem_line()
53 ascstr[i] = (g_ascii_isprint (mem[i])) ? mem[i] : '.'; in gst_info_dump_mem_line()
58 ascstr[i] = '\0'; in gst_info_dump_mem_line()
62 (guint) mem_offset, hexstr, ascstr); in gst_info_dump_mem_line()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c2299 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local
2305 ascstr[0] = '\0'; in gst_info_dump_mem_line()
2312 ascstr[i] = (g_ascii_isprint (mem[i])) ? mem[i] : '.'; in gst_info_dump_mem_line()
2317 ascstr[i] = '\0'; in gst_info_dump_mem_line()
2321 (guint) mem_offset, hexstr, ascstr); in gst_info_dump_mem_line()