diff --git a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals.html b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals.html index 8735573b..33b07dcf 100644 --- a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals.html +++ b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals.html @@ -34,7 +34,6 @@
@@ -43,9 +42,6 @@

Here is a list of all file members with links to the files they belong to:

-

- b -

- c -

Copyright @ 1995-2014 Xilinx, Inc. All rights reserved. diff --git a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals_eval.html b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals_eval.html old mode 100644 new mode 100755 index a0b7ef2d..23f94f44 --- a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals_eval.html +++ b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals_eval.html @@ -36,11 +36,11 @@

+: xcfa.h Copyright @ 1995-2014 Xilinx, Inc. All rights reserved. diff --git a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals_func.html b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals_func.html old mode 100644 new mode 100755 index bd0d9552..9b07313c --- a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals_func.html +++ b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/globals_func.html @@ -53,7 +53,7 @@ : xcfa_sinit.c, xcfa.h
  • XCfa_SelfTest() : xcfa_selftest.c, xcfa.h
  • XCfa_SetActiveSize() : xcfa.h, xcfa.c
  • XCfa_SetBayerPhase() -: xcfa.h, xcfa.c
  • XCfa_SetCallBack() +: xcfa.h, xcfa.c
  • XCfa_SetCallBack() : xcfa.h
  • XCfa_Setup() : xcfa.h, xcfa.c Copyright @ 1995-2014 Xilinx, Inc. All rights reserved. diff --git a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/index.html b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/index.html old mode 100644 new mode 100755 index 5ccc4256..888f4b57 --- a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/index.html +++ b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/index.html @@ -2,7 +2,7 @@ - Main Page + CFA @@ -16,7 +16,7 @@
  • Classes
  • Files
  • -

    +

    CFA

    This header file contains identifiers and register-level core functions (or macros), range macros, structure typedefs that can be used to access the Xilinx Color Filter Array Interpolation (CFA) core.

    The Color Filter Array Interpolation core reconstructs a color image from an RGB or CMY Bayer filtered sensor using a 5x5 interpolation aperture. The core is capable of a maximum resolution of 7680 columns by 7680 rows with 8, 10, or 12 bits per pixel and supports the bandwidth necessary for High-definition (1080p60) resolutions in all Xilinx FPGA device families. Higher resolutions can be supported in Xilinx high-performance device families.

    diff --git a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/xcfa_8c.html b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/xcfa_8c.html old mode 100644 new mode 100755 index 1911f165..02d36666 --- a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/xcfa_8c.html +++ b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/xcfa_8c.html @@ -81,7 +81,7 @@ This file contains the implementation of the interface functions for CFA core. R void XCfa_GetActiveSize (XCfa *InstancePtr, u16 *HSize, u16 *VSize) -void XCfa_SetBayerPhase (XCfa *InstancePtr, enum BayerPhaseCombination BayerPhase) +void XCfa_SetBayerPhase (XCfa *InstancePtr, enum XCfa_BayerPhaseCombination BayerPhase) u32 XCfa_GetBayerPhase (XCfa *InstancePtr) @@ -538,7 +538,7 @@ This function sets the active H/V sizes in the Active Size register.

    - +

    @@ -551,7 +551,7 @@ This function sets the active H/V sizes in the Active Size register.

    - + diff --git a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/xcfa_8h.html b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/xcfa_8h.html old mode 100644 new mode 100755 index 53a20e93..70555869 --- a/XilinxProcessorIPLib/drivers/cfa/doc/html/api/xcfa_8h.html +++ b/XilinxProcessorIPLib/drivers/cfa/doc/html/api/xcfa_8h.html @@ -49,10 +49,10 @@ } - @@ -120,7 +120,7 @@ - + @@ -683,12 +683,12 @@ An error condition interrupt type

    - +

    enum BayerPhaseCombination enum XCfa_BayerPhaseCombination  BayerPhase 

    Bayer phase

    enum  BayerPhaseCombination { XCFA_RGRG_COMBINATION, -XCFA_GRGR_COMBINATION, -XCFA_GBGB_COMBINATION, -XCFA_BGBG_COMBINATION +
    enum  XCfa_BayerPhaseCombination { XCFA_RGRG_COMBINATION, +XCFA_GRGR_COMBINATION, +XCFA_GBGB_COMBINATION, +XCFA_BGBG_COMBINATION }

    Defines

    void XCfa_GetActiveSize (XCfa *InstancePtr, u16 *HSize, u16 *VSize)
    void XCfa_SetBayerPhase (XCfa *InstancePtr, enum BayerPhaseCombination BayerPhase)
    void XCfa_SetBayerPhase (XCfa *InstancePtr, enum XCfa_BayerPhaseCombination BayerPhase)
    u32 XCfa_GetBayerPhase (XCfa *InstancePtr)
    - +
    enum BayerPhaseCombination enum XCfa_BayerPhaseCombination
    @@ -697,13 +697,13 @@ An error condition interrupt type

    These constants specify Bayer phase combinations of the core.

    Enumerator:
    - - - -
    XCFA_RGRG_COMBINATION  +
    XCFA_RGRG_COMBINATION  Red green combination
    XCFA_GRGR_COMBINATION  +
    XCFA_GRGR_COMBINATION  Green red combination
    XCFA_GBGB_COMBINATION  +
    XCFA_GBGB_COMBINATION  Green blue combination
    XCFA_BGBG_COMBINATION  +
    XCFA_BGBG_COMBINATION  Blue green combination
    @@ -1250,7 +1250,7 @@ This function sets the active H/V sizes in the Active Size register.

    - +

    @@ -1263,7 +1263,7 @@ This function sets the active H/V sizes in the Active Size register.

    - + diff --git a/XilinxProcessorIPLib/drivers/cfa/src/xcfa.c b/XilinxProcessorIPLib/drivers/cfa/src/xcfa.c index bc109d32..89c8cb82 100755 --- a/XilinxProcessorIPLib/drivers/cfa/src/xcfa.c +++ b/XilinxProcessorIPLib/drivers/cfa/src/xcfa.c @@ -551,7 +551,7 @@ void XCfa_GetActiveSize(XCfa *InstancePtr, u16 *HSize, u16 *VSize) * ******************************************************************************/ void XCfa_SetBayerPhase(XCfa *InstancePtr, - enum BayerPhaseCombination BayerPhase) + enum XCfa_BayerPhaseCombination BayerPhase) { /* Verify arguments. */ Xil_AssertVoid(InstancePtr != NULL); diff --git a/XilinxProcessorIPLib/drivers/cfa/src/xcfa.h b/XilinxProcessorIPLib/drivers/cfa/src/xcfa.h index 679c3644..3cab290d 100755 --- a/XilinxProcessorIPLib/drivers/cfa/src/xcfa.h +++ b/XilinxProcessorIPLib/drivers/cfa/src/xcfa.h @@ -195,7 +195,7 @@ enum { /** * These constants specify Bayer phase combinations of the core. */ -enum BayerPhaseCombination { +enum XCfa_BayerPhaseCombination { XCFA_RGRG_COMBINATION, /**< Red green combination */ XCFA_GRGR_COMBINATION, /**< Green red combination */ XCFA_GBGB_COMBINATION, /**< Green blue combination */ @@ -582,7 +582,7 @@ u32 XCfa_GetDbgPixelCount(XCfa *InstancePtr); void XCfa_SetActiveSize(XCfa *InstancePtr, u16 HSize, u16 VSize); void XCfa_GetActiveSize(XCfa *InstancePtr, u16 *HSize, u16 *VSize); void XCfa_SetBayerPhase(XCfa *InstancePtr, - enum BayerPhaseCombination BayerPhase); + enum XCfa_BayerPhaseCombination BayerPhase); u32 XCfa_GetBayerPhase(XCfa *InstancePtr); /* Self - Test function in xcfa_selftest.c */
    enum BayerPhaseCombination enum XCfa_BayerPhaseCombination  BayerPhase