Searched refs:Outstream (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | MuxCommon.h | 134 } Outstream; typedef 156 void outbuf_init(Outstream *s); 157 void outbuf_put(Outstream *s, OutDataInfo* pinfo); 158 void outbuf_flush(Outstream *s); 159 void outbuf_close(Outstream *s); 160 int outbuf_get(Outstream *s, MFE_U8 **ppbuf, MFE_U8 **ppread, MFE_U8 **ppwrite, IndexRingEntry **pp… 161 void outbuf_getdone(Outstream *s, MFE_U8 *pread, MFE_U32 index_read); 271 Outstream* outstream; // Output context
|
| H A D | MuxCommon.c | 99 void outbuf_init(Outstream *s) in outbuf_init() 132 void check_conservative(Outstream *s, int write_size) in check_conservative() 151 void outbuf_put(Outstream *s, OutDataInfo* pinfo) in outbuf_put() 312 int outbuf_get(Outstream *s, MFE_U8 **ppbuf, MFE_U8 **ppread, MFE_U8 **ppwrite, IndexRingEntry **pp… in outbuf_get() 332 void outbuf_getdone(Outstream *s, MFE_U8 *pread, MFE_U32 index_read) in outbuf_getdone() 346 void outbuf_flush(Outstream *s) in outbuf_flush() 355 void outbuf_close(Outstream *s) in outbuf_close()
|
| H A D | madp_mfe.c | 245 Outstream g_outstream;
|