Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_aenc.cpp215 AUDIO_STREAM_S pstStream; in receive_stream_thread() local
232 s32ret = RK_MPI_AENC_GetStream(AdChn, &pstStream, params->s32MilliSec); in receive_stream_thread()
234 MB_BLK bBlk = pstStream.pMbBlk; in receive_stream_thread()
236 RK_S32 frameSize = pstStream.u32Len; in receive_stream_thread()
244 RK_MPI_AENC_ReleaseStream(AdChn, &pstStream); in receive_stream_thread()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_aenc.h21 RK_S32 RK_MPI_AENC_GetStream(AENC_CHN AeChn, AUDIO_STREAM_S *pstStream, RK_S32 s32MilliSec);
22 RK_S32 RK_MPI_AENC_ReleaseStream(AENC_CHN AeChn, const AUDIO_STREAM_S *pstStream);
H A Drk_mpi_vi.h62 RK_S32 RK_MPI_VI_GetChnStream(VI_PIPE ViPipe, VI_CHN ViChn, VI_STREAM_S *pstStream, RK_S32 s32Milli…
63 RK_S32 RK_MPI_VI_ReleaseChnStream(VI_PIPE ViPipe, VI_CHN ViChn, const VI_STREAM_S *pstStream);
H A Drk_mpi_adec.h20 RK_S32 RK_MPI_ADEC_SendStream(ADEC_CHN AdChn, const AUDIO_STREAM_S *pstStream, RK_BOOL bBlock);
H A Drk_mpi_venc.h45 RK_S32 RK_MPI_VENC_GetStream(VENC_CHN VeChn, VENC_STREAM_S *pstStream, RK_S32 s32MilliSec);
46 RK_S32 RK_MPI_VENC_ReleaseStream(VENC_CHN VeChn, VENC_STREAM_S *pstStream);
H A Drk_mpi_vdec.h29 RK_S32 RK_MPI_VDEC_SendStream(VDEC_CHN VdChn, const VDEC_STREAM_S *pstStream, RK_S32 s32MilliSec);