Home
last modified time | relevance | path

Searched refs:V4L2_CID_STATELESS_FWHT_PARAMS (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1221 case V4L2_CID_STATELESS_FWHT_PARAMS: return "FWHT Stateless Parameters"; in v4l2_ctrl_get_name()
1537 case V4L2_CID_STATELESS_FWHT_PARAMS: in v4l2_ctrl_fill()
/linux-6.15/drivers/media/test-drivers/visl/
H A Dvisl-core.c98 .cfg.id = V4L2_CID_STATELESS_FWHT_PARAMS,
H A Dvisl-dec.c585 run.fwht.params = visl_find_control_data(ctx, V4L2_CID_STATELESS_FWHT_PARAMS); in visl_device_run()
/linux-6.15/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1750 case V4L2_CID_STATELESS_FWHT_PARAMS: in vicodec_try_ctrl()
1803 case V4L2_CID_STATELESS_FWHT_PARAMS: in vicodec_s_ctrl()
1819 .id = V4L2_CID_STATELESS_FWHT_PARAMS,
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst238 through the ``V4L2_CID_STATELESS_FWHT_PARAMS`` control.
H A Dext-ctrls-codec-stateless.rst799 ``V4L2_CID_STATELESS_FWHT_PARAMS (struct)``
/linux-6.15/include/uapi/linux/
H A Dv4l2-controls.h1747 #define V4L2_CID_STATELESS_FWHT_PARAMS (V4L2_CID_CODEC_STATELESS_BASE + 100) macro