CX18_ENC_STREAM_TYPE_YUV
cx->options.megabytes[CX18_ENC_STREAM_TYPE_YUV] = enc_yuv_buffers;
cx->stream_buffers[CX18_ENC_STREAM_TYPE_YUV] = enc_yuv_bufs;
cx->stream_buf_size[CX18_ENC_STREAM_TYPE_YUV] = enc_yuv_bufsize;
if (i == CX18_ENC_STREAM_TYPE_YUV) {
i == CX18_ENC_STREAM_TYPE_YUV ||
if (id->type == CX18_ENC_STREAM_TYPE_YUV &&
if (id->type != CX18_ENC_STREAM_TYPE_YUV && s->id == id->open_id)
if (id->type == CX18_ENC_STREAM_TYPE_YUV) {
cx->streams[CX18_ENC_STREAM_TYPE_YUV].video_dev.tvnorms = std;
if (cx->streams[CX18_ENC_STREAM_TYPE_YUV].pixelformat == V4L2_PIX_FMT_NV12_16L16) {
cx->streams[CX18_ENC_STREAM_TYPE_YUV].vb_bytes_per_frame =
cx->streams[CX18_ENC_STREAM_TYPE_YUV].vb_bytes_per_line = 720;
cx->streams[CX18_ENC_STREAM_TYPE_YUV].vb_bytes_per_frame =
cx->streams[CX18_ENC_STREAM_TYPE_YUV].vb_bytes_per_line = 1440;
if (id->type == CX18_ENC_STREAM_TYPE_YUV) {
if (id->type == CX18_ENC_STREAM_TYPE_YUV) {
} else if (s->type == CX18_ENC_STREAM_TYPE_YUV) {
if (type == CX18_ENC_STREAM_TYPE_YUV) {
if (type == CX18_ENC_STREAM_TYPE_YUV)
if (type == CX18_ENC_STREAM_TYPE_YUV)
case CX18_ENC_STREAM_TYPE_YUV:
case CX18_ENC_STREAM_TYPE_YUV: