Searched refs:chCodecId (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_adec.cpp | 36 char *chCodecId; member 71 char *format = params->chCodecId; in test_find_audio_codec_id() 83 RK_LOGE("test not find codec id : %s", params->chCodecId); in test_find_audio_codec_id() 319 RK_PRINT("input codec name : %s\n", ctx->chCodecId); in mpi_adec_test_show_options() 338 ctx->chCodecId = RK_NULL; in main() 346 OPT_STRING('C', "codec", &(ctx->chCodecId), in main() 379 || ctx->chCodecId == RK_NULL) { in main()
|
| H A D | test_mpi_aenc.cpp | 40 char *chCodecId; member 60 char *format = params->chCodecId; in test_find_audio_enc_codec_id() 73 RK_LOGE("test not find codec id : %s", params->chCodecId); in test_find_audio_enc_codec_id() 315 RK_PRINT("input codec name : %s\n", ctx->chCodecId); in mpi_aenc_test_show_options() 330 ctx->chCodecId = RK_NULL; in main() 339 OPT_STRING('C', "codec", &(ctx->chCodecId), in main() 370 || ctx->chCodecId == RK_NULL) { in main()
|