Searched refs:stScaledCropWin (Results 1 – 2 of 2) sorted by relevance
3689 MS_VE_WINDOW_TYPE stScaledSrcWin, stScaledCropWin; in MDrv_VE_SetWindow() local3724 memcpy(&stScaledCropWin, stCropWin, sizeof(MS_VE_WINDOW_TYPE)); in MDrv_VE_SetWindow()3740 stScaledCropWin.x = u32BaseWidth * stCropWin->x / stSrcWin->width; in MDrv_VE_SetWindow()3741 stScaledCropWin.y = u32BaseWidth * stCropWin->y / stSrcWin->width; in MDrv_VE_SetWindow()3742 stScaledCropWin.width = u32BaseWidth * stCropWin->width / stSrcWin->width; in MDrv_VE_SetWindow()3743 stScaledCropWin.height = u32BaseWidth * stCropWin->height / stSrcWin->width; in MDrv_VE_SetWindow()3756 stScaledCropWin.x = u32BaseHeight * stCropWin->x / stSrcWin->height; in MDrv_VE_SetWindow()3757 stScaledCropWin.y = u32BaseHeight * stCropWin->y / stSrcWin->height; in MDrv_VE_SetWindow()3758 stScaledCropWin.width = u32BaseHeight * stCropWin->width / stSrcWin->height; in MDrv_VE_SetWindow()3759 stScaledCropWin.height = u32BaseHeight * stCropWin->height / stSrcWin->height; in MDrv_VE_SetWindow()[all …]
1696 // [IN/OUT] pSrcInfo->stScaledCropWin