Searched defs:Vcodex_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcodex.h116 typedef struct _vcodex_s Vcodex_t; typedef in typeref:struct:_vcodex_s
122 typedef int (*Vcevent_f)_ARG_((Vcodex_t*, int, Void_t*, Vcdisc_t*));
123 typedef ssize_t (*Vcapply_f)_ARG_((Vcodex_t*, const Void_t*, size_t, Void_t**));
163 Vcodex_t* coder; /* the reconstructed coder */
170 int (*eventf)_ARG_((Vcodex_t*, int, Void_t*));
184 /* Vcodex_t handle structure: to keep states */
189 Vcodex_t* coder; /* continuation coder */
255 extern Vcodex_t* vcopen _ARG_((Vcdisc_t*, Vcmethod_t*, Void_t*, Vcodex_t*, int));
256 extern Vcodex_t* vcmak
[all...]

Completed in 14 milliseconds