Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_aenc.cpp39 RK_S32 s32Format; member
81 if (params->s32Format == 8) { in test_find_audio_enc_format()
83 } else if (params->s32Format == 16) { in test_find_audio_enc_format()
85 } else if (params->s32Format == 24) { in test_find_audio_enc_format()
89 RK_LOGE("test not find format : %s", params->s32Format); in test_find_audio_enc_format()
314 RK_PRINT("input format : %d\n", ctx->s32Format); in mpi_aenc_test_show_options()
331 ctx->s32Format = 16; in main()
345 OPT_INTEGER('\0', "input_format", &(ctx->s32Format), in main()