Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 45) sorted by relevance

12

/plan9-contrib/sys/src/games/mp3dec/
H A Dstream.c35 void mad_stream_init(struct mad_stream *stream) in mad_stream_init()
62 void mad_stream_finish(struct mad_stream *stream) in mad_stream_finish()
77 void mad_stream_buffer(struct mad_stream *stream, in mad_stream_buffer()
95 void mad_stream_skip(struct mad_stream *stream, unsigned long length) in mad_stream_skip()
104 int mad_stream_sync(struct mad_stream *stream) in mad_stream_sync()
127 char const *mad_stream_errorstr(struct mad_stream const *stream) in mad_stream_errorstr()
H A Dframe.c115 int decode_header(struct mad_header *header, struct mad_stream *stream) in decode_header()
234 int free_bitrate(struct mad_stream *stream, struct mad_header const *header) in free_bitrate()
295 int mad_header_decode(struct mad_header *header, struct mad_stream *stream) in mad_header_decode()
429 int mad_frame_decode(struct mad_frame *frame, struct mad_stream *stream) in mad_frame_decode()
H A Dmain.c17 input(void *data, struct mad_stream *stream) in input()
150 error(void *data, struct mad_stream *stream, struct mad_frame *frame) in error()
H A Dlayer12.c104 int mad_layer_I(struct mad_stream *stream, struct mad_frame *frame) in mad_layer_I()
331 int mad_layer_II(struct mad_stream *stream, struct mad_frame *frame) in mad_layer_II()
H A Ddecoder.c294 enum mad_flow error_default(void *data, struct mad_stream *stream, in error_default()
319 struct mad_stream *stream; in run_sync() local
H A Ddecoder.h53 struct mad_stream stream; member
/plan9-contrib/sys/src/cmd/gs/src/
H A Dsrdline.h37 typedef struct stream_s stream; typedef
H A Dspprint.h26 typedef struct stream_s stream; typedef
H A Dgdevphex.c853 FILE *stream; /* Output stream */ member
1677 private int photoex_print_page( PDEV *device, FILE *stream ) in photoex_print_page()
2628 private void SendReset( FILE *stream ) in SendReset()
2633 private void SendMargin( FILE *stream, int top, int bot ) in SendMargin()
2641 private void SendPaper( FILE *stream, int length ) in SendPaper()
2648 private void SendGmode( FILE *stream, int on ) in SendGmode()
2655 private void SendUnit( FILE *stream, int res ) in SendUnit()
2662 private void SendUnidir( FILE *stream, int on ) in SendUnidir()
2668 private void SendMicro( FILE *stream, int on ) in SendMicro()
2675 private void SendInk( FILE *stream, int x ) in SendInk()
[all …]
H A Dgsgcache.h37 typedef struct stream_s stream; typedef
H A Dgp_strdl.c34 bool (*is_stdin)(const stream *)) in gp_readline()
H A Dsjpx.h41 jas_stream_t *stream; member
H A Dgsmatrix.h78 typedef struct stream_s stream; typedef
H A Dspsdf.h28 typedef struct stream_s stream; typedef
H A Dsjpx.c286 jas_stream_t *stream = state->stream; in s_jpxd_decode_image() local
333 jas_stream_t *stream = state->stream; in s_jpxd_process() local
H A Dgxiparam.h32 typedef struct stream_s stream; typedef
H A Dgsiodevs.c50 void (*srw_file)(stream *, FILE *, byte *, uint)) in stdio_open()
H A Dgxiodev.h55 typedef struct stream_s stream; typedef
H A Dscommon.h37 typedef struct stream_s stream; typedef
/plan9-contrib/sys/src/cmd/gs/zlib/
H A Duncompr.c32 z_stream stream; local
H A Dcompress.c29 z_stream stream; local
/plan9-contrib/sys/src/ape/cmd/pax/
H A Dwarn.c160 static void prsize(FILE *stream, OFFSET size) in prsize()
H A Dttyio.c190 int lineget(FILE *stream, char *buf) in lineget()
/plan9-contrib/sys/src/cmd/bzip2/
H A Dbzip2recover.c134 BitStream* bsOpenReadStream ( FILE* stream ) in bsOpenReadStream()
147 BitStream* bsOpenWriteStream ( FILE* stream ) in bsOpenWriteStream()
/plan9-contrib/sys/src/cmd/upas/common/
H A Dcommon.h60 } stream; typedef

12