Lines Matching refs:enc_buf
507 struct vb2_buffer *vb, struct solo_enc_buf *enc_buf)
510 const vop_header *vh = enc_buf->vh;
528 if (solo_is_motion_on(solo_enc) && enc_buf->motion) {
535 .region_mask = enc_buf->motion ? 1 : 0,
549 struct solo_enc_buf *enc_buf)
555 if (solo_enc->type != enc_buf->type)
568 solo_enc_fillbuf(solo_enc, &vb->vb.vb2_buf, enc_buf);
582 struct solo_enc_buf enc_buf;
601 enc_buf.type = SOLO_ENC_TYPE_EXT;
603 enc_buf.type = SOLO_ENC_TYPE_STD;
617 enc_buf.vh = solo_dev->vh_buf;
620 if (vop_mpeg_offset(enc_buf.vh) !=
625 enc_buf.motion = 1;
627 enc_buf.motion = 0;
629 solo_enc_handle_one(solo_enc, &enc_buf);