Searched refs:pstFrmInfo (Results 1 – 2 of 2) sorted by relevance
196 AUDIO_FRAME_INFO_S *pstFrmInfo = RK_NULL; in receive_data_thread() local198 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()
22 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);