Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamapplication.h30 #define CAM_AL(obj) ((CamAL *) obj)
42 typedef struct _CamAL CamAL; typedef
54 CamAL *al;
67 CamAL *cam_al_new (CamSL *sl);
68 void cam_al_destroy (CamAL *al);
70 gboolean cam_al_install (CamAL *al, CamALApplication *application);
71 gboolean cam_al_uninstall (CamAL *al, CamALApplication *application);
72 CamALApplication *cam_al_get (CamAL *al, guint resource_id);
73 GList *cam_al_get_resource_ids (CamAL *al);
75 void cam_al_calc_buffer_size (CamAL *al, guint body_length,
Dcamapplication.c95 CamAL *
98 CamAL *al = g_new0 (CamAL, 1); in cam_al_new()
113 cam_al_destroy (CamAL * al) in cam_al_destroy()
120 cam_al_install (CamAL * al, CamALApplication * application) in cam_al_install()
135 cam_al_uninstall (CamAL * al, CamALApplication * application) in cam_al_uninstall()
146 cam_al_get (CamAL * al, guint resource_id) in cam_al_get()
173 cam_al_get_resource_ids (CamAL * al) in cam_al_get_resource_ids()
183 cam_al_calc_buffer_size (CamAL * al, guint body_length, in cam_al_calc_buffer_size()
233 CamAL *al = CAM_AL (sl->user_data); in open_session_request_cb()
Dcamdevice.h50 CamAL *al;