Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_ai.cpp44 RK_S32 s32Channel; member
134 soundMode = ai_find_sound_mode(ctx->s32Channel); in test_open_device_ai()
277 RK_PRINT("output channel : %d\n", ctx->s32Channel); in mpi_ai_test_show_options()
316 OPT_INTEGER('\0', "out_ch", &(ctx->s32Channel), in main()
345 if (ctx->s32Channel <= 0 in main()
H A Dtest_mpi_adec.cpp35 RK_S32 s32Channel; member
99 stAdecAttr.stCodecAttr.u32Channels = params->s32Channel; in test_init_mpi_adec()
318 RK_PRINT("input channel : %d\n", ctx->s32Channel); in mpi_adec_test_show_options()
348 OPT_INTEGER('\0', "input_ch", &(ctx->s32Channel), in main()
377 || ctx->s32Channel <= 0 in main()
H A Dtest_mpi_aenc.cpp38 RK_S32 s32Channel; member
129 stAencAttr.stCodecAttr.u32Channels = params->s32Channel; in test_init_mpi_aenc()
313 RK_PRINT("input channel : %d\n", ctx->s32Channel); in mpi_aenc_test_show_options()
341 OPT_INTEGER('\0', "input_ch", &(ctx->s32Channel), in main()
368 || ctx->s32Channel <= 0 in main()
H A Dtest_mpi_ao.cpp42 RK_S32 s32Channel; member
138 soundMode = find_sound_mode(ctx->s32Channel); in test_open_device_ao()
259 frame.enSoundMode = find_sound_mode(params->s32Channel); in sendDataThread()
449 RK_PRINT("input channel : %d\n", ctx->s32Channel); in mpi_ao_test_show_options()
485 ctx->s32Channel = 0; in main()
511 OPT_INTEGER('\0', "input_ch", &(ctx->s32Channel), in main()
574 || ctx->s32Channel <= 0 in main()