Home
last modified time | relevance | path

Searched refs:stAspectRatio (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vpss.h76 ASPECT_RATIO_S stAspectRatio; /* Aspect Ratio info. */ member
H A Drk_comm_vo.h243 ASPECT_RATIO_S stAspectRatio; /* RW; aspect ratio */ member
363 ASPECT_RATIO_S stAspectRatio; /* RW; aspect ratio */ member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp1340 stChnParam.stAspectRatio.enMode = ASPECT_RATIO_MANUAL; in Sample_VO_MultiWindowns_Start()
1341 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()
1347 stChnParam.stAspectRatio.enMode = ASPECT_RATIO_AUTO; 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 in Sample_VO_MultiWindowns_Start()
[all...]