Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp548 stLayerAttr.stImageSize.u32Width = u32ImageWidth; in mpi_vo_init_sample()
549 stLayerAttr.stImageSize.u32Height = u32ImageHeight; in mpi_vo_init_sample()
615 stLayerAttr.stImageSize.u32Width = u32ImageWidth; in mpi_vo_init_sample()
616 stLayerAttr.stImageSize.u32Height = u32ImageHeight; in mpi_vo_init_sample()
1700 stLayerAttr.stImageSize.u32Width = u32ImageWidth; in Sample_VO_Demo_Video_Mosaic()
1701 stLayerAttr.stImageSize.u32Height = u32ImageHeight; in Sample_VO_Demo_Video_Mosaic()
1800 stLayerAttr.stImageSize.u32Width = ctx->u32Screen0ImageWidth; in Sample_VO_Demo_UI()
1801 stLayerAttr.stImageSize.u32Height = ctx->u32Screen0ImageHeight; in Sample_VO_Demo_UI()
1814 stLayerAttr.stImageSize.u32Width = ctx->u32Screen1ImageWidth; in Sample_VO_Demo_UI()
1815 stLayerAttr.stImageSize in Sample_VO_Demo_UI()
[all...]
H A Dtest_mpi_vdec.cpp516 stLayerAttr.stImageSize.u32Width = 1920; in create_vo()
517 stLayerAttr.stImageSize.u32Height = 1080; in create_vo()
555 stChnAttr.stRect.u32Width = stLayerAttr.stImageSize.u32Width / ChCnt; in create_vo()
556 stChnAttr.stRect.u32Height = stLayerAttr.stImageSize.u32Height / ChCnt; in create_vo()
H A Dtest_mpi_all.cpp266 stLayerAttr.stImageSize.u32Width = HDMI_W; in create_vo()
267 stLayerAttr.stImageSize.u32Height = HDMI_H; in create_vo()
325 stLayerAttr.stImageSize.u32Width = MIPI_W; in create_vo()
326 stLayerAttr.stImageSize.u32Height = MIPI_H; in create_vo()
H A Dtest_mpi_avs.cpp592 pstVoCtx.stVoLayerAttr.stImageSize.u32Width = in test_avs_vo_loop()
594 pstVoCtx.stVoLayerAttr.stImageSize.u32Height = in test_avs_vo_loop()
601 pstVoCtx.stVoLayerAttr.stImageSize.u32Width; in test_avs_vo_loop()
603 pstVoCtx.stVoLayerAttr.stImageSize.u32Height; in test_avs_vo_loop()
H A Dtest_mpi_vi.cpp269 stLayerAttr.stImageSize.u32Width = 1920; in create_vo()
270 stLayerAttr.stImageSize.u32Height = 1080; in create_vo()
309 stChnAttr.stRect.u32Width = stLayerAttr.stImageSize.u32Width; in create_vo()
310 stChnAttr.stRect.u32Height = stLayerAttr.stImageSize.u32Height; in create_vo()
H A Dtest_mpi_gdc.cpp1167 ctx->stLayerAttr.stImageSize.u32Width = ctx->u32VoWidth; in test_mpi_gdc_api()
1168 ctx->stLayerAttr.stImageSize.u32Height = ctx->u32VoHeight; in test_mpi_gdc_api()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vo.h353 SIZE_S stImageSize; /* RW; Canvas size of the video layer */ member