Home
last modified time | relevance | path

Searched refs:V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c136 if (!(decode_params->flags & V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC)) { in compute_header_skip_length()
212 !(decode_params->flags & V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC)); in set_params()
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-hevc.h341 {V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC, "IDR_PIC"},
/openbmc/linux/include/uapi/linux/
H A Dv4l2-controls.h2454 #define V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC 0x2 macro
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst2954 * - ``V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC``
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch785 +#define V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC 0x2
1043 +#define V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC 0x2
1535 +#define V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC 0x2
8753 + dec->flags |= V4L2_HEVC_DECODE_PARAM_FLAG_IDR_PIC;