Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp37 PIXEL_FORMAT_E enFmt, const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateOverlayAndAttach() argument
65 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, &(pstChn[i]), &stRgnChnAttr); in TEST_RGN_CreateOverlayAndAttach()
77 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateCoverAndAttach() argument
98 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, &(pstChn[i]), &stRgnChnAttr); in TEST_RGN_CreateCoverAndAttach()
110 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateMosaicAndAttach() argument
131 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, &(pstChn[i]), &stRgnChnAttr); in TEST_RGN_CreateMosaicAndAttach()
143 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateLineAndAttach() argument
164 s32Ret = RK_MPI_RGN_AttachToChn(RgnHandle, &(pstChn[i]), &stRgnChnAttr); in TEST_RGN_CreateLineAndAttach()
175 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_DestroyAndDetach() argument
179 s32Ret = RK_MPI_RGN_DetachFromChn(RgnHandle, &(pstChn[i])); in TEST_RGN_DestroyAndDetach()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_rgn.h31 PIXEL_FORMAT_E enFmt, const MPP_CHN_S *pstChn, RK_U32 u32ChnNum);
35 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum);
39 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum);
43 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum);
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/sdk/include/
H A Drk_mpi_rgn.h23 RK_S32 RK_MPI_RGN_AttachToChn(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, const RGN_CHN_ATTR_S *pst…
24 RK_S32 RK_MPI_RGN_DetachFromChn(RGN_HANDLE Handle, const MPP_CHN_S *pstChn);
26 RK_S32 RK_MPI_RGN_SetDisplayAttr(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, const RGN_CHN_ATTR_S *…
27 RK_S32 RK_MPI_RGN_GetDisplayAttr(RGN_HANDLE Handle, const MPP_CHN_S *pstChn, RGN_CHN_ATTR_S *pstChn…
H A Drk_mpi_sys.h62 RK_S32 RK_MPI_SYS_SetChnInputMode(const MPP_CHN_S *pstChn, CHN_INPUT_MODE_E mode);