Home
last modified time | relevance | path

Searched refs:dec_capability (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c591 if (!(ctx->dev->dec_capability & VCODEC_CAPABILITY_4K_DISABLED) && in mtk_vcodec_add_formats()
614 count_formats, ctx->dev->dec_capability); in mtk_vcodec_add_formats()
624 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_MT21C) { in mtk_vcodec_get_supported_formats()
628 if (ctx->dev->dec_capability & MTK_VDEC_IS_SUPPORT_10BIT) { in mtk_vcodec_get_supported_formats()
634 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_MM21) { in mtk_vcodec_get_supported_formats()
638 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_H264_SLICE) { in mtk_vcodec_get_supported_formats()
642 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_VP8_FRAME) { in mtk_vcodec_get_supported_formats()
646 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_VP9_FRAME) { in mtk_vcodec_get_supported_formats()
650 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_HEVC_FRAME) { in mtk_vcodec_get_supported_formats()
654 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_AV1_FRAME) { in mtk_vcodec_get_supported_formats()
[all …]
H A Dmtk_vcodec_dec_pm.c243 if (IS_VDEC_INNER_RACING(ctx->dev->dec_capability)) in mtk_vcodec_dec_enable_hardware()
250 if (IS_VDEC_INNER_RACING(ctx->dev->dec_capability)) in mtk_vcodec_dec_disable_hardware()
H A Dmtk_vcodec_dec_drv.h281 unsigned int dec_capability; member
H A Dmtk_vcodec_dec_drv.c263 dev->dec_capability = in fops_vcodec_open()
266 mtk_v4l2_vdec_dbg(0, ctx, "decoder capability %x", dev->dec_capability); in fops_vcodec_open()
H A Dmtk_vcodec_dec_stateful.c585 if (!(ctx->dev->dec_capability & VCODEC_CAPABILITY_4K_DISABLED)) { in mtk_init_vdec_params()
H A Dmtk_vcodec_dec.c589 ctx->dev->dec_capability, fsize->stepwise.min_width, in vidioc_enum_framesizes()
/openbmc/linux/drivers/remoteproc/
H A Dmtk_common.h65 u32 dec_capability; member
H A Dmtk_scp.c82 scp->run.dec_capability = run->dec_capability; in scp_init_ipi_handler()
694 return scp->run.dec_capability; in scp_get_vdec_hw_capa()
/openbmc/linux/drivers/media/platform/mediatek/vpu/
H A Dmtk_vpu.c148 unsigned int dec_capability; member
444 return vpu->run.dec_capability; in vpu_get_vdec_hw_capa()
645 vpu->run.dec_capability = run->dec_capability; in vpu_init_ipi_handler()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_multi_if.c667 if (IS_VDEC_INNER_RACING(inst->ctx->dev->dec_capability)) { in vdec_h264_slice_lat_decode()
682 if (!IS_VDEC_INNER_RACING(inst->ctx->dev->dec_capability)) in vdec_h264_slice_lat_decode()
693 if (!IS_VDEC_INNER_RACING(inst->ctx->dev->dec_capability)) { in vdec_h264_slice_lat_decode()
H A Dvdec_hevc_req_multi_if.c1012 if (IS_VDEC_INNER_RACING(inst->ctx->dev->dec_capability)) { in vdec_hevc_slice_lat_decode()
1027 if (!IS_VDEC_INNER_RACING(inst->ctx->dev->dec_capability)) in vdec_hevc_slice_lat_decode()
1038 if (!IS_VDEC_INNER_RACING(inst->ctx->dev->dec_capability)) { in vdec_hevc_slice_lat_decode()
H A Dvdec_vp9_if.c370 if (!(inst->ctx->dev->dec_capability & in vp9_alloc_work_buf()
H A Dvdec_av1_req_lat_if.c1921 instance->inneracing_mode = IS_VDEC_INNER_RACING(instance->ctx->dev->dec_capability); in vdec_av1_slice_init()