Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dvidioc-g-enc-index.rst47 ``V4L2_ENC_IDX_ENTRIES`` entries from a driver buffer, which can hold up
49 ``V4L2_ENC_IDX_ENTRIES``, but not zero. When the application fails to
78 - ``entry``\ [``V4L2_ENC_IDX_ENTRIES``]
/Linux-v6.6/drivers/media/pci/cx18/
Dcx18-ioctl.c726 idx->entries < V4L2_ENC_IDX_ENTRIES) { in _cx18_process_idx_data()
786 if (idx->entries >= V4L2_ENC_IDX_ENTRIES || in cx18_process_idx_data()
834 } while (idx->entries < V4L2_ENC_IDX_ENTRIES); in cx18_g_enc_index()
Dcx18-driver.h130 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
/Linux-v6.6/include/uapi/linux/
Dvideodev2.h2141 #define V4L2_ENC_IDX_ENTRIES (64) macro
2146 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/Linux-v6.6/drivers/media/pci/ivtv/
Divtv-ioctl.c1259 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()
1260 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()
/Linux-v6.6/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions458 replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`