Home
last modified time | relevance | path

Searched refs:srcWidth (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/
Dcamera.c125 void CAMERA_SetTrimmingParamsCenterCore(u16 destWidth, u16 destHeight, u16 srcWidth, u16 srcHeight) in CAMERA_SetTrimmingParamsCenterCore() argument
127 …if( (destWidth > srcWidth)||(destHeight > srcHeight) ) //Trimming range is outside of original ima… in CAMERA_SetTrimmingParamsCenterCore()
134 reg_CAM_SOFS = REG_CAM_SOFS_FIELD( (srcHeight-destHeight) >> 1, (srcWidth-destWidth) >> 1); in CAMERA_SetTrimmingParamsCenterCore()
135 reg_CAM_EOFS = REG_CAM_EOFS_FIELD( (srcHeight+destHeight) >> 1, (srcWidth+destWidth) >> 1); in CAMERA_SetTrimmingParamsCenterCore()
/TwlSDK-5.1.0/include/twl/camera/ARM9/
Dcamera.h133 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()