Searched refs:VIDIOC_G_ENC_INDEX (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-enc-index.rst | 7 ioctl VIDIOC_G_ENC_INDEX 13 VIDIOC_G_ENC_INDEX - Get meta data about a compressed video stream 18 .. c:macro:: VIDIOC_G_ENC_INDEX 20 ``int ioctl(int fd, VIDIOC_G_ENC_INDEX, struct v4l2_enc_idx *argp)`` 34 The :ref:`VIDIOC_G_ENC_INDEX <VIDIOC_G_ENC_INDEX>` ioctl provides meta data about a compressed 39 To read the data applications must call :ref:`VIDIOC_G_ENC_INDEX <VIDIOC_G_ENC_INDEX>` with a 46 picture. A :ref:`VIDIOC_G_ENC_INDEX <VIDIOC_G_ENC_INDEX>` call reads up to
|
D | v4l2.rst | 288 VIDIOC_G_CHIP_IDENT, VIDIOC_G_ENC_INDEX, new pixel formats.
|
/linux-6.12.1/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 638 SET_VALID_IOCTL(ops, VIDIOC_G_ENC_INDEX, vidioc_g_enc_index); in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 2961 IOCTL_INFO(VIDIOC_G_ENC_INDEX, v4l_stub_g_enc_index, v4l_print_enc_idx, 0),
|
/linux-6.12.1/include/uapi/linux/ |
D | videodev2.h | 2750 #define VIDIOC_G_ENC_INDEX _IOR('V', 76, struct v4l2_enc_idx) macro
|