Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H 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``]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-ioctl.c693 idx->entries < V4L2_ENC_IDX_ENTRIES) { in _cx18_process_idx_data()
753 if (idx->entries >= V4L2_ENC_IDX_ENTRIES || in cx18_process_idx_data()
801 } while (idx->entries < V4L2_ENC_IDX_ENTRIES); in cx18_g_enc_index()
H A Dcx18-driver.h131 (sizeof(struct cx18_enc_idx_entry) * V4L2_ENC_IDX_ENTRIES)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1883 #define V4L2_ENC_IDX_ENTRIES (64) macro
1888 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1883 #define V4L2_ENC_IDX_ENTRIES (64) macro
1888 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h2018 #define V4L2_ENC_IDX_ENTRIES (64) macro
2023 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h2002 #define V4L2_ENC_IDX_ENTRIES (64) macro
2007 struct v4l2_enc_idx_entry entry[V4L2_ENC_IDX_ENTRIES];
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1265 if (entries > V4L2_ENC_IDX_ENTRIES) in ivtv_g_enc_index()
1266 entries = V4L2_ENC_IDX_ENTRIES; in ivtv_g_enc_index()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions437 replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`