Searched refs:V4L2_ENC_IDX_ENTRIES (Results 1 – 6 of 6) sorted by relevance
47 ``V4L2_ENC_IDX_ENTRIES`` entries from a driver buffer, which can hold up49 ``V4L2_ENC_IDX_ENTRIES``, but not zero. When the application fails to78 - ``entry``\ [``V4L2_ENC_IDX_ENTRIES``]
691 idx->entries < V4L2_ENC_IDX_ENTRIES) { in _cx18_process_idx_data()751 if (idx->entries >= V4L2_ENC_IDX_ENTRIES || in cx18_process_idx_data()799 } while (idx->entries < V4L2_ENC_IDX_ENTRIES); in cx18_g_enc_index()
131 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
2099 #define V4L2_ENC_IDX_ENTRIES (64) macro2104 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
1259 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()1260 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()
454 replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`