Searched refs:InternalBuffer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dinternal.h32 typedef struct InternalBuffer { struct
42 } InternalBuffer; typedef in typeref:struct:InternalBuffer
55 InternalBuffer *buffer;
H A Dutils.c292 InternalBuffer *buf;
301 /* allocate InternalBuffer if needed */
303 avci->buffer = av_mallocz(sizeof(InternalBuffer));
350 /* copy InternalBuffer info to the AVFrame */
374 InternalBuffer *buf;
391 sizeof(InternalBuffer));
511 InternalBuffer *buf, *last;
531 FFSWAP(InternalBuffer, *buf, *last);
1583 InternalBuffer *buf = &avci->buffer[i];
1597 InternalBuffer *bu
[all...]

Completed in 31 milliseconds