Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c757 if (!(ctx->dev->dec_capability & VCODEC_CAPABILITY_4K_DISABLED) && in mtk_vcodec_add_formats()
780 count_formats, ctx->dev->dec_capability); in mtk_vcodec_add_formats()
790 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_MT21C) { in mtk_vcodec_get_supported_formats()
794 if (ctx->dev->dec_capability & MTK_VDEC_IS_SUPPORT_10BIT) { in mtk_vcodec_get_supported_formats()
800 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_MM21) { in mtk_vcodec_get_supported_formats()
804 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_H264_SLICE) { in mtk_vcodec_get_supported_formats()
808 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_VP8_FRAME) { in mtk_vcodec_get_supported_formats()
812 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_VP9_FRAME) { in mtk_vcodec_get_supported_formats()
816 if (ctx->dev->dec_capability & MTK_VDEC_FORMAT_HEVC_FRAME) { in mtk_vcodec_get_supported_formats()
820 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.h293 unsigned int dec_capability; member
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.c615 ctx->dev->dec_capability, fsize->stepwise.min_width, in vidioc_enum_framesizes()
/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.c371 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()