Searched refs:outbuf_size (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_console.h59 struct hv_ops *ops, int outbuf_size);
H A Dhvc_console.c83 int outbuf_size; member in struct:hvc_struct
506 while (count > 0 && (rsize = hp->outbuf_size - hp->n_outbuf) > 0) {
539 return hp->outbuf_size - hp->n_outbuf;
750 struct hv_ops *ops, int outbuf_size)
755 hp = kmalloc(ALIGN(sizeof(*hp), sizeof(long)) + outbuf_size,
765 hp->outbuf_size = outbuf_size;
749 hvc_alloc(uint32_t vtermno, int irq, struct hv_ops *ops, int outbuf_size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapiexample.c50 int frame_size, i, j, out_size, outbuf_size; local
81 outbuf_size = 10000;
82 outbuf = malloc(outbuf_size);
100 out_size = avcodec_encode_audio(c, outbuf, outbuf_size, samples);
192 int i, out_size, size, x, y, outbuf_size; local
233 outbuf_size = 100000;
234 outbuf = malloc(outbuf_size);
265 out_size = avcodec_encode_video(c, outbuf, outbuf_size, picture);
274 out_size = avcodec_encode_video(c, outbuf, outbuf_size, NULL);
H A Ddvdsubenc.c89 static int encode_dvd_subtitles(uint8_t *outbuf, int outbuf_size, argument
142 + 17*rects + 21 > outbuf_size) {
H A Dmpegvideo_enc.c912 int outbuf_size= s->width * s->height; //FIXME local
913 uint8_t *outbuf= av_malloc(outbuf_size);
978 out_size = avcodec_encode_video(c, outbuf, outbuf_size, &input[0]);
986 out_size = avcodec_encode_video(c, outbuf, outbuf_size, &input[i+1]);
992 out_size = avcodec_encode_video(c, outbuf, outbuf_size, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhptiop.h228 u32 outbuf_size; /* size of output data buffer */ member in struct:hpt_ioctl_u
386 __le32 outbuf_size; member in struct:hpt_iop_request_ioctl_command
448 u32 outbuf_size; member in struct:hpt_ioctl_k
H A Dhptiop.c419 if (arg->outbuf_size)
422 arg->outbuf_size);
425 *arg->bytes_returned = arg->outbuf_size;

Completed in 97 milliseconds