Home
last modified time | relevance | path

Searched refs:v4l2_enc_idx (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-enc-index.rst20 ``int ioctl(int fd, VIDIOC_G_ENC_INDEX, struct v4l2_enc_idx *argp)``
29 Pointer to struct :c:type:`v4l2_enc_idx`.
40 pointer to a struct :c:type:`v4l2_enc_idx`. On success
59 .. c:type:: v4l2_enc_idx
61 .. flat-table:: struct v4l2_enc_idx
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions433 replace define V4L2_ENC_IDX_FRAME_I :c:type:`v4l2_enc_idx`
434 replace define V4L2_ENC_IDX_FRAME_P :c:type:`v4l2_enc_idx`
435 replace define V4L2_ENC_IDX_FRAME_B :c:type:`v4l2_enc_idx`
436 replace define V4L2_ENC_IDX_FRAME_MASK :c:type:`v4l2_enc_idx`
437 replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-ioctl.c670 struct v4l2_enc_idx *idx) in _cx18_process_idx_data()
725 struct v4l2_enc_idx *idx) in cx18_process_idx_data()
762 struct v4l2_enc_idx *idx) in cx18_g_enc_index()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ioctl.h509 struct v4l2_enc_idx *a);
/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.h1884 struct v4l2_enc_idx { struct
2408 #define VIDIOC_G_ENC_INDEX _IOR('V', 76, struct v4l2_enc_idx)
/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.h1884 struct v4l2_enc_idx { struct
2408 #define VIDIOC_G_ENC_INDEX _IOR('V', 76, struct v4l2_enc_idx)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h2019 struct v4l2_enc_idx { struct
2548 #define VIDIOC_G_ENC_INDEX _IOR('V', 76, struct v4l2_enc_idx)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h2003 struct v4l2_enc_idx { struct
2531 #define VIDIOC_G_ENC_INDEX _IOR('V', 76, struct v4l2_enc_idx)
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1256 static int ivtv_g_enc_index(struct file *file, void *fh, struct v4l2_enc_idx *idx) in ivtv_g_enc_index()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c668 const struct v4l2_enc_idx *p = arg; in v4l_print_enc_idx()