Searched refs:stAspectRatio (Results 1 – 3 of 3) sorted by relevance
76 ASPECT_RATIO_S stAspectRatio; /* Aspect Ratio info. */ member
243 ASPECT_RATIO_S stAspectRatio; /* RW; aspect ratio */ member363 ASPECT_RATIO_S stAspectRatio; /* RW; aspect ratio */ member
1340 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...]