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

/linux-master/drivers/media/pci/cx18/
H A Dcx18-streams.c256 s->mdl_size = s->buf_size * s->bufs_per_mdl;
706 s->bufs_per_mdl, mdl->id, s->mdl_size);
750 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2;
752 s->mdl_size = 720 * s->cx->cxhdl.height * 2;
753 s->bufs_per_mdl = s->mdl_size / s->buf_size;
754 if (s->mdl_size % s->buf_size)
760 s->mdl_size = (s->cx->is_60hz ? 12 : 18)
768 s->mdl_size = s->cx->is_60hz
775 s->mdl_size = s->buf_size * s->bufs_per_mdl;
H A Dcx18-queue.c300 * The encoder doesn't honor s->mdl_size. So in the
302 * mdl_size, we lie about the size of the last buffer
304 * us mdl_size bytes per MDL transfer.
306 partial_buf_size = s->mdl_size % s->buf_size;
H A Dcx18-driver.h392 u32 mdl_size; /* total bytes in all buffers in a mdl */ member in struct:cx18_stream

Completed in 202 milliseconds