Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-ioctl.c697 idx->entries < V4L2_ENC_IDX_ENTRIES) { in _cx18_process_idx_data()
757 if (idx->entries >= V4L2_ENC_IDX_ENTRIES || in cx18_process_idx_data()
805 } while (idx->entries < V4L2_ENC_IDX_ENTRIES); in cx18_g_enc_index()
Dcx18-driver.h145 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h1636 #define V4L2_ENC_IDX_ENTRIES (64) macro
1641 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-ioctl.c1275 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()
1276 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()