Searched refs:srcWidth (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/build/libraries/camera/ARM9.TWL/src/ |
| D | camera.c | 129 void CAMERA_SetTrimmingParamsCenterCore(u16 destWidth, u16 destHeight, u16 srcWidth, u16 srcHeight) in CAMERA_SetTrimmingParamsCenterCore() argument 131 … if( (destWidth > srcWidth)||(destHeight > srcHeight) ) //Trimming range is outside original image in CAMERA_SetTrimmingParamsCenterCore() 138 reg_CAM_SOFS = REG_CAM_SOFS_FIELD( (srcHeight-destHeight) >> 1, (srcWidth-destWidth) >> 1); in CAMERA_SetTrimmingParamsCenterCore() 139 reg_CAM_EOFS = REG_CAM_EOFS_FIELD( (srcHeight+destHeight) >> 1, (srcWidth+destWidth) >> 1); in CAMERA_SetTrimmingParamsCenterCore()
|
| /TwlSDK-5.4/include/twl/camera/ARM9/ |
| D | camera.h | 133 void CAMERA_SetTrimmingParamsCenterCore(u16 destWidth, u16 destHeight, u16 srcWidth, u16 srcHeight); 134 SDK_INLINE void CAMERA_SetTrimmingParamsCenter(u16 destWidth, u16 destHeight, u16 srcWidth, u16 src… in CAMERA_SetTrimmingParamsCenter() argument 138 CAMERA_SetTrimmingParamsCenterCore(destWidth, destHeight, srcWidth, srcHeight); in CAMERA_SetTrimmingParamsCenter()
|