V4L2_ENC_IDX_ENTRIES
(sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
idx->entries < V4L2_ENC_IDX_ENTRIES) {
if (idx->entries >= V4L2_ENC_IDX_ENTRIES ||
} while (idx->entries < V4L2_ENC_IDX_ENTRIES);
if (entries > V4L2_ENC_IDX_ENTRIES)
entries = V4L2_ENC_IDX_ENTRIES;
struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];