Home
last modified time | relevance | path

Searched refs:enc_buf (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/media/solo6x10/
Dv4l2-enc.c420 static int solo_fill_jpeg(struct solo_enc_fh *fh, struct solo_enc_buf *enc_buf, in solo_fill_jpeg() argument
425 int size = enc_buf->jpeg_size; in solo_fill_jpeg()
435 enc_buf->jpeg_off, size); in solo_fill_jpeg()
620 static int solo_fill_mpeg(struct solo_enc_fh *fh, struct solo_enc_buf *enc_buf, in solo_fill_mpeg() argument
635 if (WARN_ON_ONCE(enc_buf->size <= sizeof(vh))) in solo_fill_mpeg()
639 ret = enc_get_mpeg_dma(solo_dev, vh, enc_buf->off, sizeof(vh)); in solo_fill_mpeg()
643 if (WARN_ON_ONCE(vop_size(vh) > enc_buf->size)) in solo_fill_mpeg()
651 if (!enc_buf->vop) { in solo_fill_mpeg()
667 frame_off = (enc_buf->off + sizeof(vh)) % SOLO_MP4E_EXT_SIZE(solo_dev); in solo_fill_mpeg()
668 frame_size = enc_buf->size - sizeof(vh); in solo_fill_mpeg()
[all …]
Dsolo6x10.h224 struct solo_enc_buf enc_buf[SOLO_NR_RING_BUFS]; member