Home
last modified time | relevance | path

Searched refs:RK_TRUE (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_venc.cpp195 RK_MPI_SYS_MmzFlushCache(stVencStream.pstPack->pMbBlk, RK_TRUE); in TEST_VENC_SnapProcess()
199 if (stVencStream.pstPack->bStreamEnd == RK_TRUE) { in TEST_VENC_SnapProcess()
232 while (RK_TRUE == pstThreadInfo->bThreadStart) { in TEST_VENC_GetVencStreamProc()
237 RK_MPI_SYS_MmzFlushCache(stVencStream.pstPack->pMbBlk, RK_TRUE); in TEST_VENC_GetVencStreamProc()
241 if (stVencStream.pstPack->bStreamEnd == RK_TRUE) { in TEST_VENC_GetVencStreamProc()
269 gGSThread[vencCtx->VencChn].bThreadStart = RK_TRUE; in TEST_VENC_StartGetStream()
283 if (RK_TRUE == gGSThread[VencChn].bThreadStart) { in TEST_VENC_StopGetStream()
332 while (RK_TRUE == pstThreadInfo->bThreadStart) { in TEST_VENC_SendVencFrameProc()
333 blk = RK_MPI_MB_GetMB(pstThreadInfo->pool, u32BufferSize, RK_TRUE); in TEST_VENC_SendVencFrameProc()
414 gSFThread[vencCtx->VencChn].bThreadStart = RK_TRUE; in TEST_VENC_StartSendFrame()
[all …]
H A Dtest_comm_vpss.cpp196 stRotationEx.bEnable = RK_TRUE; in TEST_VPSS_SetChnRotationEx()
206 if (stRotationEx.bEnable != RK_TRUE in TEST_VPSS_SetChnRotationEx()
238 while (pstCtx->bThreadStart == RK_TRUE) { in TEST_VPSS_Proc()
285 RK_MPI_SYS_MmzFlushCache(frameOut.stVFrame.pMbBlk, RK_TRUE); in TEST_VPSS_Proc()
320 gProcThread[VpssGrp].bThreadStart = RK_TRUE; in TEST_VPSS_StartProc()
335 if (RK_TRUE == gProcThread[VpssGrp].bThreadStart) { in TEST_VPSS_StopProc()
H A Dtest_comm_vdec.cpp121 stStream.bBypassMbBlk = RK_TRUE; in TEST_VDEC_SendStreamProc()
146 gSendStremThread[VdecChn].bThreadStart = RK_TRUE; in TEST_VDEC_StartSendStream()
159 if (RK_TRUE == gSendStremThread[VdecChn].bThreadStart) { in TEST_VENC_StopSendFrame()
H A Dtest_comm_rgn.cpp58 stRgnChnAttr.bShow = RK_TRUE; in TEST_RGN_CreateOverlayAndAttach()
95 stRgnChnAttr.bShow = RK_TRUE; in TEST_RGN_CreateCoverAndAttach()
128 stRgnChnAttr.bShow = RK_TRUE; in TEST_RGN_CreateMosaicAndAttach()
161 stRgnChnAttr.bShow = RK_TRUE; in TEST_RGN_CreateLineAndAttach()
H A Dtest_comm_sys.cpp480 RK_BOOL bDiff = RK_TRUE; in TEST_SYS_FuzzyCompareFrameByFile()
523 RK_BOOL bDiff = RK_TRUE; in TEST_SYS_FuzzyCompareFrame()
H A Dtest_comm_utils.cpp210 RK_MPI_SYS_MmzFlushCache(pstVideoFrame->stVFrame.pMbBlk, RK_TRUE); in TEST_COMM_FileWriteOneFrame()
H A Dtest_comm_avs.cpp188 stMbPoolCfg.bPreAlloc = RK_TRUE; in TEST_AVS_ModCreateFramePool()
236 blk = RK_MPI_MB_GetMB(pstCtx->srcVFramePools[AvsPipe], u32BufferSize, RK_TRUE); in TEST_AVS_ModGetFrameFromPool()
561 if (RK_TRUE == pstCtx->bGrpExSize) { in TEST_AVS_InitAttr()
H A Dtest_mod_vpss.cpp88 stMbPoolCfg.bPreAlloc = RK_TRUE; in TEST_VPSS_CreatePool()
H A Dtest_comm_tde.cpp126 s32Ret = RK_TDE_EndJob(jobHandle, RK_FALSE, RK_TRUE, 10); in TEST_TDE_EndJob()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp211 if (stFrame.pstPack->bStreamEnd == RK_TRUE) { in venc_get_stream()
313 blk = RK_MPI_MB_GetMB(pool, pstCtx->u32BufferSize, RK_TRUE); in venc_send_frame()
420 stUser.stUserRcInfo.bQpMapValid = RK_TRUE; in venc_send_frame()
517 stMbPoolCfg.bPreAlloc = RK_TRUE; in unit_test_mpi_venc()
611 stMbPoolCfg.bPreAlloc = RK_TRUE; // this must prealloc if attach enc output in unit_test_mpi_venc()
650 stRoiAttr.bEnable = RK_TRUE; in unit_test_mpi_venc()
651 stRoiAttr.bAbsQp = i % 2 ? RK_FALSE : RK_TRUE; in unit_test_mpi_venc()
653 stRoiAttr.bIntra = i % 2 ? RK_TRUE : RK_FALSE; in unit_test_mpi_venc()
700 stIntraRefresh.bRefreshEnable = RK_TRUE; in unit_test_mpi_venc()
709 stHierarchicalQp.bHierarchicalQpEn = RK_TRUE; in unit_test_mpi_venc()
[all …]
H A Dtest_mpi_rgn.cpp150 stRgnChnAttr.bShow = RK_TRUE; in test_rgn_overlay_process()
158 stRgnChnAttr.unChnAttr.stOverlayChn.stQpInfo.bForceIntra = RK_TRUE; in test_rgn_overlay_process()
262 bShow = bShow ? RK_FALSE : RK_TRUE; in test_rgn_overlay_process()
315 stCoverChnAttr.bShow = RK_TRUE; in test_rgn_cover_process()
340 stCoverChnAttr.unChnAttr.stCoverChn.stQuadRangle.bSolid = RK_TRUE; in test_rgn_cover_process()
397 s32Ret = TEST_RGN_ShowOrHide(coverHandle, pstMppChn, RK_TRUE); in test_rgn_cover_process()
439 stChnAttr.bShow = RK_TRUE; in test_rgn_mosaic_process()
488 s32Ret = TEST_RGN_ShowOrHide(Handle, pstMppChn, RK_TRUE); in test_rgn_mosaic_process()
529 stChnAttr.bShow = RK_TRUE; in test_rgn_draw_line_process()
560 s32Ret = TEST_RGN_ShowOrHide(Handle, pstMppChn, RK_TRUE); in test_rgn_draw_line_process()
H A Dtest_mpi_vdec.cpp88 RK_MPI_SYS_MmzFlushCache(pstFrame->stVFrame.pMbBlk, RK_TRUE); in dump_frame_to_file()
267 stMbPoolCfg.bPreAlloc = RK_TRUE; in mpi_create_vdec()
460 stStream.bEndOfStream = s32ReachEOS ? RK_TRUE : RK_FALSE; in mpi_send_stream()
461 stStream.bEndOfFrame = s32ReachEOS ? RK_TRUE : RK_FALSE; in mpi_send_stream()
462 stStream.bBypassMbBlk = RK_TRUE; in mpi_send_stream()
634 vdecCtx[u32Ch].threadExit = RK_TRUE; in unit_test_mpi_vdec()
679 ctx.bEnableColmv = RK_TRUE; in main()
H A Dtest_mpi_gdc.cpp482 ctx->stFisheyeAttr.bEnable = RK_TRUE; in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
484 ctx->stFisheyeAttr.bBgColor = RK_TRUE; in test_mpi_gdc_desktop_ceil_mount_1p_add_1()
544 ctx->stFisheyeAttr.bEnable = RK_TRUE; in test_mpi_gdc_desktop_ceil_mount_1_add_3()
546 ctx->stFisheyeAttr.bBgColor = RK_TRUE; in test_mpi_gdc_desktop_ceil_mount_1_add_3()
634 ctx->stFisheyeAttr.bEnable = RK_TRUE; in test_mpi_gdc_desktop_ceil_mount_1_add_8()
636 ctx->stFisheyeAttr.bBgColor = RK_TRUE; in test_mpi_gdc_desktop_ceil_mount_1_add_8()
795 ctx->stFisheyeAttr.bEnable = RK_TRUE; in test_mpi_gdc_desktop_ceil_mount_2p()
797 ctx->stFisheyeAttr.bBgColor = RK_TRUE; in test_mpi_gdc_desktop_ceil_mount_2p()
881 ctx->stFisheyeAttr.bEnable = RK_TRUE; in test_mpi_gdc_wall_mount_1p_add_3()
883 ctx->stFisheyeAttr.bBgColor = RK_TRUE; in test_mpi_gdc_wall_mount_1p_add_3()
[all …]
H A Dtest_mpi_adec.cpp165 stAudioStream.bBypassMbBlk = RK_TRUE; in send_stream_thread()
276 params->bBlock = RK_TRUE; in unit_test_mpi_adec()
H A Dtest_mpi_vo.cpp593 border.bBorderEn = RK_TRUE; in mpi_vo_init_sample()
669 border.bBorderEn = RK_TRUE; in mpi_vo_init_sample()
957 if (ctx->wbc_bind == RK_TRUE) { in wbc_process()
2001 if (ctx->wbc_bind == RK_TRUE) in Sample_VO_Demo_Alpha()
2214 if (ctx->wbc_auto == RK_TRUE) { in Sample_VO_Video_Homologous()
2216 if (ctx->wbc_bind == RK_TRUE) in Sample_VO_Video_Homologous()
2341 ctx->bDoubleScreen = RK_TRUE; in init_cfg()
2342 ctx->stVoCfg.bDoubleScreen = RK_TRUE; in init_cfg()
2362 ctx->wbc_auto = RK_TRUE; in init_cfg()
2378 ctx->bEnWbcToVO = RK_TRUE; in init_cfg()
[all...]
H A Dtest_mpi_all.cpp219 stStream.bEndOfStream = s32ReachEOS ? RK_TRUE : RK_FALSE; in mpi_send_stream()
220 stStream.bEndOfFrame = s32ReachEOS ? RK_TRUE : RK_FALSE; in mpi_send_stream()
221 stStream.bBypassMbBlk = RK_TRUE; in mpi_send_stream()
H A Dtest_mpi_ao.cpp301 RK_BOOL mute = (params->s32SetMute == 0) ? RK_FALSE : RK_TRUE; in commandThread()
344 saveFile.bCfg = RK_TRUE; in commandThread()
H A Dtest_mpi_tde.cpp112 RK_MPI_SYS_MmzFlushCache(dstBlk, RK_TRUE); in test_tde_save_result()
382 s32Ret = RK_TDE_EndJob(hHandle[u32JobIdx], RK_FALSE, RK_TRUE, 10); in test_tde_job()
H A Dtest_mpi_ai.cpp213 save.bCfg = RK_TRUE; in sendDataThread()
H A Dtest_mpi_aenc.cpp182 stAudioFrm.bBypassMbBlk = RK_TRUE; in send_frame_thread()
H A Dtest_mpi_vi.cpp426 stRgnChnAttr.bShow = RK_TRUE; in create_rgn()
433 stCoverChnAttr.bShow = RK_TRUE; in create_rgn()
476 stMoscaiChnAttr.bShow = RK_TRUE; in create_rgn()
671 ctx->stViRgn.stRgnChnAttr.bShow = RK_TRUE; in test_vi_init()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/iio/include/
H A Drkiio_common.h37 RK_TRUE = 1, enumerator
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_type.h41 RK_TRUE = 1, enumerator
H A Drk_comm_vdec.h19 #define RK_IO_BLOCK RK_TRUE
/OK3568_Linux_fs/external/rockit/mpi/example/common/tmedia/
H A Dtest_comm_tmd.cpp38 bFound = RK_TRUE; in TEST_COMM_CodecIDTmdToRK()

12