Searched refs:type_data (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspmessage.c | 223 msg->type_data.request.method = method; in gst_rtsp_message_init_request() 224 msg->type_data.request.uri = g_strdup (uri); in gst_rtsp_message_init_request() 225 msg->type_data.request.version = GST_RTSP_VERSION_1_0; in gst_rtsp_message_init_request() 255 *method = msg->type_data.request.method; in gst_rtsp_message_parse_request() 257 *uri = msg->type_data.request.uri; in gst_rtsp_message_parse_request() 259 *version = msg->type_data.request.version; in gst_rtsp_message_parse_request() 324 msg->type_data.response.code = code; in gst_rtsp_message_init_response() 325 msg->type_data.response.reason = g_strdup (reason); in gst_rtsp_message_init_response() 326 msg->type_data.response.version = GST_RTSP_VERSION_1_0; in gst_rtsp_message_init_response() 332 if (request->type_data.request.version != GST_RTSP_VERSION_INVALID) in gst_rtsp_message_init_response() [all …]
|
D | gstrtspconnection.c | 885 response->type_data.response.code != GST_RTSP_STS_OK) in setup_tunneling() 985 response->type_data.response.code, response->type_data.response.reason); in setup_tunneling() 1171 method = gst_rtsp_method_as_text (message->type_data.request.method); in add_auth_header() 1172 uri = message->type_data.request.uri; in add_auth_header() 1772 gst_rtsp_method_as_text (message->type_data.request.method), in serialize_message() 1773 message->type_data.request.uri, in serialize_message() 1774 gst_rtsp_version_as_text (message->type_data.request.version), in serialize_message() 1790 gst_rtsp_version_as_text (message->type_data.response.version), in serialize_message() 1791 message->type_data.response.code, message->type_data.response.reason); in serialize_message() 1798 gst_rtsp_method_as_text (message->type_data.request.method), in serialize_message() [all …]
|
D | gstrtspmessage.h | 99 } type_data; member
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 385 … ("%s (%d)", (response_msg)->type_data.response.reason, (response_msg)->type_data.response.code), \ 386 ("rtsp-status-code", G_TYPE_UINT, (response_msg)->type_data.response.code, \ 387 …"rtsp-status-reason", G_TYPE_STRING, GST_STR_NULL((response_msg)->type_data.response.reason), NULL… 5200 response.type_data.response.code == GST_RTSP_STS_UNAUTHORIZED) { in gst_rtsp_conninfo_connect() 5397 request.type_data.request.version = src->version; in gst_rtspsrc_send_keep_alive() 5438 channel = message->type_data.data.channel; in gst_rtspsrc_handle_data() 5850 if (message.type_data.response.code == GST_RTSP_STS_UNAUTHORIZED) { in gst_rtspsrc_loop_udp() 6490 thecode = response->type_data.response.code; in gst_rtsp_src_receive_response() 6677 method = request->type_data.request.method; in gst_rtspsrc_send() 6680 request->type_data.request.version = src->version; in gst_rtspsrc_send() [all …]
|
/third_party/node/deps/v8/tools/heap-stats/ |
D | trace-file-reader.js | 228 entry.type_data)) {
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstexiftag.c | 2686 guint16 type_data; in deserialize_sensitivity_type() local 2689 type_data = GST_READ_UINT16_LE (tagdata->offset_as_data); in deserialize_sensitivity_type() 2691 type_data = GST_READ_UINT16_BE (tagdata->offset_as_data); in deserialize_sensitivity_type() 2694 if (type_data != 3) { in deserialize_sensitivity_type()
|