Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vpss.cpp79 ctx.s32SrcPixFormat = RK_FMT_YUV420SP; in main()
81 ctx.s32DstPixFormat = RK_FMT_YUV420SP; in main()
H A Dtest_mpi_all.cpp117 stVdecParam.stVdecPictureParam.enPixelFormat = RK_FMT_YUV420SP; in mpi_create_vdec()
497 stAttr.stVencAttr.enPixelFormat = RK_FMT_YUV420SP; in create_venc()
539 stGrpVpssAttr.enPixelFormat = RK_FMT_YUV420SP; in create_vpss()
553 stVpssChnAttr.enPixelFormat = RK_FMT_YUV420SP; in create_vpss()
H A Dtest_mpi_avs.cpp347 pstVpssCtx.stGrpVpssAttr.enPixelFormat = RK_FMT_YUV420SP; in test_avs_vpss_venc_loop()
354 pstVpssCtx.stVpssChnAttr[i].enPixelFormat = RK_FMT_YUV420SP; in test_avs_vpss_venc_loop()
379 stPicBufAttr.enPixelFormat = RK_FMT_YUV420SP; in test_avs_vpss_venc_loop()
388 pstVencCtx[i].stAttr.stVencAttr.enPixelFormat = RK_FMT_YUV420SP; in test_avs_vpss_venc_loop()
H A Dtest_mpi_vi.cpp355 stPicBufAttr.enPixelFormat = RK_FMT_YUV420SP; in readFromPic()
379 buffer->enPixelFormat = RK_FMT_YUV420SP; in readFromPic()
386 ctx->width, ctx->height, stMbPicCalResult.u32MBSize, RK_FMT_YUV420SP); in readFromPic()
798 ctx->stVpssCfg.stGrpVpssAttr.enPixelFormat = RK_FMT_YUV420SP; in test_vi_bind_vpss_venc_loop()
805 ctx->stVpssCfg.stVpssChnAttr[i].enPixelFormat = RK_FMT_YUV420SP; in test_vi_bind_vpss_venc_loop()
1246 pstViCtx[i]->stChnAttr.enPixelFormat = RK_FMT_YUV420SP; in test_vi_muti_vi_loop()
1374 ctx->stChnAttr.enPixelFormat = RK_FMT_YUV420SP; in main()
H A Dtest_mpi_vo.cpp123 {1, RK_FMT_YUV420SP},
390 return RK_FMT_YUV420SP; in Sample_wbc_formt()
553 stLayerAttr.enPixFormat = RK_FMT_YUV420SP; in mpi_vo_init_sample()
620 stLayerAttr.enPixFormat = RK_FMT_YUV420SP; in mpi_vo_init_sample()
1142 case RK_FMT_YUV420SP: in Sample_VO_GetPictureData()
1170 if (pstFrameInfo->enPixelFormat == RK_FMT_YUV420SP || in Sample_VO_GetPictureData()
2391 ctx->stWbcCfg.stWbcAttr.enPixelFormat = RK_FMT_YUV420SP; in init_cfg()
2463 "e.g.(0: ARGB8888 1: ABGR888 2: RGB888 3: BGR888 4: RK_FMT_YUV420SP)." in main()
H A Dtest_mpi_vgs.cpp353 RK_U32 u32OsdPixFormat = RK_FMT_YUV420SP; in unit_test_set_vgs_osd_array_info()
385 pstOsd[i].enPixelFmt = RK_FMT_YUV420SP; in unit_test_set_vgs_osd_array_info()
1012 ctx.s32SrcPixFormat = RK_FMT_YUV420SP; in main()
1014 ctx.s32DstPixFormat = RK_FMT_YUV420SP; in main()
H A Dtest_mpi_vdec.cpp94 case RK_FMT_YUV420SP : { in dump_frame_to_file()
680 ctx.s32OutputPixFmt = (RK_S32)RK_FMT_YUV420SP; in main()
H A Dtest_mpi_tde.cpp509 ctx.stSrcSurface.enColorFmt = RK_FMT_YUV420SP; in main()
511 ctx.stDstSurface.enColorFmt = RK_FMT_YUV420SP; in main()
H A Dtest_mpi_rgn.cpp599 stVencCtx.enPixFmt = RK_FMT_YUV420SP; in unit_test_mpi_rgn_venc()
746 stRgnCtx.u32RawFormat = RK_FMT_YUV420SP; in main()
H A Dtest_mpi_venc.cpp122 case RK_FMT_YUV420SP: { in read_image()
855 ctx.u32SrcPixFormat = RK_FMT_YUV420SP; in main()
H A Dtest_mpi_gdc.cpp238 case RK_FMT_YUV420SP: in read_image()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_video.h128 RK_FMT_YUV420SP = RK_VIDEO_FMT_YUV, /* YYYY... UV... */ enumerator
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_imgproc.cpp481 case RK_FMT_YUV420SP : { in TEST_COMM_FillImage()