Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp544 stLayerAttr.stDispRect.s32X = 0; in mpi_vo_init_sample()
545 stLayerAttr.stDispRect.s32Y = 0; in mpi_vo_init_sample()
546 stLayerAttr.stDispRect.u32Width = u32DispWidth; in mpi_vo_init_sample()
547 stLayerAttr.stDispRect.u32Height = u32DispHeight; in mpi_vo_init_sample()
611 stLayerAttr.stDispRect.s32X = 0; in mpi_vo_init_sample()
612 stLayerAttr.stDispRect.s32Y = 0; in mpi_vo_init_sample()
613 stLayerAttr.stDispRect.u32Width = u32DispWidth; in mpi_vo_init_sample()
614 stLayerAttr.stDispRect.u32Height = u32DispHeight; in mpi_vo_init_sample()
1257 stChnAttr.stRect.u32Width = stLayerAttr.stDispRect.u32Width; in Sample_VO_MultiGFXLayer_Start()
1258 stChnAttr.stRect.u32Height = stLayerAttr.stDispRect in Sample_VO_MultiGFXLayer_Start()
[all...]
H A Dtest_mpi_avs.cpp575 pstVoCtx.stVoLayerAttr.stDispRect.u32Width = 1920; in test_avs_vo_loop()
576 pstVoCtx.stVoLayerAttr.stDispRect.u32Height = 1080; in test_avs_vo_loop()
578 pstVoCtx.stVoLayerAttr.stDispRect.u32Width = 1080; in test_avs_vo_loop()
579 pstVoCtx.stVoLayerAttr.stDispRect.u32Height = 1920; in test_avs_vo_loop()
590 pstVoCtx.stVoLayerAttr.stDispRect.s32X = 0; in test_avs_vo_loop()
591 pstVoCtx.stVoLayerAttr.stDispRect.s32Y = 0; in test_avs_vo_loop()
593 pstVoCtx.stVoLayerAttr.stDispRect.u32Width; in test_avs_vo_loop()
595 pstVoCtx.stVoLayerAttr.stDispRect.u32Height; in test_avs_vo_loop()
H A Dtest_mpi_all.cpp261 stLayerAttr.stDispRect.s32X = 0; in create_vo()
262 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
264 stLayerAttr.stDispRect.u32Width = HDMI_W; in create_vo()
265 stLayerAttr.stDispRect.u32Height = HDMI_H; in create_vo()
323 stLayerAttr.stDispRect.u32Width = MIPI_W; in create_vo()
324 stLayerAttr.stDispRect.u32Height = MIPI_H; in create_vo()
H A Dtest_mpi_vdec.cpp511 stLayerAttr.stDispRect.s32X = 0; in create_vo()
512 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
514 stLayerAttr.stDispRect.u32Width = 1920; in create_vo()
515 stLayerAttr.stDispRect.u32Height = 1080; in create_vo()
H A Dtest_mpi_vi.cpp264 stLayerAttr.stDispRect.s32X = 0; in create_vo()
265 stLayerAttr.stDispRect.s32Y = 0; in create_vo()
267 stLayerAttr.stDispRect.u32Width = 1920; in create_vo()
268 stLayerAttr.stDispRect.u32Height = 1080; in create_vo()
H A Dtest_mpi_gdc.cpp1162 ctx->stLayerAttr.stDispRect.s32X = 0; in test_mpi_gdc_api()
1163 ctx->stLayerAttr.stDispRect.s32Y = 0; in test_mpi_gdc_api()
1165 ctx->stLayerAttr.stDispRect.u32Width = ctx->u32VoWidth; in test_mpi_gdc_api()
1166 ctx->stLayerAttr.stDispRect.u32Height = ctx->u32VoHeight; in test_mpi_gdc_api()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vo.h352 RECT_S stDispRect; /* RW; Display resolution */ member