Home
last modified time | relevance | path

Searched refs:u32BufSize (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_adec.h61 RK_U32 u32BufSize; /* decode buffer size(buffer size to store pcm data) */ member
H A Drk_comm_vi.h173 RK_U32 u32BufSize; /* R;isp buf size */ member
H A Drk_comm_venc.h364 RK_U32 u32BufSize; member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_sys.cpp87 pstChnAttr->u32BufSize = 8192; in test_adec_create_chn_attr()
H A Dtest_mpi_all.cpp505 stAttr.stVencAttr.u32BufSize = ctx->u32SrcWidth * ctx->u32SrcHeight * 3 / 2; in create_venc()
H A Dtest_mpi_avs.cpp394 pstVencCtx[i].stAttr.stVencAttr.u32BufSize = stMbPicCalResult.u32MBSize; in test_avs_vpss_venc_loop()
H A Dtest_mpi_venc.cpp557 stAttr.stVencAttr.u32BufSize = ctx->u32StreamSize; in unit_test_mpi_venc()
H A Dtest_mpi_vi.cpp241 ctx->stVencCfg[u32Ch].stAttr.stVencAttr.u32BufSize = ctx->width * ctx->height * 3 / 2; in init_venc_cfg()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_venc.cpp80 stAttr.stVencAttr.u32BufSize = vencCtx->u32Width * vencCtx->u32Height; in TEST_VENC_Create()