Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_sys.h29 … RK_MPI_SYS_MmzAlloc(MB_BLK *pBlk, const RK_CHAR *pstrMmb, const RK_CHAR *pstrZone, RK_U32 u32Len);
32 …_SYS_MmzAlloc_Cached(MB_BLK *pBlk, const RK_CHAR *pstrMmb, const RK_CHAR *pstrZone, RK_U32 u32Len);
36 RK_U32 u32Len, RK_U32 u32HeapFlags);
44 RK_S32 RK_MPI_SYS_Malloc(MB_BLK *pBlk, RK_U32 u32Len);
H A Drk_comm_aio.h50 RK_U32 u32Len; /* stream lenth, by bytes */ member
99 RK_U32 u32Len; /*data lenth per channel in frame, u32Len <= 0 mean eos*/ member
H A Drk_comm_vdec.h97 RK_U32 u32Len; /* W; stream len */ member
H A Drk_comm_vi.h288 RK_U32 u32Len; member
H A Drk_mpi_venc.h68 RK_S32 RK_MPI_VENC_InsertUserData(VENC_CHN VeChn, RK_U8 *pu8Data, RK_U32 u32Len);
H A Drk_comm_venc.h134 RK_U32 u32Len; /* R; the length of stream */ member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/sys/
H A Dtest_sys_avio.cpp43 vstream->u32Len, vstream->u64PTS, vstream->bEndOfStream); in test_dump_vstream_info()
60 vstream.u32Len = 0; in test_video_stream()
72 vstream.u32Len = 100; in test_video_stream()
90 vstream.u32Len = 100; in test_video_stream()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rk_mpi_mmz/include/
H A Drk_mpi_mmz.h53 RK_S32 RK_MPI_MMZ_Alloc(MB_BLK *pBlk, RK_U32 u32Len, RK_U32 u32Flags);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_adec.cpp162 stAudioStream.u32Len = srcSize; in send_stream_thread()
219 RK_S32 frameSize = pstFrmInfo->pstFrame->u32Len; in receive_data_thread()
H A Dtest_mpi_aenc.cpp179 stAudioFrm.u32Len = srcSize; in send_frame_thread()
236 RK_S32 frameSize = pstStream.u32Len; in receive_stream_thread()
H A Dtest_mpi_vi.cpp873 fwrite(pData, 1, ctx->stFrame[i].pstPack->u32Len, ctx->stVencCfg[i].fp); in test_vi_bind_vpss_venc_loop()
877 ctx->stFrame[i].u32Seq, ctx->stFrame[i].pstPack->u32Len); in test_vi_bind_vpss_venc_loop()
993 fwrite(pData, 1, ctx->stFrame[i].pstPack->u32Len, ctx->stVencCfg[i].fp); in test_vi_bind_venc_loop()
999 ctx->stFrame[i].u32Seq, ctx->stFrame[i].pstPack->u32Len, in test_vi_bind_venc_loop()
H A Dtest_mpi_ao.cpp256 frame.u32Len = size; in sendDataThread()
H A Dtest_mpi_vdec.cpp459 stStream.u32Len = s32Size; in mpi_send_stream()
H A Dtest_mpi_all.cpp218 stStream.u32Len = s32Size; in mpi_send_stream()
H A Dtest_mpi_venc.cpp207 fwrite(pData, 1, stFrame.pstPack->u32Len, fp); in venc_get_stream()
H A Dtest_mpi_vo.cpp719 RK_U32 u32Len = 0; in open_config() local
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vdec.cpp118 stStream.u32Len = stStreamData.u64Size; in TEST_VDEC_SendStreamProc()
H A Dtest_comm_venc.cpp196 fwrite(pData, 1, stVencStream.pstPack->u32Len, fp); in TEST_VENC_SnapProcess()
238 fwrite(pData, 1, stVencStream.pstPack->u32Len, pstThreadInfo->fp); in TEST_VENC_GetVencStreamProc()
H A Dtest_comm_utils.cpp91 RK_U32 u32Len = 0; in TEST_COMM_OpenFileUris() local