Searched refs:V4L2_CID_STATELESS_H264_SPS (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.1/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_dec.c | 62 V4L2_CID_STATELESS_H264_SPS); in cedrus_device_run()
|
D | cedrus.c | 33 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/ |
D | v4l2-ctrls-defs.c | 1171 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/ |
D | rkvdec-h264.c | 1076 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()
|
D | rkvdec.c | 50 .cfg.id = V4L2_CID_STATELESS_H264_SPS,
|
/Linux-v6.1/drivers/media/platform/verisilicon/ |
D | hantro_h264.c | 457 hantro_get_ctrl(ctx, V4L2_CID_STATELESS_H264_SPS); in hantro_h264_dec_prepare_run()
|
D | hantro_drv.c | 259 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/ |
D | vdec_h264_req_multi_if.c | 193 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()
|
D | vdec_h264_req_if.c | 117 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/ |
D | v4l2.c | 22 { .id = V4L2_CID_STATELESS_H264_SPS, }, 60 case V4L2_CID_STATELESS_H264_SPS: in tegra_set_control_data()
|
D | h264.c | 877 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/ |
D | mtk_vcodec_dec_stateless.c | 29 .id = V4L2_CID_STATELESS_H264_SPS,
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-compressed.rst | 71 required to be passed through the ``V4L2_CID_STATELESS_H264_SPS``,
|
D | ext-ctrls-codec-stateless.rst | 25 ``V4L2_CID_STATELESS_H264_SPS (struct)``
|
/Linux-v6.1/include/uapi/linux/ |
D | v4l2-controls.h | 1307 #define V4L2_CID_STATELESS_H264_SPS (V4L2_CID_CODEC_STATELESS_BASE + 2) macro
|