Home
last modified time | relevance | path

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

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