Searched refs:mdl_size (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-streams.c119 s->mdl_size = s->buf_size * s->bufs_per_mdl;
514 s->bufs_per_mdl, mdl->id, s->mdl_size);
557 s->mdl_size = 720 * s->cx->params.height * 3 / 2;
558 s->bufs_per_mdl = s->mdl_size / s->buf_size;
559 if (s->mdl_size % s->buf_size)
565 s->mdl_size = (s->cx->is_60hz ? 12 : 18)
573 s->mdl_size = s->cx->is_60hz
580 s->mdl_size = s->buf_size * s->bufs_per_mdl;
H A Dcx18-queue.c315 * The encoder doesn't honor s->mdl_size. So in the
317 * mdl_size, we lie about the size of the last buffer
319 * us mdl_size bytes per MDL transfer.
321 partial_buf_size = s->mdl_size % s->buf_size;
H A Dcx18-driver.h389 u32 mdl_size; /* total bytes in all buffers in a mdl */ member in struct:cx18_stream

Completed in 167 milliseconds