Home
last modified time | relevance | path

Searched refs:V4L2_ENC_IDX_FRAME_MASK (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-enc-index.rst134 * - ``V4L2_ENC_IDX_FRAME_MASK``
/Linux-v5.10/Documentation/userspace-api/media/
Dvideodev2.h.rst.exceptions434 replace define V4L2_ENC_IDX_FRAME_MASK :c:type:`v4l2_enc_idx`
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h1993 #define V4L2_ENC_IDX_FRAME_MASK (0xf) macro
/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-ioctl.c1273 if ((e->flags & V4L2_ENC_IDX_FRAME_MASK) <= V4L2_ENC_IDX_FRAME_B) { in ivtv_g_enc_index()