Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_adec.cpp196 AUDIO_FRAME_INFO_S *pstFrmInfo = RK_NULL; in receive_data_thread() local
198 pstFrmInfo = reinterpret_cast<AUDIO_FRAME_INFO_S *>(malloc(sizeof(AUDIO_FRAME_INFO_S))); in receive_data_thread()
199 memset(pstFrmInfo, 0, sizeof(AUDIO_FRAME_INFO_S)); in receive_data_thread()
215 s32ret = RK_MPI_ADEC_GetFrame(AdChn, pstFrmInfo, bBlock); in receive_data_thread()
217 MB_BLK bBlk = pstFrmInfo->pstFrame->pMbBlk; in receive_data_thread()
219 RK_S32 frameSize = pstFrmInfo->pstFrame->u32Len; in receive_data_thread()
228 RK_MPI_ADEC_ReleaseFrame(AdChn, pstFrmInfo); in receive_data_thread()
253 if (pstFrmInfo) { in receive_data_thread()
254 free(pstFrmInfo); in receive_data_thread()
255 pstFrmInfo = RK_NULL; in receive_data_thread()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_adec.h22 RK_S32 RK_MPI_ADEC_GetFrame(ADEC_CHN AdChn, AUDIO_FRAME_INFO_S *pstFrmInfo, RK_BOOL bBlock);
23 RK_S32 RK_MPI_ADEC_ReleaseFrame(ADEC_CHN AdChn, AUDIO_FRAME_INFO_S *pstFrmInfo);