Searched refs:V4L2_ENC_IDX_ENTRIES (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/pci/cx18/
H A Dcx18-ioctl.c726 idx->entries < V4L2_ENC_IDX_ENTRIES) {
786 if (idx->entries >= V4L2_ENC_IDX_ENTRIES ||
834 } while (idx->entries < V4L2_ENC_IDX_ENTRIES);
H A Dcx18-driver.h130 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1259 if (entries > V4L2_ENC_IDX_ENTRIES)
1260 entries = V4L2_ENC_IDX_ENTRIES;
/linux-master/include/uapi/linux/
H A Dvideodev2.h2145 #define V4L2_ENC_IDX_ENTRIES (64) macro
2150 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];

Completed in 143 milliseconds