Home
last modified time | relevance | path

Searched refs:RgnHandle (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp36 RGN_HANDLE RgnHandle, RK_U32 u32Width, RK_U32 u32Height, in TEST_RGN_CreateOverlayAndAttach() argument
50 s32Ret = RK_MPI_RGN_Create(RgnHandle, &stRgnAttr); in TEST_RGN_CreateOverlayAndAttach()
52 RK_LOGE("RK_MPI_RGN_Create (%d) failed with %#x!", RgnHandle, s32Ret); in TEST_RGN_CreateOverlayAndAttach()
53 RK_MPI_RGN_Destroy(RgnHandle); in TEST_RGN_CreateOverlayAndAttach()
65 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, &(pstChn[i]), &stRgnChnAttr); in TEST_RGN_CreateOverlayAndAttach()
67 RK_LOGE("RK_MPI_RGN_AttachToChn (%d) failed with %#x!", RgnHandle, s32Ret); in TEST_RGN_CreateOverlayAndAttach()
76 RGN_HANDLE RgnHandle, const COVER_CHN_ATTR_S *pstCoverAttr, in TEST_RGN_CreateCoverAndAttach() argument
87 s32Ret = RK_MPI_RGN_Create(RgnHandle, &stRgnAttr); in TEST_RGN_CreateCoverAndAttach()
89 RK_LOGE("RK_MPI_RGN_Create (%d) failed with %#x!", RgnHandle, s32Ret); in TEST_RGN_CreateCoverAndAttach()
90 RK_MPI_RGN_Destroy(RgnHandle); in TEST_RGN_CreateCoverAndAttach()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_rgn.h30 RGN_HANDLE RgnHandle, RK_U32 u32Width, RK_U32 u32Height,
34 RGN_HANDLE RgnHandle, const COVER_CHN_ATTR_S *pstCoverAttr,
38 RGN_HANDLE RgnHandle, const MOSAIC_CHN_ATTR_S *pstMosaicAttr,
42 RGN_HANDLE RgnHandle, const LINE_CHN_ATTR_S *pstLineAttr,
46 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32ChnNum);
49 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_S32 s32X, RK_S32 s32Y);
51 RK_S32 TEST_RGN_ShowOrHide(RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_BOOL bShow);
54 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32FgAlpha, RK_U32 u32BgAlpha);
57 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32Color);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp111 RGN_HANDLE RgnHandle = 0; in test_rgn_overlay_process() local
132 RgnHandle = i; in test_rgn_overlay_process()
134 s32Ret = RK_MPI_RGN_Create(RgnHandle, &stRgnAttr); in test_rgn_overlay_process()
136 RK_LOGE("RK_MPI_RGN_Create (%d) failed with %#x!", RgnHandle, s32Ret); in test_rgn_overlay_process()
137 RK_MPI_RGN_Destroy(RgnHandle); in test_rgn_overlay_process()
140 RK_LOGI("The handle: %d, create success!", RgnHandle); in test_rgn_overlay_process()
147 RgnHandle = i; in test_rgn_overlay_process()
161 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, pstMppChn, &stRgnChnAttr); in test_rgn_overlay_process()
163 RK_LOGE("RK_MPI_RGN_AttachToChn (%d) failed with %#x!", RgnHandle, s32Ret); in test_rgn_overlay_process()
183 RgnHandle = i; in test_rgn_overlay_process()
[all …]
H A Dtest_mpi_vi.cpp395 RGN_HANDLE RgnHandle = 0; in create_rgn() local
406 RgnHandle = i; in create_rgn()
407 s32Ret = RK_MPI_RGN_Create(RgnHandle, &ctx->stViRgn.stRgnAttr); in create_rgn()
409 RK_LOGE("RK_MPI_RGN_Create (%d) failed with %#x!", RgnHandle, s32Ret); in create_rgn()
410 RK_MPI_RGN_Destroy(RgnHandle); in create_rgn()
413 RK_LOGI("The handle: %d, create success!", RgnHandle); in create_rgn()
423 RgnHandle = i; in create_rgn()
443 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, &stMppChn, &stCoverChnAttr); in create_rgn()
448 s32Ret = RK_MPI_RGN_GetDisplayAttr(RgnHandle, &stMppChn, &stCoverChnAttr); in create_rgn()
461 s32Ret = RK_MPI_RGN_SetDisplayAttr(RgnHandle, &stMppChn, &stCoverChnAttr); in create_rgn()
[all …]