Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/sunxi/cedrus/
Dcedrus_dec.c62 V4L2_CID_STATELESS_H264_SPS); in cedrus_device_run()
Dcedrus.c33 if (ctrl->id == V4L2_CID_STATELESS_H264_SPS) { in cedrus_try_ctrl()
108 .id = V4L2_CID_STATELESS_H264_SPS,
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1171 case V4L2_CID_STATELESS_H264_SPS: return "H264 Sequence Parameter Set"; in v4l2_ctrl_get_name()
1485 case V4L2_CID_STATELESS_H264_SPS: in v4l2_ctrl_fill()
/Linux-v6.1/drivers/staging/media/rkvdec/
Drkvdec-h264.c1076 V4L2_CID_STATELESS_H264_SPS); in rkvdec_h264_start()
1127 V4L2_CID_STATELESS_H264_SPS); in rkvdec_h264_run_preamble()
1180 if (ctrl->id == V4L2_CID_STATELESS_H264_SPS) in rkvdec_h264_try_ctrl()
Drkvdec.c50 .cfg.id = V4L2_CID_STATELESS_H264_SPS,
/Linux-v6.1/drivers/media/platform/verisilicon/
Dhantro_h264.c457 hantro_get_ctrl(ctx, V4L2_CID_STATELESS_H264_SPS); in hantro_h264_dec_prepare_run()
Dhantro_drv.c259 if (ctrl->id == V4L2_CID_STATELESS_H264_SPS) { in hantro_try_ctrl()
399 .id = V4L2_CID_STATELESS_H264_SPS,
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_h264_req_multi_if.c193 sps = mtk_vdec_h264_get_ctrl_ptr(inst->ctx, V4L2_CID_STATELESS_H264_SPS); in vdec_h264_slice_fill_decode_parameters()
237 sps = mtk_vdec_h264_get_ctrl_ptr(inst->ctx, V4L2_CID_STATELESS_H264_SPS); in get_vdec_sig_decode_parameters()
Dvdec_h264_req_if.c117 sps = mtk_vdec_h264_get_ctrl_ptr(inst->ctx, V4L2_CID_STATELESS_H264_SPS); in get_vdec_decode_parameters()
/Linux-v6.1/drivers/media/platform/nvidia/tegra-vde/
Dv4l2.c22 { .id = V4L2_CID_STATELESS_H264_SPS, },
60 case V4L2_CID_STATELESS_H264_SPS: in tegra_set_control_data()
Dh264.c877 tegra_vde_prepare_control_data(ctx, V4L2_CID_STATELESS_H264_SPS); in tegra_vde_h264_setup_context()
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_dec_stateless.c29 .id = V4L2_CID_STATELESS_H264_SPS,
/Linux-v6.1/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-v6.1/include/uapi/linux/
Dv4l2-controls.h1307 #define V4L2_CID_STATELESS_H264_SPS (V4L2_CID_CODEC_STATELESS_BASE + 2) macro