Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vdec.cpp74 static void dump_frame_to_file(VIDEO_FRAME_INFO_S *pstFrame, FILE *fp) { in dump_frame_to_file() argument
87 base = (RK_U8 *)RK_MPI_MB_Handle2VirAddr(pstFrame->stVFrame.pMbBlk); in dump_frame_to_file()
88 RK_MPI_SYS_MmzFlushCache(pstFrame->stVFrame.pMbBlk, RK_TRUE); in dump_frame_to_file()
89 width = pstFrame->stVFrame.u32Width; in dump_frame_to_file()
90 height = pstFrame->stVFrame.u32Height; in dump_frame_to_file()
92 switch (pstFrame->stVFrame.enPixelFormat) { in dump_frame_to_file()
95 h_stride = pstFrame->stVFrame.u32VirWidth; in dump_frame_to_file()
96 v_stride = pstFrame->stVFrame.u32VirHeight; in dump_frame_to_file()
110 h_stride = pstFrame->stVFrame.u32VirWidth * 10 / 8; in dump_frame_to_file()
111 v_stride = pstFrame->stVFrame.u32VirHeight; in dump_frame_to_file()
[all …]
H A Dtest_mpi_adec.cpp217 MB_BLK bBlk = pstFrmInfo->pstFrame->pMbBlk; in receive_data_thread()
218 RK_VOID *pstFrame = RK_MPI_MB_Handle2VirAddr(bBlk); in receive_data_thread() local
219 RK_S32 frameSize = pstFrmInfo->pstFrame->u32Len; in receive_data_thread()
221 if (pstFrame) { in receive_data_thread()
222 RK_LOGV("get frame data = %p, size = %d", pstFrame, frameSize); in receive_data_thread()
224 fwrite(pstFrame, frameSize, 1, file); in receive_data_thread()
H A Dtest_mpi_aenc.cpp235 RK_VOID *pstFrame = RK_MPI_MB_Handle2VirAddr(bBlk); in receive_stream_thread() local
238 if (pstFrame) { in receive_stream_thread()
239 RK_LOGV("get frame data = %p, size = %d", pstFrame, frameSize); in receive_stream_thread()
241 fwrite(pstFrame, frameSize, 1, file); in receive_stream_thread()
H A Dtest_mpi_tde.cpp88 RK_VOID *pstFrame = RK_MPI_MB_Handle2VirAddr(dstBlk); in test_tde_save_result() local
110 if (pstFrame) { in test_tde_save_result()
111 RK_LOGI("get frame:%p, size:%d, bBlk:%p", pstFrame, stMbPicCalResult.u32MBSize, dstBlk); in test_tde_save_result()
113 fwrite(pstFrame, 1, stMbPicCalResult.u32MBSize, file); in test_tde_save_result()
H A Dtest_mpi_vgs.cpp525 RK_VOID *pstFrame = RK_MPI_MB_Handle2VirAddr(bBlk); in unit_test_vgs_output_one_task() local
554 if (pstFrame) { in unit_test_vgs_output_one_task()
555 RK_LOGD("get frame data = %p, size = %d, bBlk:%p ", pstFrame, u32OutputSize, bBlk); in unit_test_vgs_output_one_task()
557 fwrite(pstFrame, 1, u32OutputSize, file); in unit_test_vgs_output_one_task()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_vo.h50 RK_S32 RK_MPI_VO_GetFrameInfo(RK_VOID *pMblk, VO_FRAME_INFO_S *pstFrame);
54 RK_S32 RK_MPI_VO_GetGfxFrameBuffer(VO_LAYER VoLayer, VO_CHN VoChn, VO_FRAME_INFO_S *pstFrame);
55 RK_S32 RK_MPI_VO_UpdateGfxFrameBuffer(VO_LAYER VoLayer, VO_CHN VoChn, VO_FRAME_INFO_S *pstFrame);
102 RK_S32 RK_MPI_VO_GetChnFrame(VO_LAYER VoLayer, VO_CHN VoChn, VIDEO_FRAME_INFO_S *pstFrame, RK_S32 s…
103 RK_S32 RK_MPI_VO_ReleaseChnFrame(VO_LAYER VoLayer, VO_CHN VoChn, const VIDEO_FRAME_INFO_S *pstFrame
H A Drk_mpi_ivs.h43 RK_S32 RK_MPI_IVS_SendFrame(IVS_CHN VdChn, const VIDEO_FRAME_INFO_S *pstFrame, RK_S32 s32MilliSec);
H A Drk_mpi_venc.h43 RK_S32 RK_MPI_VENC_SendFrame(VENC_CHN VeChn, const VIDEO_FRAME_INFO_S *pstFrame, RK_S32 s32MilliSec…
44 RK_S32 RK_MPI_VENC_SendFrameEx(VENC_CHN VeChn, const USER_FRAME_INFO_S *pstFrame, RK_S32 s32MilliSe…
H A Drk_comm_aio.h110 AUDIO_FRAME_S *pstFrame;/*frame ptr*/ member