iLLD_TC27xD  1.0
ISP Image Stabilization Functions
Collaboration diagram for ISP Image Stabilization Functions:

Functions

IFX_INLINE IfxCif_State IfxCif_getIspisEnableState (void)
 Function to query the enabled state of image stabilization. More...
 
IFX_INLINE uint8 IfxCif_getIspisRecenterValue (void)
 Function to query the current image stabilization recenter value. More...
 
IFX_INLINE void IfxCif_setIspisEnableState (IfxCif_State enableState)
 Function to enable or disable image stabilization. More...
 
IFX_INLINE void IfxCif_setIspisOutputWindowOffsets (IfxCif_ImageTiers hOffset, uint16 vOffset)
 Function to set the image stabilization offsets of the output window. More...
 
IFX_INLINE void IfxCif_setIspisPictureSizes (uint16 hSize, uint16 vSize)
 Function to set the picture size. More...
 
IFX_INLINE void IfxCif_setIspisRecenterValue (uint8 value)
 Function to set the image stabilization recenter value. More...
 
IFX_EXTERN uint16 IfxCif_getIspisCameraDisplacement (IfxCif_ImageTiers tier)
 Function to query the current camera displacement for one tier. More...
 
IFX_EXTERN uint16 IfxCif_getIspisCurrentPictureOffset (IfxCif_ImageTiers tier)
 Function to query the offset of the current picture for one tier. More...
 
IFX_EXTERN uint16 IfxCif_getIspisCurrentPictureSize (IfxCif_ImageTiers tier)
 Function to query the picture size of the current picture for one tier. More...
 
IFX_EXTERN uint16 IfxCif_getIspisMaximumDisplacement (IfxCif_ImageTiers tier)
 Function to query the current maximum displacement for one tier. More...
 
IFX_EXTERN uint16 IfxCif_getIspisOffsetOutputWindow (IfxCif_ImageTiers tier)
 Function to query the current image stabilization offset of the output window of one tier. More...
 
IFX_EXTERN uint16 IfxCif_getIspisPictureSize (IfxCif_ImageTiers tier)
 Function to query the current picture size for one tier. More...
 
IFX_EXTERN IfxCif_State IfxCif_getIspisRecenterEnableState (void)
 Function to query the enabled state of image stabilization recenter feature. More...
 
IFX_EXTERN void IfxCif_setIspisCameraDisplacement (uint16 tier, uint16 displacement)
 Function to set the camera displacement for one tier. More...
 
IFX_EXTERN void IfxCif_setIspisMaximumDisplacement (IfxCif_ImageTiers tier, uint16 displacement)
 Function to set the maximum displacement for one tier. More...
 
IFX_EXTERN void IfxCif_setIspisOutputWindowOffset (IfxCif_ImageTiers tier, uint16 offset)
 Function to set the image stabilization offset of the output window of one tier. More...
 
IFX_EXTERN void IfxCif_setIspisPictureSize (IfxCif_ImageTiers tier, uint16 size)
 Function to set the picture size for one tier. More...
 

Detailed Description

Function Documentation

IFX_EXTERN uint16 IfxCif_getIspisCameraDisplacement ( IfxCif_ImageTiers  tier)

Function to query the current camera displacement for one tier.

Parameters
tierTier for which to query the camera displacement
Returns
Current camera displacement

Definition at line 1391 of file IfxCif.c.

IFX_EXTERN uint16 IfxCif_getIspisCurrentPictureOffset ( IfxCif_ImageTiers  tier)

Function to query the offset of the current picture for one tier.

Parameters
tierTier for which to query the offset
Returns
Offset of the current picture

Definition at line 1412 of file IfxCif.c.

IFX_EXTERN uint16 IfxCif_getIspisCurrentPictureSize ( IfxCif_ImageTiers  tier)

Function to query the picture size of the current picture for one tier.

Parameters
tierTier for which to query the picture size
Returns
Picture size of the current picture

Definition at line 1433 of file IfxCif.c.

IFX_INLINE IfxCif_State IfxCif_getIspisEnableState ( void  )

Function to query the enabled state of image stabilization.

Returns
IfxCif_State_Enabled if image stabilization is enabled, IfxCif_State_Disabled if image stabilization is disabled

