Home
last modified time | relevance | path

Searched refs:VPU_CLIENT_BUTT (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_api_v2.c45 MppClientType type = VPU_CLIENT_BUTT; in hal_vp8e_init()
67 mpp_assert(type != VPU_CLIENT_BUTT); in hal_vp8e_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_api.c79 MppClientType client_type = VPU_CLIENT_BUTT; in hal_jpegd_init()
105 if (client_type == VPU_CLIENT_BUTT) { in hal_jpegd_init()
/OK3568_Linux_fs/external/mpp/osal/
H A Dosal_2str.c64 if (type < 0 || type >= VPU_CLIENT_BUTT) in strof_client_type()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_dev_defs.h45 VPU_CLIENT_BUTT, enumerator
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cluster.cpp601 MppCluster *mClusters[VPU_CLIENT_BUTT];
626 for (i = 0; i < VPU_CLIENT_BUTT; i++) in ~MppClusterServer()
635 if (client_type >= VPU_CLIENT_BUTT) in get()
683 if (client_type >= VPU_CLIENT_BUTT) in put()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c86 MppClientType client_type = VPU_CLIENT_BUTT; in hal_h264d_init()
120 if (client_type == VPU_CLIENT_BUTT) { in hal_h264d_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp76 enc_hal_cfg.type = VPU_CLIENT_BUTT; in mpp_enc_init_v2()
81 ctrl_cfg.type = VPU_CLIENT_BUTT; in mpp_enc_init_v2()
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_server.cpp553 MppDevBatServ *mBatServer[VPU_CLIENT_BUTT];
639 for (i = 0; i < VPU_CLIENT_BUTT; i++) in ~MppDevServer()
787 if (client_type < 0 || client_type >= VPU_CLIENT_BUTT) { in attach()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_api.c38 MppClientType client_type = VPU_CLIENT_BUTT; in hal_h265d_init()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/
H A Dhal_avsd_api.c42 MppClientType client_type = VPU_CLIENT_BUTT; in init_hard_platform()