Home
last modified time | relevance | path

Searched refs:COMPRESS_MODE_NONE (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_avs.cpp250 if (COMPRESS_MODE_NONE == pstBufAttr.enCompMode) { in TEST_AVS_ModGetFrameFromPool()
271 if (COMPRESS_MODE_NONE == pstBufAttr.enCompMode) { in TEST_AVS_ModGetFrameFromPool()
333 if (COMPRESS_MODE_NONE == pstBufAttr.enCompMode) { in TEST_AVS_ModCreateFrame()
352 if (COMPRESS_MODE_NONE == pstBufAttr.enCompMode) { in TEST_AVS_ModCreateFrame()
625 pstAvsChnAttrs[i].enCompressMode = COMPRESS_MODE_NONE; in TEST_AVS_InitAttr_Blend_Lut()
680 pstAvsChnAttrs[i].enCompressMode = COMPRESS_MODE_NONE; in TEST_AVS_InitAttr_Blend_Calib()
716 pstAvsChnAttrs[i].enCompressMode = COMPRESS_MODE_NONE; in TEST_AVS_InitAttr_NoBlend()
H A Dtest_comm_vpss.cpp229 stPicBufAttr.enCompMode = COMPRESS_MODE_NONE; in TEST_VPSS_Proc()
270 frameIn.stVFrame.enCompressMode = COMPRESS_MODE_NONE; in TEST_VPSS_Proc()
H A Dtest_comm_rgn.cpp383 stBuffAttr.enCompMode = COMPRESS_MODE_NONE; in TEST_RGN_CreateBmp()
H A Dtest_comm_venc.cpp318 stPicBufAttr.enCompMode = COMPRESS_MODE_NONE; in TEST_VENC_SendVencFrameProc()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_all.cpp119 stVdecParam.stVdecVideoParam.enCompressMode = COMPRESS_MODE_NONE; in mpi_create_vdec()
465 stChnAttr.enCompressMode = COMPRESS_MODE_NONE; in create_vi()
542 stGrpVpssAttr.enCompressMode = COMPRESS_MODE_NONE; in create_vpss()
558 stVpssChnAttr.enCompressMode = COMPRESS_MODE_NONE; in create_vpss()
H A Dtest_mpi_tde.cpp510 ctx.stSrcSurface.enComprocessMode = COMPRESS_MODE_NONE; in main()
512 ctx.stDstSurface.enComprocessMode = COMPRESS_MODE_NONE; in main()
H A Dtest_mpi_vi.cpp354 stPicBufAttr.enCompMode = COMPRESS_MODE_NONE; in readFromPic()
382 buffer->enCompressMode = COMPRESS_MODE_NONE; in readFromPic()
801 ctx->stVpssCfg.stGrpVpssAttr.enCompressMode = COMPRESS_MODE_NONE; in test_vi_bind_vpss_venc_loop()
810 ctx->stVpssCfg.stVpssChnAttr[i].enCompressMode = COMPRESS_MODE_NONE; in test_vi_bind_vpss_venc_loop()
H A Dtest_mpi_rgn.cpp653 stGrpAttr.enCompressMode = COMPRESS_MODE_NONE; in unit_test_mpi_rgn_vpss()
657 stChnAttr.enCompressMode = COMPRESS_MODE_NONE; in unit_test_mpi_rgn_vpss()
H A Dtest_mpi_vdec.cpp675 ctx.u32CompressMode = COMPRESS_MODE_NONE; // Suggest::COMPRESS_AFBC_16x16; in main()
H A Dtest_mpi_avs.cpp350 pstVpssCtx.stGrpVpssAttr.enCompressMode = COMPRESS_MODE_NONE; in test_avs_vpss_venc_loop()
H A Dtest_mpi_vo.cpp2366 ctx->u32WbcCompressMode = COMPRESS_MODE_NONE; in init_cfg()
2395 ctx->stWbcCfg.stWbcAttr.enCompressMode = COMPRESS_MODE_NONE; in init_cfg()
H A Dtest_mpi_vgs.cpp354 RK_U32 u32OsdCompressMode = COMPRESS_MODE_NONE; in unit_test_set_vgs_osd_array_info()
H A Dtest_mpi_gdc.cpp1200 stLineFrame.stVFrame.enCompressMode = COMPRESS_MODE_NONE; in test_mpi_gdc_api()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_video.h221 COMPRESS_MODE_NONE = 0, /* no compress */ enumerator