Home
last modified time | relevance | path

Searched refs:enType (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_rgn.cpp45 stRgnAttr.enType = OVERLAY_RGN; in TEST_RGN_CreateOverlayAndAttach()
59 stRgnChnAttr.enType = OVERLAY_RGN; in TEST_RGN_CreateOverlayAndAttach()
85 stRgnAttr.enType = COVER_RGN; in TEST_RGN_CreateCoverAndAttach()
96 stRgnChnAttr.enType = COVER_RGN; in TEST_RGN_CreateCoverAndAttach()
118 stRgnAttr.enType = MOSAIC_RGN; in TEST_RGN_CreateMosaicAndAttach()
129 stRgnChnAttr.enType = MOSAIC_RGN; in TEST_RGN_CreateMosaicAndAttach()
151 stRgnAttr.enType = LINE_RGN; in TEST_RGN_CreateLineAndAttach()
162 stRgnChnAttr.enType = LINE_RGN; in TEST_RGN_CreateLineAndAttach()
210 switch (stChnAttr.enType) { in TEST_RGN_ChangePosition()
311 if (stChnAttr.enType == COVER_RGN) { in TEST_RGN_ChangeColor()
[all …]
H A Dtest_comm_venc.cpp69 stAttr.stVencAttr.enType = vencCtx->enType; in TEST_VENC_Create()
70 if (vencCtx->enType == RK_VIDEO_ID_AVC) in TEST_VENC_Create()
72 else if (vencCtx->enType == RK_VIDEO_ID_HEVC) in TEST_VENC_Create()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_aenc.h18 RK_CODEC_ID_E enType; member
29 RK_CODEC_ID_E enType; /* audio codec id */ member
36 RK_CODEC_ID_E enType; member
H A Drk_comm_adec.h36 RK_CODEC_ID_E enType; member
58 RK_CODEC_ID_E enType; /* audio codec id */ member
80 RK_CODEC_ID_E enType; member
H A Drk_comm_vdec.h64 RK_CODEC_ID_E enType; /* RW; video type to be decoded */ member
81 RK_CODEC_ID_E enType; /* RW; video type to be decoded */ member
117 RK_CODEC_ID_E enType; /* R; video type to be decoded */ member
H A Drk_comm_rgn.h193 RGN_TYPE_E enType; /* region type */ member
200 RGN_TYPE_E enType; /* region type */ member
H A Drk_comm_af.h57 AUDIO_FILTER_TYPE_E enType; member
H A Drk_comm_venc.h359 RK_CODEC_ID_E enType; member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_rgn.cpp124 stRgnAttr.enType = OVERLAY_RGN; in test_rgn_overlay_process()
151 stRgnChnAttr.enType = OVERLAY_RGN; in test_rgn_overlay_process()
308 stCoverAttr.enType = COVER_RGN; in test_rgn_cover_process()
316 stCoverChnAttr.enType = COVER_RGN; in test_rgn_cover_process()
432 stAttr.enType = MOSAIC_RGN; in test_rgn_mosaic_process()
440 stChnAttr.enType = MOSAIC_RGN; in test_rgn_mosaic_process()
522 stAttr.enType = LINE_RGN; in test_rgn_draw_line_process()
530 stChnAttr.enType = LINE_RGN; in test_rgn_draw_line_process()
600 stVencCtx.enType = RK_VIDEO_ID_AVC; in unit_test_mpi_rgn_venc()
H A Dtest_mpi_venc.cpp540 stAttr.stVencAttr.enType = (RK_CODEC_ID_E)ctx->u32DstCodec; in unit_test_mpi_venc()
559 if (stAttr.stVencAttr.enType == RK_VIDEO_ID_JPEG) { in unit_test_mpi_venc()
640 if (stAttr.stVencAttr.enType == RK_VIDEO_ID_JPEG) { in unit_test_mpi_venc()
674 if (stAttr.stVencAttr.enType == RK_VIDEO_ID_AVC) { in unit_test_mpi_venc()
679 } else if (stAttr.stVencAttr.enType == RK_VIDEO_ID_HEVC) { in unit_test_mpi_venc()
717 if (ctx->bMjpegParam && stAttr.stVencAttr.enType == RK_VIDEO_ID_MJPEG) { in unit_test_mpi_venc()
728 if (ctx->bMjpegRcParam && stAttr.stVencAttr.enType == RK_VIDEO_ID_MJPEG) { in unit_test_mpi_venc()
H A Dtest_mpi_vi.cpp230 void init_venc_cfg(TEST_VI_CTX_S *ctx, RK_U32 u32Ch, RK_CODEC_ID_E enType) { in init_venc_cfg() argument
231 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.enType = enType; in init_venc_cfg()
427 stRgnChnAttr.enType = rgnType; in create_rgn()
434 stCoverChnAttr.enType = COVER_RGN; in create_rgn()
477 stMoscaiChnAttr.enType = MOSAIC_RGN; in create_rgn()
670 ctx->stViRgn.stRgnAttr.enType = (RGN_TYPE_E)ctx->rgnType; in test_vi_init()
H A Dtest_mpi_sys.cpp84 pstChnAttr->enType = RK_AUDIO_ID_ADPCM_G726; in test_adec_create_chn_attr()
H A Dtest_mpi_adec.cpp108 stAdecAttr.enType = (RK_CODEC_ID_E)codecId; in test_init_mpi_adec()
H A Dtest_mpi_aenc.cpp128 stAencAttr.enType = (RK_CODEC_ID_E)codecId; in test_init_mpi_aenc()
H A Dtest_mpi_all.cpp104 stAttr.enType = ctx->enCodecId; in mpi_create_vdec()
496 stAttr.stVencAttr.enType = RK_VIDEO_ID_AVC; in create_venc()
H A Dtest_mpi_avs.cpp396 pstVencCtx[i].stAttr.stVencAttr.enType = RK_VIDEO_ID_AVC; in test_avs_vpss_venc_loop()
402 pstVencCtx[i].stAttr.stVencAttr.enType = RK_VIDEO_ID_HEVC; in test_avs_vpss_venc_loop()
H A Dtest_mpi_vdec.cpp209 stAttr.enType = ctx->enCodecId; in mpi_create_vdec()
H A Dtest_mpi_vo.cpp808 pstAttr.enType = ctx->stParserCfg.enCodecId; in creat_vdec()
816 RK_LOGE(R"(enMode %d enType %d u32PicWidth %d u32PicHeight %d \ in creat_vdec()
818 pstAttr.enMode, pstAttr.enType, pstAttr.u32PicWidth, pstAttr.u32PicHeight, \ in creat_vdec()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_venc.h35 RK_CODEC_ID_E enType; member