Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A 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-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-ioctl.c691 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()
A Dcx18-driver.h131 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h2115 #define V4L2_ENC_IDX_ENTRIES (64) macro
2120 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/linux-6.3-rc2/drivers/media/pci/ivtv/
A 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-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions454 replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`

Completed in 23 milliseconds