Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c142 } MpiEncMtCtxInfo; typedef
144 MPP_RET mt_test_ctx_init(MpiEncMtCtxInfo *info) in mt_test_ctx_init()
257 MPP_RET mt_test_ctx_deinit(MpiEncMtCtxInfo *info) in mt_test_ctx_deinit()
286 MPP_RET test_mt_cfg_setup(MpiEncMtCtxInfo *info) in test_mt_cfg_setup()
513 MPP_RET mt_test_res_init(MpiEncMtCtxInfo *info) in mt_test_res_init()
602 MPP_RET mt_test_res_deinit(MpiEncMtCtxInfo *info) in mt_test_res_deinit()
661 MpiEncMtCtxInfo *info = (MpiEncMtCtxInfo *)arg; in enc_test_input()
880 MpiEncMtCtxInfo *info = (MpiEncMtCtxInfo *)arg; in enc_test_output()
1013 MpiEncMtCtxInfo *ctxs = NULL; in enc_test_mt()
1018 ctxs = mpp_calloc(MpiEncMtCtxInfo, cmd->nthreads); in enc_test_mt()