Home
last modified time | relevance | path

Searched refs:V4L2_CID_STATELESS_VP9_COMPRESSED_HDR (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1182 case V4L2_CID_STATELESS_VP9_COMPRESSED_HDR: return "VP9 Probabilities Updates"; in v4l2_ctrl_get_name()
1526 case V4L2_CID_STATELESS_VP9_COMPRESSED_HDR: in v4l2_ctrl_fill()
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst184 the ``V4L2_CID_STATELESS_VP9_COMPRESSED_HDR`` controls.
Dext-ctrls-codec-stateless.rst1476 ``V4L2_CID_STATELESS_VP9_COMPRESSED_HDR (struct)``
/Linux-v6.1/drivers/media/platform/verisilicon/
Dhantro_drv.c499 .id = V4L2_CID_STATELESS_VP9_COMPRESSED_HDR,
Dhantro_g2_vp9_dec.c44 ctrl = v4l2_ctrl_find(&ctx->ctrl_handler, V4L2_CID_STATELESS_VP9_COMPRESSED_HDR); in start_prepare_run()
/Linux-v6.1/drivers/staging/media/rkvdec/
Drkvdec.c100 .cfg.id = V4L2_CID_STATELESS_VP9_COMPRESSED_HDR,
Drkvdec-vp9.c751 ctrl = v4l2_ctrl_find(&ctx->ctrl_hdl, V4L2_CID_STATELESS_VP9_COMPRESSED_HDR); in rkvdec_vp9_run_preamble()
/Linux-v6.1/include/uapi/linux/
Dv4l2-controls.h2727 #define V4L2_CID_STATELESS_VP9_COMPRESSED_HDR (V4L2_CID_CODEC_STATELESS_BASE + 301) macro