| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_mmz.cpp | 76 RK_LOGI("alloc mmz fail"); in unit_test_mpi_mmz() 86 …RK_LOGI("alloc buffer: fd=%d, len=%d, paddr=0x%x, vaddr=%p, cacheable=%d", fd, len, paddr, vaddr, … in unit_test_mpi_mmz() 89 RK_LOGI("MB: %p %p %p", mb, mb_by_fd, mb_by_vaddr); in unit_test_mpi_mmz() 92 …RK_LOGI("vaddr+1: %p, mb: %p", vaddr_temp, RK_MPI_MMZ_VirAddr2Handle(reinterpret_cast<RK_VOID *>(v… in unit_test_mpi_mmz() 95 …RK_LOGI("vaddr-1: %p, mb: %p", vaddr_temp, RK_MPI_MMZ_VirAddr2Handle(reinterpret_cast<RK_VOID *>(v… in unit_test_mpi_mmz() 98 …RK_LOGI("vaddr+len: %p, mb: %p", vaddr_temp, RK_MPI_MMZ_VirAddr2Handle(reinterpret_cast<RK_VOID *>… in unit_test_mpi_mmz() 101 …RK_LOGI("vaddr+len-1: %p, mb: %p", vaddr_temp, RK_MPI_MMZ_VirAddr2Handle(reinterpret_cast<RK_VOID … in unit_test_mpi_mmz() 104 RK_LOGI("paddr+1: 0x%x, mb: %p", paddr_temp, RK_MPI_MMZ_PhyAddr2Handle(paddr_temp)); in unit_test_mpi_mmz() 107 RK_LOGI("paddr-1: 0x%x, mb: %p", paddr_temp, RK_MPI_MMZ_PhyAddr2Handle(paddr_temp)); in unit_test_mpi_mmz() 110 RK_LOGI("paddr+len: 0x%x, mb: %p", paddr_temp, RK_MPI_MMZ_PhyAddr2Handle(paddr_temp)); in unit_test_mpi_mmz() [all …]
|
| H A D | test_mpi_ao.cpp | 72 RK_LOGI("query ao flow status:"); in query_ao_flow_graph_stat() 73 RK_LOGI("total number of channel buffer : %d", pstStat.u32ChnTotalNum); in query_ao_flow_graph_stat() 74 RK_LOGI("free number of channel buffer : %d", pstStat.u32ChnFreeNum); in query_ao_flow_graph_stat() 75 RK_LOGI("busy number of channel buffer : %d", pstStat.u32ChnBusyNum); in query_ao_flow_graph_stat() 235 RK_LOGI("params->s32ChnIndex : %d", params->s32ChnIndex); in sendDataThread() 278 RK_LOGI("eof"); in sendDataThread() 302 RK_LOGI("test info : mute = %d, volume = %d", mute, params->s32SetVolume); in commandThread() 308 RK_LOGI("test info : set track mode = %d", params->s32SetTrackMode); in commandThread() 316 RK_LOGI("test info : get volume = %d", volume); in commandThread() 324 RK_LOGI("test info : is mute = %d", mute); in commandThread() [all …]
|
| H A D | test_mpi_adec.cpp | 50 RK_LOGI("query adec flow status:"); in query_adec_flow_graph_stat() 51 RK_LOGI("EOS flag : %d", pstStat.bEndOfStream); in query_adec_flow_graph_stat() 52 RK_LOGI("total number of channel buffer : %d", pstStat.u32BufferFrmNum); in query_adec_flow_graph_stat() 53 RK_LOGI("free number of channel buffer : %d", pstStat.u32BufferFreeNum); in query_adec_flow_graph_stat() 54 RK_LOGI("busy number of channel buffer : %d", pstStat.u32BufferBusyNum); in query_adec_flow_graph_stat() 154 RK_LOGI("read eos packet, now send eos packet!"); in send_stream_thread() 241 RK_LOGI("test clear chn(%d) buf", AdChn); in receive_data_thread() 247 RK_LOGI("get eos packet."); in receive_data_thread() 387 RK_LOGI("start running loop count = %d", i); in main() 392 RK_LOGI("end running loop count = %d", i); in main()
|
| H A D | test_mpi_rgn.cpp | 140 RK_LOGI("The handle: %d, create success!", RgnHandle); in test_rgn_overlay_process() 168 RK_LOGI("Display region to chn success!"); in test_rgn_overlay_process() 198 …RK_LOGI("Handle:%d, space time %lld us, load bmp success!", RgnHandle, s64ShowBmpEnd - s64ShowBmpS… in test_rgn_overlay_process() 225 …RK_LOGI("Handle:%d, space time %lld us, update canvas success!", RgnHandle, s64ShowBmpEnd - s64Sho… in test_rgn_overlay_process() 244 RK_LOGI("Handle:%d, space time %lld us, change point success,new point(x:%d,y:%d)!", in test_rgn_overlay_process() 260 RK_LOGI("Handle:%d, %s osd success", RgnHandle, bShow ? "show" : "hide"); in test_rgn_overlay_process() 278 RK_LOGI("Detach handle:%d from chn success", RgnHandle); in test_rgn_overlay_process() 291 RK_LOGI("Destory handle:%d success", RgnHandle); in test_rgn_overlay_process() 352 RK_LOGI("create an cover region and attach it to chn0"); in test_rgn_cover_process() 377 RK_LOGI("resize the cover region %d to <%d, %d, %d, %d>, color<0x%x>", in test_rgn_cover_process() [all …]
|
| H A D | test_mpi_mb.cpp | 68 RK_LOGI("pool id %d", pool); in unit_test_mpi_mb() 127 RK_LOGI("get poolId(%d) from mb(%p) refsCount(%d) phyAddr(%p) virAddr(%p) " in unit_test_mpi_mb() 152 RK_LOGI("looping times %d", pstCtx->s32LoopCount - loopCount); in unit_test_mpi_mb() 212 RK_LOGI("test running ok."); in main()
|
| H A D | test_mpi_aenc.cpp | 143 RK_LOGI("ai chnId: %d, selectFd:%d", (RK_S32)AdChn, params->s32DevFd); in test_init_mpi_aenc() 175 RK_LOGI("read eos frame, now send eos frame!"); in send_frame_thread() 252 RK_LOGI("get eos stream."); in receive_stream_thread() 376 RK_LOGI("start running loop count = %d", i); in main() 381 RK_LOGI("end running loop count = %d", i); in main()
|
| H A D | test_mpi_vdec.cpp | 370 RK_LOGI("get chn %d frame %d", ctx->u32ChnIndex, s32FrameCount); in mpi_get_pic() 373 RK_LOGI("chn %d reach eos frame.", ctx->u32ChnIndex); in mpi_get_pic() 389 RK_LOGI("%s out", __FUNCTION__); in mpi_get_pic() 432 RK_LOGI("ctx->s32LoopCount = %d",ctx->s32LoopCount); in mpi_send_stream() 479 RK_LOGI("chn %d input reach EOS", ctx->u32ChnIndex); in mpi_send_stream() 487 RK_LOGI("%s out\n", __FUNCTION__); in mpi_send_stream()
|
| H A D | test_mpi_ai.cpp | 174 …RK_LOGI("ai (devId: %d, chnId: %d), selectFd:%d", params->s32DevId, params->s32ChnIndex, params->s… in test_init_mpi_ai() 356 RK_LOGI("start running loop count = %d", i); in main() 361 RK_LOGI("end running loop count = %d", i); in main()
|
| H A D | test_mpi_tde.cpp | 111 RK_LOGI("get frame:%p, size:%d, bBlk:%p", pstFrame, stMbPicCalResult.u32MBSize, dstBlk); in test_tde_save_result() 420 RK_LOGI("Running mpi tde test loop count %d.", i + 1); in unit_test_mpi_tde() 626 RK_LOGI("test running ok!"); in main() 629 RK_LOGI("test runnning failed!"); in main()
|
| H A D | test_mpi_sys.cpp | 300 RK_LOGI("looping times %d", pstCtx->s32LoopCount - loopCount); in unit_test_mpi_sys() 356 RK_LOGI("test running ok."); in main()
|
| H A D | test_mpi_vpss.cpp | 189 RK_LOGI("test running ok."); in main()
|
| H A D | test_mpi_venc.cpp | 212 RK_LOGI("chn %d reach EOS stream", u32Ch); in venc_get_stream() 362 RK_LOGI("seek finish ch %d", u32Ch); in venc_send_frame() 445 RK_LOGI("chn %d reach EOS.", u32Ch); in venc_send_frame()
|
| H A D | test_mpi_vi.cpp | 413 RK_LOGI("The handle: %d, create success!", RgnHandle); in create_rgn() 467 RK_LOGI("the cover region:%d to <%d, %d, %d, %d>", in create_rgn() 509 RK_LOGI("the mosaic region:%d to <%d, %d, %d, %d>", in create_rgn() 548 RK_LOGI("Destory handle:%d success", RgnHandle); in destory_rgn()
|
| H A D | test_mpi_all.cpp | 238 RK_LOGI("chn %d input reach EOS", ctx->u32ChnIndex); in mpi_send_stream() 246 RK_LOGI("%s out\n", __FUNCTION__); in mpi_send_stream()
|
| H A D | test_mpi_vo.cpp | 278 #define Sample_Print(format, ...) RK_LOGI(format, ##__VA_ARGS__) 746 RK_LOGI("url %s", ctx->stParserCfg.srcFileUri[u32Count]); in open_config() 842 RK_LOGI("create %d vdec success", u32Ch); in creat_vdec()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/sys/ |
| H A D | test_sys_avio.cpp | 40 RK_LOGI("test dump vtsream info:"); in test_dump_vstream_info() 41 RK_LOGI("mb (%p), data(%p), fd(%d), len(%d), pts(%lld), eos(%d)", in test_dump_vstream_info()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_venc.cpp | 200 RK_LOGI("get chn %d stream %d", vencCtx->VencChn, stVencStream.u32Seq + 1); in TEST_VENC_SnapProcess() 201 RK_LOGI("chn %d reach EOS stream", vencCtx->VencChn); in TEST_VENC_SnapProcess() 242 … RK_LOGI("get chn %d stream %d", pstThreadInfo->stVencCtx.VencChn, stVencStream.u32Seq + 1); in TEST_VENC_GetVencStreamProc() 243 RK_LOGI("chn %d reach EOS stream", pstThreadInfo->stVencCtx.VencChn); in TEST_VENC_GetVencStreamProc() 390 RK_LOGI("chn %d reach EOS.", pstThreadInfo->stVencCtx.VencChn); in TEST_VENC_SendVencFrameProc() 398 RK_LOGI("chn %d frame %d", 0, s32FrameCount); in TEST_VENC_SendVencFrameProc()
|
| H A D | test_comm_imgproc.cpp | 779 RK_LOGI("max line diff(%d), stride(%d), diff rate act(%f) VS exp(%f)", in TEST_COMM_CompareImageFuzzy() 782 RK_LOGI("total pixel diff(%d), pixel number(%d), diff rate act(%f) VS exp(%f)", in TEST_COMM_CompareImageFuzzy()
|
| H A D | test_comm_vpss.cpp | 283 …RK_LOGI("get chn[%d] frame %p length %d", i, frameOut.stVFrame.pMbBlk, stMbPicCalResult.u32MBSize); in TEST_VPSS_Proc()
|
| /OK3568_Linux_fs/external/rockit/mpi/sdk/include/ |
| H A D | rk_debug.h | 76 #define RK_LOGI(fmt, ...) RK_TRACE(RK_DBG_INFO, fmt, ##__VA_ARGS__) macro
|