Searched refs:pstFrame (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_vdec.cpp | 74 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 D | test_mpi_adec.cpp | 217 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 D | test_mpi_aenc.cpp | 235 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 D | test_mpi_tde.cpp | 88 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 D | test_mpi_vgs.cpp | 525 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 D | rk_mpi_vo.h | 50 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 D | rk_mpi_ivs.h | 43 RK_S32 RK_MPI_IVS_SendFrame(IVS_CHN VdChn, const VIDEO_FRAME_INFO_S *pstFrame, RK_S32 s32MilliSec);
|
| H A D | rk_mpi_venc.h | 43 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 D | rk_comm_aio.h | 110 AUDIO_FRAME_S *pstFrame;/*frame ptr*/ member
|