Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-enc-index.rst55 ``V4L2_ENC_IDX_ENTRIES`` entries from a driver buffer, which can hold up
57 ``V4L2_ENC_IDX_ENTRIES``, but not zero. When the application fails to
87 - ``entry``\ [``V4L2_ENC_IDX_ENTRIES``]
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-ioctl.c683 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()
Dcx18-driver.h131 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1946 #define V4L2_ENC_IDX_ENTRIES (64) macro
1951 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-ioctl.c1263 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()
1264 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions424 replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`