Home
last modified time | relevance | path

Searched refs:CamTL (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamtransport.h33 #define CAM_TL(obj) ((CamTL *) obj)
36 typedef struct _CamTL CamTL; typedef
69 void (*request_connection) (CamTL *tl, CamTLConnection *connection);
70 void (*connection_created) (CamTL *tl, CamTLConnection *connection);
71 void (*connection_deleted) (CamTL *tl, CamTLConnection *connection);
72 CamReturn (*connection_data) (CamTL *tl, CamTLConnection *connection,
81 CamTL *tl;
99 CamTL *cam_tl_new (int cam_device_fd);
100 void cam_tl_destroy (CamTL *tl);
102 CamReturn cam_tl_create_connection (CamTL *tl,
[all …]
Dcamtransport.c109 cam_tl_connection_new (CamTL * tl, guint8 id) in cam_tl_connection_new()
131 CamTL *
134 CamTL *tl; in cam_tl_new()
136 tl = g_new0 (CamTL, 1); in cam_tl_new()
145 cam_tl_destroy (CamTL * tl) in cam_tl_destroy()
154 cam_tl_read_timeout (CamTL * tl, struct timeval *timeout) in cam_tl_read_timeout()
179 cam_tl_read (CamTL * tl) in cam_tl_read()
193 cam_tl_calc_buffer_size (CamTL * tl, guint body_length, in cam_tl_calc_buffer_size()
223 CamTL *tl = connection->tl; in cam_tl_connection_write_tpdu()
276 cam_tl_read_tpdu_next (CamTL * tl, CamTLConnection ** out_connection) in cam_tl_read_tpdu_next()
[all …]
Dcamsession.h55 CamTL *tl;
84 CamSL *cam_sl_new (CamTL *transport);
Dcamdevice.h48 CamTL *tl;
Dcamsession.c38 static CamReturn connection_data_cb (CamTL * tl, CamTLConnection * connection,
63 cam_sl_new (CamTL * tl) in cam_sl_new()
567 connection_data_cb (CamTL * tl, CamTLConnection * connection, in connection_data_cb()