Home
last modified time | relevance | path

Searched refs:bShow (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
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()
242 RK_S32 TEST_RGN_ShowOrHide(RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_BOOL bShow) { in TEST_RGN_ShowOrHide() argument
257 stChnAttr.bShow = bShow; in TEST_RGN_ShowOrHide()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp118 RK_BOOL bShow; in test_rgn_overlay_process() local
150 stRgnChnAttr.bShow = RK_TRUE; in test_rgn_overlay_process()
252 bShow = RK_FALSE; in test_rgn_overlay_process()
255 s32Ret = TEST_RGN_ShowOrHide(RgnHandle, pstMppChn, bShow); in test_rgn_overlay_process()
260 RK_LOGI("Handle:%d, %s osd success", RgnHandle, bShow ? "show" : "hide"); 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()
439 stChnAttr.bShow = RK_TRUE; in test_rgn_mosaic_process()
529 stChnAttr.bShow = RK_TRUE; in test_rgn_draw_line_process()
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/app/forlinx/flapp/src/app/
H A Dmwainwindow.cpp113 void MWainWindow::setTitleBarVisible(bool bShow) in setTitleBarVisible() argument
115 m_d->bar->setVisible(bShow); in setTitleBarVisible()
H A Dmwainwindow.h17 void setTitleBarVisible(bool bShow) override;
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/
H A Diwidgetbridge.h11 virtual void setTitleBarVisible(bool bShow) =0;
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_rgn.h51 RK_S32 TEST_RGN_ShowOrHide(RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_BOOL bShow);
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_rgn.h199 RK_BOOL bShow; member