Home
last modified time | relevance | path

Searched refs:PIXEL_FORMAT_E (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_mpi_cal.h23 RK_U32 RK_MPI_CAL_VGS_GetPicVirWidth(RK_U32 u32Width, PIXEL_FORMAT_E enPixelFormat);
24 RK_U32 RK_MPI_CAL_VGS_GetPicVirHeight(RK_U32 u32Height, PIXEL_FORMAT_E enPixelFormat);
29 RK_U32 RK_MPI_CAL_COMM_GetHorStride(RK_U32 u32VirWidth, PIXEL_FORMAT_E enPixelFormat);
30 RK_U32 RK_MPI_CAL_COMM_GetVirWidth(RK_U32 u32HorStride, PIXEL_FORMAT_E enPixelFormat);
H A Drk_comm_video.h194 } PIXEL_FORMAT_E; typedef
486 PIXEL_FORMAT_E enPixelFormat;
514 PIXEL_FORMAT_E enPixelFormat;
524 PIXEL_FORMAT_E enPixelFormat; /* Bitmap's pixel format */
H A Drk_comm_vi.h138 PIXEL_FORMAT_E enPixFmt;
184 PIXEL_FORMAT_E enPixelFormat; /* RW;Pixel format */
274 PIXEL_FORMAT_E enPixFmt;
H A Drk_comm_vpss.h50 PIXEL_FORMAT_E enPixelFormat; /* RW; Pixel format of source image. */
69 PIXEL_FORMAT_E enPixelFormat; /* RW; Pixel format of target image. */
H A Drk_comm_rgn.h93 PIXEL_FORMAT_E enPixelFmt;
210 PIXEL_FORMAT_E enPixelFmt;
H A Drk_comm_vo.h292 PIXEL_FORMAT_E enPixelFormat; /* RW; the pixel format of WBC output */
355 PIXEL_FORMAT_E enPixFormat; /* RW; Pixel format of the video layer */
472 PIXEL_FORMAT_E enPixelFormat;
H A Drk_comm_pvs.h58 PIXEL_FORMAT_E enPixelFormat;
H A Drk_comm_tde.h56 PIXEL_FORMAT_E enColorFmt; /* <Color format */
H A Drk_comm_vgs.h85 PIXEL_FORMAT_E enPixelFmt; /* Pixel format of osd */
H A Drk_comm_ivs.h47 PIXEL_FORMAT_E enPixelFormat;
H A Drk_comm_vdec.h56 PIXEL_FORMAT_E enPixelFormat; /* RW; out put pixel format */
/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);
59 RK_S32 TEST_RGN_LoadBmp(const RK_CHAR *filename, BITMAP_S *pstBitmap, PIXEL_FORMAT_E enBmpFmt);
61 RK_S32 TEST_RGN_CreateBmp(RK_U32 u32Width, RK_U32 u32Height, PIXEL_FORMAT_E enBmpFmt, BITMAP_S *pst…
H A Dtest_comm_avs.h74 PIXEL_FORMAT_E enSrcPixFormat;
79 PIXEL_FORMAT_E enDstPixFormat;
H A Dtest_comm_imgproc.h32 RK_U32 hor_stride, RK_U32 ver_stride, PIXEL_FORMAT_E fmt,
H A Dtest_comm_venc.h37 PIXEL_FORMAT_E enPixFmt;
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_mod_vpss.cpp48 pstVpssGrpAttr->enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat; in TEST_VPSS_InitAttr()
57 pstVpssChnAttrs[i].enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32DstPixFormat; in TEST_VPSS_InitAttr()
77 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat; in TEST_VPSS_CreatePool()
299 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat; in TEST_VPSS_ModSendFrame()
315 (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat), in TEST_VPSS_ModSendFrame()
317 (PIXEL_FORMAT_E)pstCtx->s32SrcPixFormat, 1); in TEST_VPSS_ModSendFrame()
H A Dtest_comm_vpss.cpp230 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->stProcCtx.u32RawPixelFmt; in TEST_VPSS_Proc()
254 (PIXEL_FORMAT_E)pstCtx->stProcCtx.u32RawPixelFmt), in TEST_VPSS_Proc()
256 (PIXEL_FORMAT_E)pstCtx->stProcCtx.u32RawPixelFmt, in TEST_VPSS_Proc()
269 frameIn.stVFrame.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->stProcCtx.u32RawPixelFmt; in TEST_VPSS_Proc()
H A Dtest_comm_rgn.cpp37 PIXEL_FORMAT_E enFmt, const MPP_CHN_S *pstChn, RK_U32 u32ChnNum) { in TEST_RGN_CreateOverlayAndAttach()
325 RK_S32 TEST_RGN_LoadBmp(const RK_CHAR *filename, BITMAP_S *pstBitmap, PIXEL_FORMAT_E enBmpFmt) { in TEST_RGN_LoadBmp()
369 pstBitmap->enPixelFormat = (PIXEL_FORMAT_E)enBmpFmt; in TEST_RGN_LoadBmp()
374 RK_S32 TEST_RGN_CreateBmp(RK_U32 u32Width, RK_U32 u32Height, PIXEL_FORMAT_E enBmpFmt, BITMAP_S *pst… in TEST_RGN_CreateBmp()
H A Dtest_comm_vgs.cpp47 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)u32DstPixelFormat; in TEST_VGS_Save_DstFrame()
106 PIXEL_FORMAT_E u32SrcPixelFormat = pstCtx->stImgIn.stVFrame.enPixelFormat; in TEST_VGS_LoadSrcFrame()
153 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)u32DstPixelFormat; in TEST_VGS_CreateDstFrame()
H A Dtest_comm_tde.cpp47 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)u32DstPixelFormat; in TEST_TDE_Save_DstFrame()
144 PIXEL_FORMAT_E u32SrcPixelFormat = pstCtx->pstSrc.enColorFmt; in TEST_TDE_LoadSrcFrame()
199 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)u32DstPixelFormat; in TEST_TDE_CreateDstFrame()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vgs.cpp136 videoFrameIn.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_scale_task()
145 stDstPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32DstPixFormat; in unit_test_vgs_generate_scale_task()
161 videoFrameOut.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32DstPixFormat; in unit_test_vgs_generate_scale_task()
192 videoFrameIn.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_rotation_task()
208 stDstPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32DstPixFormat; in unit_test_vgs_generate_rotation_task()
221 videoFrameOut.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32DstPixFormat; in unit_test_vgs_generate_rotation_task()
252 videoFrameIn.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_crop_task()
262 stDstPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32DstPixFormat; in unit_test_vgs_generate_crop_task()
277 videoFrameOut.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32DstPixFormat; in unit_test_vgs_generate_crop_task()
337 videoFrameOut.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32SrcPixFormat; in unit_test_vgs_generate_cover_task_array()
[all …]
H A Dtest_mpi_rgn.cpp125 stRgnAttr.unAttr.stOverlay.enPixelFmt = (PIXEL_FORMAT_E)pstRgnCtx->u32BmpFormat; in test_rgn_overlay_process()
176 (PIXEL_FORMAT_E)pstRgnCtx->u32BmpFormat); in test_rgn_overlay_process()
652 stGrpAttr.enPixelFormat = (PIXEL_FORMAT_E)pstRgnCtx->u32RawFormat; in unit_test_mpi_rgn_vpss()
659 stChnAttr.enPixelFormat = (PIXEL_FORMAT_E)pstRgnCtx->u32RawFormat; in unit_test_mpi_rgn_vpss()
H A Dtest_mpi_vo.cpp118 PIXEL_FORMAT_E format;
379 static PIXEL_FORMAT_E Sample_wbc_formt(RK_S32 format) { in Sample_wbc_formt()
1439 PIXEL_FORMAT_E enPixelFormat, in Sample_VO_SetVFrame()
1623 PIXEL_FORMAT_E video_format; in Sample_VO_Demo_Video_Mosaic()
1748 PIXEL_FORMAT_E plane_format; in Sample_VO_Demo_UI()
1894 PIXEL_FORMAT_E video_format; in Sample_VO_Demo_Alpha()
1896 PIXEL_FORMAT_E wbc_format; in Sample_VO_Demo_Alpha()
2053 PIXEL_FORMAT_E video_format; in Sample_VO_Video_Homologous()
2055 PIXEL_FORMAT_E wbc_format; in Sample_VO_Video_Homologous()
H A Dtest_mpi_venc.cpp344 (PIXEL_FORMAT_E)pstCtx->u32SrcPixFormat, s32FrameCount); in venc_send_frame()
400 stFrame.stVFrame.enPixelFormat = (PIXEL_FORMAT_E)pstCtx->u32SrcPixFormat; in venc_send_frame()
494 stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->u32SrcPixFormat; in unit_test_mpi_venc()
542 stAttr.stVencAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->u32SrcPixFormat; in unit_test_mpi_venc()
H A Dtest_mpi_vdec.cpp226 stVdecParam.stVdecPictureParam.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32OutputPixFmt; in mpi_create_vdec()
256 stVdecPicBufAttr.stPicBufAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->s32OutputPixFmt; in mpi_create_vdec()

12