Searched refs:frame_buf (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Dpcbit.h67 struct frame_buf *read_queue;
68 struct frame_buf *read_frame;
69 struct frame_buf *write_queue;
H A Dlayer2.c78 struct frame_buf *frame,
86 if ((frame = kmalloc(sizeof(struct frame_buf),
144 struct frame_buf *frame = NULL;
286 struct frame_buf *frame;
329 struct frame_buf *frame = NULL;
355 frame = kzalloc(sizeof(struct frame_buf), GFP_ATOMIC);
447 struct frame_buf *ptr;
590 struct frame_buf *frame;
H A Dlayer2.h114 struct frame_buf { struct
121 struct frame_buf * next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Ddvenc.c46 uint8_t frame_buf[DV_MAX_FRAME_SIZE]; /* frame under contruction */ member in struct:DVMuxContext
238 *frame = &c->frame_buf[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.h279 u8 *frame_buf; /* frame buffer data */ member in struct:cam_data
H A Dcpia.c1605 cam->frame_buf = rvmalloc(FRAME_NUM * CPIA_MAX_FRAME_SIZE);
1606 if (!cam->frame_buf)
1610 cam->frame[i].data = cam->frame_buf + i * CPIA_MAX_FRAME_SIZE;
1619 rvfree(cam->frame_buf, FRAME_NUM*CPIA_MAX_FRAME_SIZE);
1620 cam->frame_buf = NULL;
2954 if (!cam->frame_buf) {
3265 if (cam->frame_buf)
3751 if (!cam->frame_buf) { /* we do lazy allocation */
3758 pos = (unsigned long)(cam->frame_buf);

Completed in 94 milliseconds