Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_dev_defs.h63 #define HAVE_VEPU2_JPEG (1 << VPU_CLIENT_VEPU2_JPEG) /* 0x00080000 */ macro
/OK3568_Linux_fs/external/mpp/mpp/hal/common/jpeg/
H A Dhal_jpege_api_v2.c55 } else if (vcodec_type & (HAVE_VEPU2 | HAVE_VEPU2_JPEG)) { in hal_jpege_init()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_soc.cpp738 HAVE_VDPU2 | HAVE_VEPU2_JPEG | HAVE_RKVDEC | HAVE_RKVENC,
750 HAVE_VDPU2 | HAVE_VEPU2_JPEG | HAVE_RKVDEC | HAVE_RKVENC,
821 HAVE_JPEG_DEC | HAVE_AV1DEC | HAVE_AVSDEC | HAVE_VEPU2_JPEG,
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c72 type = (vcodec_type & HAVE_VEPU2_JPEG) ? in hal_jpege_vepu2_init()