Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_aenc.cpp115 AENC_CHN_ATTR_S stAencAttr; in test_init_mpi_aenc() local
128 stAencAttr.enType = (RK_CODEC_ID_E)codecId; in test_init_mpi_aenc()
129 stAencAttr.stCodecAttr.u32Channels = params->s32Channel; in test_init_mpi_aenc()
130 stAencAttr.stCodecAttr.u32SampleRate = params->s32SampleRate; in test_init_mpi_aenc()
131 stAencAttr.stCodecAttr.enBitwidth = (AUDIO_BIT_WIDTH_E)format; in test_init_mpi_aenc()
132 stAencAttr.u32BufCount = 4; in test_init_mpi_aenc()
134 s32ret = RK_MPI_AENC_CreateChn(AdChn, &stAencAttr); in test_init_mpi_aenc()