Searched refs:fifo_buf (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflac_parser.c85 AVFifoBuffer *fifo_buf; /**< buffer to store all data until headers member in struct:FLACParseContext
87 int end_padded; /**< specifies if fifo_buf's end is padded */
118 AVFifoBuffer *f = fpc->fifo_buf;
157 AVFifoBuffer *f = fpc->fifo_buf;
236 search_end = av_fifo_size(fpc->fifo_buf) - (MAX_FRAME_HEADER_SIZE - 1);
473 *poutbuf_size = av_fifo_size(fpc->fifo_buf) - header->offset;
507 return child->offset - av_fifo_size(fpc->fifo_buf);
560 av_fifo_drain(fpc->fifo_buf, best_child->offset);
612 if ( av_fifo_space(fpc->fifo_buf) < read_end - read_start
613 && av_fifo_realloc2(fpc->fifo_buf, (read_en
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflac_parser.c83 AVFifoBuffer *fifo_buf; /**< buffer to store all data until headers member in struct:FLACParseContext
85 int end_padded; /**< specifies if fifo_buf's end is padded */
114 AVFifoBuffer *f = fpc->fifo_buf;
153 AVFifoBuffer *f = fpc->fifo_buf;
232 search_end = av_fifo_size(fpc->fifo_buf) - (MAX_FRAME_HEADER_SIZE - 1);
451 *poutbuf_size = av_fifo_size(fpc->fifo_buf) - header->offset;
470 return child->offset - av_fifo_size(fpc->fifo_buf);
515 av_fifo_drain(fpc->fifo_buf, best_child->offset);
563 if (av_fifo_realloc2(fpc->fifo_buf,
564 (read_end - read_start) + av_fifo_size(fpc->fifo_buf)) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c2410_udc.h95 u8 fifo_buf[EP_FIFO_SIZE]; member in struct:s3c2410_udc
H A Ddummy_hcd.c166 u8 fifo_buf [FIFO_SIZE]; member in struct:dummy
536 req->req.buf = dum->fifo_buf;
537 memcpy (dum->fifo_buf, _req->buf, _req->length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Dresample.c235 AudioData *fifo_buf = NULL; local
254 fifo_buf = ff_audio_data_alloc(avr->out_channels, fifo_samples,
256 if (!fifo_buf)
258 ret = ff_audio_data_read_from_fifo(avr->out_fifo, fifo_buf,
290 ret = ff_audio_data_add_to_fifo(avr->out_fifo, fifo_buf, 0,
294 ff_audio_data_free(&fifo_buf);
312 ff_audio_data_free(&fifo_buf);

Completed in 125 milliseconds