Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_aenc.cpp118 RK_U32 codecId = test_find_audio_enc_codec_id(params); in test_init_mpi_aenc() local
119 if (codecId == -1) { in test_init_mpi_aenc()
124 if (codecId == -1) { in test_init_mpi_aenc()
128 stAencAttr.enType = (RK_CODEC_ID_E)codecId; in test_init_mpi_aenc()
H A Dtest_mpi_adec.cpp103 RK_U32 codecId = test_find_audio_codec_id(params); in test_init_mpi_adec() local
104 if (codecId == RK_AUDIO_ID_Unused) { in test_init_mpi_adec()
108 stAdecAttr.enType = (RK_CODEC_ID_E)codecId; in test_init_mpi_adec()