Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_ai.cpp43 RK_S32 s32DeviceChannel; member
124 aiAttr.soundCard.channels = ctx->s32DeviceChannel; in test_open_device_ai()
276 RK_PRINT("sound card channel : %d\n", ctx->s32DeviceChannel); in mpi_ai_test_show_options()
314 OPT_INTEGER('\0', "device_ch", &(ctx->s32DeviceChannel), in main()
348 || ctx->s32DeviceChannel <= 0) { in main()
H A Dtest_mpi_ao.cpp43 RK_S32 s32DeviceChannel; member
128 aoAttr.soundCard.channels = ctx->s32DeviceChannel; in test_open_device_ao()
447 RK_PRINT("open sound channel : %d\n", ctx->s32DeviceChannel); in mpi_ao_test_show_options()
484 ctx->s32DeviceChannel = 2; in main()
515 OPT_INTEGER('\0', "device_ch", &(ctx->s32DeviceChannel), in main()