Home
last modified time | relevance | path

Searched refs:V4L2_CID_STATELESS_H264_SLICE_PARAMS (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_dec.c60 V4L2_CID_STATELESS_H264_SLICE_PARAMS); in cedrus_device_run()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1219 case V4L2_CID_STATELESS_H264_SLICE_PARAMS: return "H264 Slice Parameters"; in v4l2_ctrl_get_name()
1549 case V4L2_CID_STATELESS_H264_SLICE_PARAMS: in v4l2_ctrl_fill()
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst74 ``V4L2_CID_STATELESS_H264_SLICE_PARAMS`` and
H A Dext-ctrls-codec-stateless.rst310 ``V4L2_CID_STATELESS_H264_SLICE_PARAMS (struct)``
741 When this mode is selected, the ``V4L2_CID_STATELESS_H264_SLICE_PARAMS``
752 selected, the ``V4L2_CID_STATELESS_H264_SLICE_PARAMS``
/linux/drivers/media/test-drivers/visl/
H A Dvisl-dec.c604 run.h264.spram = visl_find_control_data(ctx, V4L2_CID_STATELESS_H264_SLICE_PARAMS); in visl_device_run()
/linux/include/uapi/linux/
H A Dv4l2-controls.h1559 #define V4L2_CID_STATELESS_H264_SLICE_PARAMS (V4L2_CID_CODEC_STATELESS_BASE + 6) macro