Searched refs:V4L2_ENC_IDX_ENTRIES (Results 1 – 6 of 6) sorted by relevance
48 ``V4L2_ENC_IDX_ENTRIES`` entries from a driver buffer, which can hold up50 ``V4L2_ENC_IDX_ENTRIES``, but not zero. When the application fails to80 - ``entry``\ [``V4L2_ENC_IDX_ENTRIES``]
694 idx->entries < V4L2_ENC_IDX_ENTRIES) { in _cx18_process_idx_data()754 if (idx->entries >= V4L2_ENC_IDX_ENTRIES || in cx18_process_idx_data()802 } while (idx->entries < V4L2_ENC_IDX_ENTRIES); in cx18_g_enc_index()
140 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
1855 #define V4L2_ENC_IDX_ENTRIES (64) macro1860 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
1280 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()1281 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()
408 replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`