Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1225 case V4L2_CID_STATELESS_VP9_COMPRESSED_HDR: return "VP9 Probabilities Updates"; in v4l2_ctrl_get_name()
1576 case V4L2_CID_STATELESS_VP9_COMPRESSED_HDR: in v4l2_ctrl_fill()
/Linux-v6.6/drivers/media/test-drivers/visl/
Dvisl-core.c135 .cfg.id = V4L2_CID_STATELESS_VP9_COMPRESSED_HDR,
Dvisl-dec.c455 run.vp9.probs = visl_find_control_data(ctx, V4L2_CID_STATELESS_VP9_COMPRESSED_HDR); in visl_device_run()
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst189 the ``V4L2_CID_STATELESS_VP9_COMPRESSED_HDR`` controls.
Dext-ctrls-codec-stateless.rst1476 ``V4L2_CID_STATELESS_VP9_COMPRESSED_HDR (struct)``
/Linux-v6.6/drivers/media/platform/verisilicon/
Dhantro_drv.c567 .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.6/drivers/staging/media/rkvdec/
Drkvdec.c100 .cfg.id = V4L2_CID_STATELESS_VP9_COMPRESSED_HDR,
Drkvdec-vp9.c752 ctrl = v4l2_ctrl_find(&ctx->ctrl_hdl, V4L2_CID_STATELESS_VP9_COMPRESSED_HDR); in rkvdec_vp9_run_preamble()
/Linux-v6.6/include/uapi/linux/
Dv4l2-controls.h2787 #define V4L2_CID_STATELESS_VP9_COMPRESSED_HDR (V4L2_CID_CODEC_STATELESS_BASE + 301) macro