Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-ioctl.c699 idx->entries < V4L2_ENC_IDX_ENTRIES) { in _cx18_process_idx_data()
759 if (idx->entries >= V4L2_ENC_IDX_ENTRIES || in cx18_process_idx_data()
807 } 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.4.14/include/uapi/linux/
Dvideodev2.h1731 #define V4L2_ENC_IDX_ENTRIES (64) macro
1736 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-ioctl.c1277 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()
1278 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()