Home
last modified time | relevance | path

Searched refs:HAVE_VEPU22 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_dev_defs.h65 #define HAVE_VEPU22 (1 << VPU_CLIENT_VEPU22) /* 0x01000000 */ macro
/OK3568_Linux_fs/external/mpp/osal/test/
H A Dmpp_platform_test.c71 if (vcodec_type & HAVE_VEPU22) in main()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_soc.cpp679 HAVE_VDPU2 | HAVE_VDPU2_PP | HAVE_VEPU2 | HAVE_RKVDEC | HAVE_AVSDEC | HAVE_VEPU22,
691 HAVE_VDPU2 | HAVE_VDPU2_PP | HAVE_VEPU2 | HAVE_RKVDEC | HAVE_VEPU22,
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dvcodec_service.c164 } else if ((platform & HAVE_VEPU22) && (type == MPP_CTX_ENC) && in mpp_get_platform_dev_name()