Home
last modified time | relevance | path

Searched refs:stVencAttr (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_venc.cpp69 stAttr.stVencAttr.enType = vencCtx->enType; in TEST_VENC_Create()
71 stAttr.stVencAttr.u32Profile = H264E_PROFILE_HIGH; in TEST_VENC_Create()
73 stAttr.stVencAttr.u32Profile = H265E_PROFILE_MAIN; in TEST_VENC_Create()
74 stAttr.stVencAttr.enPixelFormat = vencCtx->enPixFmt; in TEST_VENC_Create()
75 stAttr.stVencAttr.u32PicWidth = vencCtx->u32Width; in TEST_VENC_Create()
76 stAttr.stVencAttr.u32PicHeight = vencCtx->u32Height; in TEST_VENC_Create()
77 stAttr.stVencAttr.u32VirWidth = vencCtx->u32Width; in TEST_VENC_Create()
78 stAttr.stVencAttr.u32VirHeight = vencCtx->u32Height; in TEST_VENC_Create()
79 stAttr.stVencAttr.u32StreamBufCnt = vencCtx->u32StreamBufCnt; in TEST_VENC_Create()
80 stAttr.stVencAttr.u32BufSize = vencCtx->u32Width * vencCtx->u32Height; in TEST_VENC_Create()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp540 stAttr.stVencAttr.enType = (RK_CODEC_ID_E)ctx->u32DstCodec; in unit_test_mpi_venc()
541 stAttr.stVencAttr.u32Profile = H264E_PROFILE_HIGH; in unit_test_mpi_venc()
542 stAttr.stVencAttr.enPixelFormat = (PIXEL_FORMAT_E)ctx->u32SrcPixFormat; in unit_test_mpi_venc()
543 stAttr.stVencAttr.u32PicWidth = ctx->u32SrcWidth; in unit_test_mpi_venc()
544 stAttr.stVencAttr.u32PicHeight = ctx->u32SrcHeight; in unit_test_mpi_venc()
545 stAttr.stVencAttr.enMirror = ctx->enMirror; in unit_test_mpi_venc()
550 stAttr.stVencAttr.u32VirWidth = ctx->u32srcVirWidth; in unit_test_mpi_venc()
555 stAttr.stVencAttr.u32VirHeight = ctx->u32srcVirHeight; in unit_test_mpi_venc()
556 stAttr.stVencAttr.u32StreamBufCnt = ctx->u32StreamBufCnt; in unit_test_mpi_venc()
557 stAttr.stVencAttr.u32BufSize = ctx->u32StreamSize; in unit_test_mpi_venc()
[all …]
H A Dtest_mpi_avs.cpp388 pstVencCtx[i].stAttr.stVencAttr.enPixelFormat = RK_FMT_YUV420SP; in test_avs_vpss_venc_loop()
389 pstVencCtx[i].stAttr.stVencAttr.u32PicWidth = vpssOutputWidth[i]; in test_avs_vpss_venc_loop()
390 pstVencCtx[i].stAttr.stVencAttr.u32PicHeight = vpssOutputHeight[i]; in test_avs_vpss_venc_loop()
391 pstVencCtx[i].stAttr.stVencAttr.u32VirWidth = vpssOutputWidth[i]; in test_avs_vpss_venc_loop()
392 pstVencCtx[i].stAttr.stVencAttr.u32VirHeight = vpssOutputHeight[i]; in test_avs_vpss_venc_loop()
393 pstVencCtx[i].stAttr.stVencAttr.u32StreamBufCnt = 3; in test_avs_vpss_venc_loop()
394 pstVencCtx[i].stAttr.stVencAttr.u32BufSize = stMbPicCalResult.u32MBSize; in test_avs_vpss_venc_loop()
396 pstVencCtx[i].stAttr.stVencAttr.enType = RK_VIDEO_ID_AVC; in test_avs_vpss_venc_loop()
397 pstVencCtx[i].stAttr.stVencAttr.u32Profile = H264E_PROFILE_HIGH; in test_avs_vpss_venc_loop()
402 pstVencCtx[i].stAttr.stVencAttr.enType = RK_VIDEO_ID_HEVC; in test_avs_vpss_venc_loop()
[all …]
H A Dtest_mpi_all.cpp496 stAttr.stVencAttr.enType = RK_VIDEO_ID_AVC; in create_venc()
497 stAttr.stVencAttr.enPixelFormat = RK_FMT_YUV420SP; in create_venc()
500 stAttr.stVencAttr.u32PicWidth = ctx->u32SrcWidth; in create_venc()
501 stAttr.stVencAttr.u32PicHeight = ctx->u32SrcHeight; in create_venc()
502 stAttr.stVencAttr.u32VirWidth = ctx->u32SrcWidth; in create_venc()
503 stAttr.stVencAttr.u32VirHeight = ctx->u32SrcHeight; in create_venc()
504 stAttr.stVencAttr.u32StreamBufCnt = 5; in create_venc()
505 stAttr.stVencAttr.u32BufSize = ctx->u32SrcWidth * ctx->u32SrcHeight * 3 / 2; in create_venc()
H A Dtest_mpi_vi.cpp231 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.enType = enType; in init_venc_cfg()
233 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.enPixelFormat = ctx->stChnAttr.enPixelFormat; in init_venc_cfg()
236 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32PicWidth = ctx->width; in init_venc_cfg()
237 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32PicHeight = ctx->height; in init_venc_cfg()
238 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32VirWidth = ctx->width; in init_venc_cfg()
239 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32VirHeight = ctx->height; in init_venc_cfg()
240 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32StreamBufCnt = 5; in init_venc_cfg()
241 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32BufSize = ctx->width * ctx->height * 3 / 2; in init_venc_cfg()
H A Dtest_mpi_rgn.cpp117 VENC_ATTR_S stVencAttr; in test_rgn_overlay_process() local
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_venc.h389 VENC_ATTR_S stVencAttr; /*the attribute of video encoder*/ member