Home
last modified time | relevance | path

Searched refs:MPP_CHN_S (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_sys.cpp60 MPP_CHN_S stSrcChn; in TEST_SYS_AvsUnbindVenc()
61 MPP_CHN_S stDestChn; in TEST_SYS_AvsUnbindVenc()
83 MPP_CHN_S stSrcChn; in TEST_SYS_AvsBindVpss()
84 MPP_CHN_S stDestChn; in TEST_SYS_AvsBindVpss()
105 MPP_CHN_S stSrcChn; in TEST_SYS_AvsUnbindVpss()
106 MPP_CHN_S stDestChn; in TEST_SYS_AvsUnbindVpss()
127 MPP_CHN_S stSrcChn; in TEST_SYS_AvsBindVo()
128 MPP_CHN_S stDestChn; in TEST_SYS_AvsBindVo()
149 MPP_CHN_S stSrcChn; in TEST_SYS_AvsUnbindVo()
150 MPP_CHN_S stDestChn; in TEST_SYS_AvsUnbindVo()
[all …]
H A Dtest_comm_rgn.cpp37 PIXEL_FORMAT_E enFmt, const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateOverlayAndAttach()
77 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateCoverAndAttach()
110 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateMosaicAndAttach()
143 const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateLineAndAttach()
175 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_DestroyAndDetach()
195 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_S32 s32X, RK_S32 s32Y) { in TEST_RGN_ChangePosition()
242 RK_S32 TEST_RGN_ShowOrHide(RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_BOOL bShow) { in TEST_RGN_ShowOrHide()
269 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32FgAlpha, RK_U32 u32BgAlpha) { in TEST_RGN_ChangeAlpha()
296 RGN_HANDLE RgnHandle, const MPP_CHN_S *pstChn, RK_U32 u32Color) { in TEST_RGN_ChangeColor()
/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_sys.h22 RK_S32 RK_MPI_SYS_Bind(const MPP_CHN_S *pstSrcChn, const MPP_CHN_S *pstDestChn);
23 RK_S32 RK_MPI_SYS_UnBind(const MPP_CHN_S *pstSrcChn, const MPP_CHN_S *pstDestChn);
25 RK_S32 RK_MPI_SYS_GetBindbyDest(const MPP_CHN_S *pstDestChn, MPP_CHN_S *pstSrcChn);
26 RK_S32 RK_MPI_SYS_GetBindbySrc(const MPP_CHN_S *pstSrcChn, MPP_BIND_DEST_S *pstBindDest);
62 RK_S32 RK_MPI_SYS_SetChnInputMode(const MPP_CHN_S *pstChn, CHN_INPUT_MODE_E mode);
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_comm_sys.h50 MPP_CHN_S astMppChn[BIND_DEST_MAXNUM];
H A Drk_common.h122 } MPP_CHN_S; typedef
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_sys.cpp165 MPP_CHN_S stSrcChn, stDstChn; in test_bind_adec_ao()
183 MPP_CHN_S stSrcChn, stDstChn; in test_unbind_adec_ao()
198 MPP_CHN_S stSrcChn; in test_mpi_sys_get_bind_by_src()
201 memset(&stSrcChn, 0, sizeof(MPP_CHN_S)); in test_mpi_sys_get_bind_by_src()
209 MPP_CHN_S *pstDstChn = &pstBindDest.astMppChn[i]; in test_mpi_sys_get_bind_by_src()
222 MPP_CHN_S stSrcChn; in test_mpi_sys_get_bind_by_dest()
223 MPP_CHN_S stDstChn; in test_mpi_sys_get_bind_by_dest()
225 memset(&stSrcChn, 0, sizeof(MPP_CHN_S)); in test_mpi_sys_get_bind_by_dest()
226 memset(&stDstChn, 0, sizeof(MPP_CHN_S)); in test_mpi_sys_get_bind_by_dest()
H A Dtest_mpi_rgn.cpp109 RK_S32 test_rgn_overlay_process(TEST_RGN_CTX_S *pstRgnCtx, MPP_CHN_S *pstMppChn) { in test_rgn_overlay_process()
297 RK_S32 test_rgn_cover_process(TEST_RGN_CTX_S *pstRgnCtx, MPP_CHN_S *pstMppChn) { in test_rgn_cover_process()
421 RK_S32 test_rgn_mosaic_process(TEST_RGN_CTX_S *pstRgnCtx, MPP_CHN_S *pstMppChn) { in test_rgn_mosaic_process()
511 RK_S32 test_rgn_draw_line_process(TEST_RGN_CTX_S *pstRgnCtx, MPP_CHN_S *pstMppChn) { in test_rgn_draw_line_process()
588 MPP_CHN_S stMppChn; in unit_test_mpi_rgn_venc()
637 MPP_CHN_S stMppChn; in unit_test_mpi_rgn_vpss()
H A Dtest_mpi_vo.cpp848 MPP_CHN_S stSrcChn, stDstChn; in screen1_process()
886 MPP_CHN_S stSrcChn, stDstChn; in screen0_process()
923 MPP_CHN_S stSrcChn, stDstChn; in wbc_process()
980 MPP_CHN_S stSrcChn, stDstChn; in unit_mpi_voplay_test()
1461 MPP_CHN_S stSrcChn, stDestChn; in Sample_VO_BindVoWbc()
1475 MPP_CHN_S stSrcChn, stDestChn; in Sample_VO_UnBindVoWbc()
H A Dtest_mpi_vi.cpp396 MPP_CHN_S stMppChn; in create_rgn()
704 MPP_CHN_S stSrcChn, stDestChn; in test_vi_bind_vo_loop()
781 MPP_CHN_S stViChn, stVencChn[TEST_VENC_MAX], stVpssChn; in test_vi_bind_vpss_venc_loop()
938 MPP_CHN_S stSrcChn, stDestChn[TEST_VENC_MAX]; in test_vi_bind_venc_loop()
H A Dtest_mpi_vdec.cpp575 MPP_CHN_S stSrcChn, stDestChn; in unit_test_mpi_vdec()
H A Dtest_mpi_all.cpp612 MPP_CHN_S stSrcChn, stDestChn; in unit_test_mpi_all()