Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamsession.c93 guint8 *tpdu = NULL; in cam_sl_create_session() local
114 tpdu = (guint8 *) g_malloc (size); in cam_sl_create_session()
115 spdu = tpdu + offset; in cam_sl_create_session()
130 ret = cam_tl_connection_write (session->connection, tpdu, size, 8); in cam_sl_create_session()
136 g_free (tpdu); in cam_sl_create_session()
143 g_free (tpdu); in cam_sl_create_session()
155 guint8 *tpdu = NULL; in cam_sl_session_close() local
168 tpdu = (guint8 *) g_malloc (size); in cam_sl_session_close()
170 spdu = tpdu + offset; in cam_sl_session_close()
182 ret = cam_tl_connection_write (session->connection, tpdu, size, 4); in cam_sl_session_close()
[all …]
Dcamtransport.c260 guint8 tpdu[5]; in cam_tl_connection_write_control_tpdu() local
271 return cam_tl_connection_write_tpdu (connection, tag, tpdu, 5, 1); in cam_tl_connection_write_control_tpdu()
281 guint8 *tpdu; in cam_tl_read_tpdu_next() local
289 tpdu = tl->buffer; in cam_tl_read_tpdu_next()
301 connection_id = tpdu[1]; in cam_tl_read_tpdu_next()
312 length_field_len = cam_read_length_field (&tpdu[3], &tl->body_length); in cam_tl_read_tpdu_next()
321 tl->body = tpdu + 4 + length_field_len; in cam_tl_read_tpdu_next()
337 GST_DEBUG ("received TPDU %x (%s) more data %d", tpdu[2], in cam_tl_read_tpdu_next()
338 tag_get_name (tpdu[2]), connection->has_data); in cam_tl_read_tpdu_next()