Home
last modified time | relevance | path

Searched refs:stVideoRect (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp1341 stChnParam.stAspectRatio.stVideoRect.s32X = stLayerAttr.stDispRect.s32X + u32X * u32WinWidth; in Sample_VO_MultiWindowns_Start()
1342 stChnParam.stAspectRatio.stVideoRect.s32Y = stLayerAttr.stDispRect.s32Y + u32Y * u32WinHeight; in Sample_VO_MultiWindowns_Start()
1343 stChnParam.stAspectRatio.stVideoRect.u32Width = u32WinWidth/2; in Sample_VO_MultiWindowns_Start()
1344 stChnParam.stAspectRatio.stVideoRect.u32Height = u32WinHeight/2; in Sample_VO_MultiWindowns_Start()
1348 stChnParam.stAspectRatio.stVideoRect.s32X = stLayerAttr.stDispRect.s32X + u32X * u32WinWidth; in Sample_VO_MultiWindowns_Start()
1349 stChnParam.stAspectRatio.stVideoRect.s32Y = stLayerAttr.stDispRect.s32Y + u32Y * u32WinHeight; in Sample_VO_MultiWindowns_Start()
1350 stChnParam.stAspectRatio.stVideoRect.u32Width = u32WinWidth; in Sample_VO_MultiWindowns_Start()
1351 stChnParam.stAspectRatio.stVideoRect.u32Height = u32WinHeight; in Sample_VO_MultiWindowns_Start()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_video.h119 RECT_S stVideoRect; /* valid in ASPECT_RATIO_MANUAL mode */ member