Home
last modified time | relevance | path

Searched refs:VPU_CLIENT_RKVDEC (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_dev_defs.h33 VPU_CLIENT_RKVDEC = 9, /* 0x00000200 */ enumerator
56 #define HAVE_RKVDEC (1 << VPU_CLIENT_RKVDEC) /* 0x00000200 */
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_soc.cpp250 .type = VPU_CLIENT_RKVDEC,
268 .type = VPU_CLIENT_RKVDEC,
286 .type = VPU_CLIENT_RKVDEC,
304 .type = VPU_CLIENT_RKVDEC,
323 .type = VPU_CLIENT_RKVDEC,
341 .type = VPU_CLIENT_RKVDEC,
359 .type = VPU_CLIENT_RKVDEC,
377 .type = VPU_CLIENT_RKVDEC,
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_api.c86 RK_U32 hw_id = mpp_get_client_hw_id(VPU_CLIENT_RKVDEC); in hal_avs2d_init()
107 ret = mpp_dev_init(&cfg->dev, VPU_CLIENT_RKVDEC); in hal_avs2d_init()
H A Dhal_avs2d_rkv.c551 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in hal_avs2d_rkv_init()
H A Dhal_avs2d_vdpu382.c626 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in hal_avs2d_vdpu382_init()
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_cluster_test.c62 ret = mpp_node_attach(node, VPU_CLIENT_RKVDEC); in main()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c122 client_type = VPU_CLIENT_RKVDEC; in hal_h264d_init()
134 case VPU_CLIENT_RKVDEC : { in hal_h264d_init()
H A Dhal_h264d_rkv_reg.c592 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in rkv_h264d_init()
H A Dhal_h264d_vdpu34x.c750 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in vdpu34x_h264d_init()
H A Dhal_h264d_vdpu382.c776 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in vdpu382_h264d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_api.c36 MppClientType client_type = VPU_CLIENT_RKVDEC; in hal_vp9d_init()
H A Dhal_vp9d_vdpu382.c269 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in hal_vp9d_vdpu382_init()
H A Dhal_vp9d_vdpu34x.c268 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in hal_vp9d_vdpu34x_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_api.c48 VPU_CLIENT_HEVC_DEC : VPU_CLIENT_RKVDEC; in hal_h265d_init()
H A Dhal_h265d_rkv.c220 if (info->dec_caps[i] && ( info->dec_caps[i]->type == VPU_CLIENT_RKVDEC || in hal_h265d_rkv_init()
958 (reg_ctx->client_type == VPU_CLIENT_RKVDEC) ? in hal_h265d_rkv_start()
H A Dhal_h265d_vdpu382.c170 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in hal_h265d_vdpu382_init()
H A Dhal_h265d_vdpu34x.c170 if (info->dec_caps[i] && info->dec_caps[i]->type == VPU_CLIENT_RKVDEC) { in hal_h265d_vdpu34x_init()
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dvcodec_service.c486 case VPU_CLIENT_RKVDEC : { in vcodec_service_init()