Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/sunxi/cedrus/
Dcedrus_dec.c61 V4L2_CID_STATELESS_H264_SPS); in cedrus_device_run()
Dcedrus.c64 .id = V4L2_CID_STATELESS_H264_SPS,
/Linux-v5.15/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1167 case V4L2_CID_STATELESS_H264_SPS: return "H264 Sequence Parameter Set"; in v4l2_ctrl_get_name()
1463 case V4L2_CID_STATELESS_H264_SPS: in v4l2_ctrl_fill()
/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_h264.c381 hantro_get_ctrl(ctx, V4L2_CID_STATELESS_H264_SPS); in hantro_h264_dec_prepare_run()
Dhantro_drv.c245 if (ctrl->id == V4L2_CID_STATELESS_H264_SPS) { in hantro_try_ctrl()
364 .id = V4L2_CID_STATELESS_H264_SPS,
/Linux-v5.15/drivers/staging/media/rkvdec/
Drkvdec.c32 if (ctrl->id == V4L2_CID_STATELESS_H264_SPS) { in rkvdec_try_ctrl()
61 .cfg.id = V4L2_CID_STATELESS_H264_SPS,
Drkvdec-h264.c1073 V4L2_CID_STATELESS_H264_SPS); in rkvdec_h264_run_preamble()
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst71 required to be passed through the ``V4L2_CID_STATELESS_H264_SPS``,
Dext-ctrls-codec-stateless.rst25 ``V4L2_CID_STATELESS_H264_SPS (struct)``
/Linux-v5.15/include/uapi/linux/
Dv4l2-controls.h1282 #define V4L2_CID_STATELESS_H264_SPS (V4L2_CID_CODEC_STATELESS_BASE + 2) macro