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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/xilinx_hwicap/
H A Dfifo_icap.h46 u32 *FrameBuffer,
52 u32 *FrameBuffer,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c148 typedef struct FrameBuffer { struct
158 struct FrameBuffer *next;
159 } FrameBuffer; typedef in typeref:struct:FrameBuffer
181 FrameBuffer *buffer_pool;
421 static int alloc_buffer(InputStream *ist, FrameBuffer **pbuf)
424 FrameBuffer *buf = av_mallocz(sizeof(*buf));
474 FrameBuffer *buf = ist->buffer_pool;
483 static void unref_buffer(InputStream *ist, FrameBuffer *buf)
496 FrameBuffer *buf;
530 FrameBuffer *bu
[all...]

Completed in 87 milliseconds