Searched refs:stScaledSrcWin (Results 1 – 1 of 1) sorted by relevance
3689 MS_VE_WINDOW_TYPE stScaledSrcWin, stScaledCropWin; in MDrv_VE_SetWindow() local3723 memcpy(&stScaledSrcWin, stSrcWin, sizeof(MS_VE_WINDOW_TYPE)); in MDrv_VE_SetWindow()3735 stScaledSrcWin.x = u32BaseWidth * stSrcWin->x / stSrcWin->width; in MDrv_VE_SetWindow()3736 stScaledSrcWin.y = u32BaseWidth * stSrcWin->y / stSrcWin->width; in MDrv_VE_SetWindow()3737 stScaledSrcWin.width = u32BaseWidth; in MDrv_VE_SetWindow()3738 stScaledSrcWin.height = u32BaseWidth * stSrcWin->height / stSrcWin->width; in MDrv_VE_SetWindow()3751 stScaledSrcWin.x = u32BaseHeight * stSrcWin->x / stSrcWin->height; in MDrv_VE_SetWindow()3752 stScaledSrcWin.y = u32BaseHeight * stSrcWin->y / stSrcWin->height; in MDrv_VE_SetWindow()3753 stScaledSrcWin.width = u32BaseHeight * stSrcWin->width / stSrcWin->height; in MDrv_VE_SetWindow()3754 stScaledSrcWin.height = u32BaseHeight; in MDrv_VE_SetWindow()[all …]