Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_amix.cpp31 } TEST_AMIX_CTX_S; typedef
33 static RK_S32 unit_test_mpi_amix(TEST_AMIX_CTX_S *ctx) { in unit_test_mpi_amix()
78 static void mpi_amix_test_show_options(const TEST_AMIX_CTX_S *ctx) { in mpi_amix_test_show_options()
88 TEST_AMIX_CTX_S *ctx = reinterpret_cast<TEST_AMIX_CTX_S *>(malloc(sizeof(TEST_AMIX_CTX_S))); in main()
90 memset(ctx, 0, sizeof(TEST_AMIX_CTX_S)); in main()