Searched refs:CamTL (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | camtransport.h | 33 #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 …]
|
D | camtransport.c | 109 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 …]
|
D | camsession.h | 55 CamTL *tl; 84 CamSL *cam_sl_new (CamTL *transport);
|
D | camdevice.h | 48 CamTL *tl;
|
D | camsession.c | 38 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()
|