Definition at line 2549 of file IfxCif.h.

IFX_EXTERN uint16 IfxCif_getIspisMaximumDisplacement ( IfxCif_ImageTiers  tier)

Function to query the current maximum displacement for one tier.

Parameters
tierTier for which to query the maximum displacement
Returns
Current maximum displacement

Definition at line 1454 of file IfxCif.c.

IFX_EXTERN uint16 IfxCif_getIspisOffsetOutputWindow ( IfxCif_ImageTiers  tier)

Function to query the current image stabilization offset of the output window of one tier.

Parameters
tierTier for which to query the offset
Returns
Current offset

Definition at line 1475 of file IfxCif.c.

IFX_EXTERN uint16 IfxCif_getIspisPictureSize ( IfxCif_ImageTiers  tier)

Function to query the current picture size for one tier.

Parameters
tierTier for which to query the picture size
Returns
Current picture size

Definition at line 1496 of file IfxCif.c.

IFX_EXTERN IfxCif_State IfxCif_getIspisRecenterEnableState ( void  )

Function to query the enabled state of image stabilization recenter feature.

Returns
IfxCif_State_Enabled if the image stabilization recenter feature is enabled, IfxCif_State_Disabled if the image stabilization recenter feature is disabled

Definition at line 1517 of file IfxCif.c.

IFX_INLINE uint8 IfxCif_getIspisRecenterValue ( void  )

Function to query the current image stabilization recenter value.

Returns
Current image stabilization recenter value

Definition at line 2555 of file IfxCif.h.

IFX_EXTERN void IfxCif_setIspisCameraDisplacement ( uint16  tier,
uint16  displacement 
)

Function to set the camera displacement for one tier.

Parameters
tierTier for which to set the camera displacement
displacementCamera displacement to set
Returns
None

Definition at line 3351 of file IfxCif.c.

IFX_INLINE void IfxCif_setIspisEnableState ( IfxCif_State  enableState)

Function to enable or disable image stabilization.

Parameters
enableStateIfxCif_State_Enabled to enable image stabilization, IfxCif_State_Disabled to disable image stabilization
Returns
None

Definition at line 2863 of file IfxCif.h.

IFX_EXTERN void IfxCif_setIspisMaximumDisplacement ( IfxCif_ImageTiers  tier,
uint16  displacement 
)

Function to set the maximum displacement for one tier.

Parameters
tierTier for which to set the maximum displacement
displacementDisplacement to set
Returns
None

Definition at line 3368 of file IfxCif.c.

IFX_EXTERN void IfxCif_setIspisOutputWindowOffset ( IfxCif_ImageTiers  tier,
uint16  offset 
)

Function to set the image stabilization offset of the output window of one tier.

Parameters
tierTier for which to set the offset
offsetOffset to set
Returns
None

Definition at line 3385 of file IfxCif.c.

IFX_INLINE void IfxCif_setIspisOutputWindowOffsets ( IfxCif_ImageTiers  hOffset,
uint16  vOffset 
)

Function to set the image stabilization offsets of the output window.

Parameters
hOffsetHorizontal Offset
vOffsetVertical Offset
Returns
None

Definition at line 2869 of file IfxCif.h.

IFX_EXTERN void IfxCif_setIspisPictureSize ( IfxCif_ImageTiers  tier,
uint16  size 
)

Function to set the picture size for one tier.

Parameters
tierTier for which to set the picture size
sizeSize to set
Returns
None

Definition at line 3402 of file IfxCif.c.

IFX_INLINE void IfxCif_setIspisPictureSizes ( uint16  hSize,
uint16  vSize 
)

Function to set the picture size.

Parameters
hSizeHorizontal Picture Size
vSizeVertical Picture Size
Returns
None

Definition at line 2876 of file IfxCif.h.

IFX_INLINE void IfxCif_setIspisRecenterValue ( uint8  value)

Function to set the image stabilization recenter value.

Parameters
valueRecenter value to set (0 to disabled recenter value, for all other values recentering is active (cur_h/v_offs-H/V_OFFS)/2 power(recenter))
Returns
None

Definition at line 2883 of file IfxCif.h.