Searched refs:psControlName (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_amix.cpp | 27 const char *psControlName; member 39 if (ctx->psControlName && ctx->psControlValue) { in unit_test_mpi_amix() 40 ret = RK_MPI_AMIX_SetControl(ctx->s32DevId, ctx->psControlName, ctx->psControlValue); in unit_test_mpi_amix() 45 } else if (ctx->psControlName && !ctx->psControlValue) { in unit_test_mpi_amix() 48 ret = RK_MPI_AMIX_GetControl(ctx->s32DevId, ctx->psControlName, value); in unit_test_mpi_amix() 57 ret = RK_MPI_AMIX_GetControl(ctx->s32DevId, ctx->psControlName, NULL); in unit_test_mpi_amix() 81 RK_PRINT("control name : %s\n", ctx->psControlName); in mpi_amix_test_show_options() 92 ctx->psControlName = RK_NULL; in main() 102 OPT_STRING('\0', "control", &(ctx->psControlName), in main() 120 if (ctx->psControlName == RK_NULL in main()
|