Home
last modified time | relevance | path

Searched refs:hex_to_int (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspurl.c347 hex_to_int (gchar c) in hex_to_int() function
369 a = hex_to_int (comp[i + 1]); in unescape_path_component()
370 b = hex_to_int (comp[i + 2]); in unescape_path_component()
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c255 hex_to_int (gchar c) in hex_to_int() function
268 first_digit = hex_to_int (*scanner++); in unescape_character()
273 second_digit = hex_to_int (*scanner); in unescape_character()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c616 hex_to_int (gchar c) in hex_to_int() function
680 g_string_append_c (lines, (hex_to_int (a) << 4) | hex_to_int (b)); in gst_sdp_message_parse_uri()