Home
last modified time | relevance | path

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

/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_dec.c62 V4L2_CID_STATELESS_H264_SPS); in cedrus_device_run()
H A Dcedrus.c33 if (ctrl->id == V4L2_CID_STATELESS_H264_SPS) { in cedrus_try_ctrl()
122 .id = V4L2_CID_STATELESS_H264_SPS,
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c26 .id = V4L2_CID_STATELESS_H264_SPS,
472 case V4L2_CID_STATELESS_H264_SPS: in mtk_vdec_s_ctrl()
529 hdr_ctrl->id == V4L2_CID_STATELESS_H264_SPS) { in mtk_vdec_s_ctrl()
/linux/drivers/staging/media/rkvdec/
H A 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()
H A Drkvdec.c50 .cfg.id = V4L2_CID_STATELESS_H264_SPS,
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1215 case V4L2_CID_STATELESS_H264_SPS: return "H264 Sequence Parameter Set"; in v4l2_ctrl_get_name()
1540 case V4L2_CID_STATELESS_H264_SPS: in v4l2_ctrl_fill()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_h264.c457 hantro_get_ctrl(ctx, V4L2_CID_STATELESS_H264_SPS); in hantro_h264_dec_prepare_run()
H A Dhantro_drv.c257 if (ctrl->id == V4L2_CID_STATELESS_H264_SPS) { in hantro_try_ctrl()
470 .id = V4L2_CID_STATELESS_H264_SPS,
/linux/drivers/media/test-drivers/visl/
H A Dvisl-core.c154 .cfg.id = V4L2_CID_STATELESS_H264_SPS,
H A Dvisl-dec.c601 run.h264.sps = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_SPS); in visl_device_run()
/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c22 { .id = V4L2_CID_STATELESS_H264_SPS, },
60 case V4L2_CID_STATELESS_H264_SPS: in tegra_set_control_data()
H A Dh264.c872 tegra_vde_prepare_control_data(ctx, V4L2_CID_STATELESS_H264_SPS); in tegra_vde_h264_setup_context()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_multi_if.c192 sps = mtk_vdec_h264_get_ctrl_ptr(inst->ctx, V4L2_CID_STATELESS_H264_SPS); in vdec_h264_slice_fill_decode_parameters()
236 sps = mtk_vdec_h264_get_ctrl_ptr(inst->ctx, V4L2_CID_STATELESS_H264_SPS); in get_vdec_sig_decode_parameters()
H A Dvdec_h264_req_if.c116 sps = mtk_vdec_h264_get_ctrl_ptr(inst->ctx, V4L2_CID_STATELESS_H264_SPS); in get_vdec_decode_parameters()
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst71 required to be passed through the ``V4L2_CID_STATELESS_H264_SPS``,
H A Dext-ctrls-codec-stateless.rst25 ``V4L2_CID_STATELESS_H264_SPS (struct)``
/linux/include/uapi/linux/
H A Dv4l2-controls.h1377 #define V4L2_CID_STATELESS_H264_SPS (V4L2_CID_CODEC_STATELESS_BASE + 2) macro