Searched refs:V4L2_ENC_IDX_ENTRIES (Results 1 – 6 of 6) sorted by relevance
55 ``V4L2_ENC_IDX_ENTRIES`` entries from a driver buffer, which can hold up57 ``V4L2_ENC_IDX_ENTRIES``, but not zero. When the application fails to87 - ``entry``\ [``V4L2_ENC_IDX_ENTRIES``]
683 idx->entries < V4L2_ENC_IDX_ENTRIES) { in _cx18_process_idx_data()743 if (idx->entries >= V4L2_ENC_IDX_ENTRIES || in cx18_process_idx_data()791 } while (idx->entries < V4L2_ENC_IDX_ENTRIES); in cx18_g_enc_index()
131 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
1946 #define V4L2_ENC_IDX_ENTRIES (64) macro1951 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
1263 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()1264 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()
424 replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`