Video and Vision Processing Suite Intel® FPGA IP User Guide

ID 683329
Date 4/01/2024
Public
Document Table of Contents
1. About the Video and Vision Processing Suite 2. Getting Started with the Video and Vision Processing IPs 3. Video and Vision Processing IPs Functional Description 4. Video and Vision Processing IP Interfaces 5. Video and Vision Processing IP Registers 6. Video and Vision Processing IPs Software Programming Model 7. Protocol Converter Intel® FPGA IP 8. 1D LUT Intel® FPGA IP 9. 3D LUT Intel® FPGA IP 10. AXI-Stream Broadcaster Intel® FPGA IP 11. Bits per Color Sample Adapter Intel FPGA IP 12. Black Level Correction Intel® FPGA IP 13. Black Level Statistics Intel® FPGA IP 14. Chroma Key Intel® FPGA IP 15. Chroma Resampler Intel® FPGA IP 16. Clipper Intel® FPGA IP 17. Clocked Video Input Intel® FPGA IP 18. Clocked Video to Full-Raster Converter Intel® FPGA IP 19. Clocked Video Output Intel® FPGA IP 20. Color Plane Manager Intel® FPGA IP 21. Color Space Converter Intel® FPGA IP 22. Defective Pixel Correction Intel® FPGA IP 23. Deinterlacer Intel® FPGA IP 24. Demosaic Intel® FPGA IP 25. FIR Filter Intel® FPGA IP 26. Frame Cleaner Intel® FPGA IP 27. Full-Raster to Clocked Video Converter Intel® FPGA IP 28. Full-Raster to Streaming Converter Intel® FPGA IP 29. Genlock Controller Intel® FPGA IP 30. Generic Crosspoint Intel® FPGA IP 31. Genlock Signal Router Intel® FPGA IP 32. Guard Bands Intel® FPGA IP 33. Histogram Statistics Intel® FPGA IP 34. Interlacer Intel® FPGA IP 35. Mixer Intel® FPGA IP 36. Pixels in Parallel Converter Intel® FPGA IP 37. Scaler Intel® FPGA IP 38. Stream Cleaner Intel® FPGA IP 39. Switch Intel® FPGA IP 40. Tone Mapping Operator Intel® FPGA IP 41. Test Pattern Generator Intel® FPGA IP 42. Unsharp Mask Intel® FPGA IP 43. Video and Vision Monitor Intel FPGA IP 44. Video Frame Buffer Intel® FPGA IP 45. Video Frame Reader Intel FPGA IP 46. Video Frame Writer Intel FPGA IP 47. Video Streaming FIFO Intel® FPGA IP 48. Video Timing Generator Intel® FPGA IP 49. Vignette Correction Intel® FPGA IP 50. Warp Intel® FPGA IP 51. White Balance Correction Intel® FPGA IP 52. White Balance Statistics Intel® FPGA IP 53. Design Security 54. Document Revision History for Video and Vision Processing Suite User Guide

22.5. Defective Pixel Correction IP Software API

The IP includes software for run-time control. The IP does not fit any of the generic device models provided by the Nios II HAL and it exposes a set of dedicated accessors to the control and status registers. The IP driver structure inherits the base driver structure so all common methods defined in Video and Vision Processing IPs Software API are applicable.

Register definition header file: intel_vvp_dpc_regs.h

Include file: intel_vvp_dpc.h

Table 361.   Defect Pixel Correction IP Software API
Name Description
intel_vvp_dpc_init Initialize an IP instance
intel_vvp_core_* Accessors defined in Video and Vision Processing IPs Software Programming Model
intel_vvp_dpc_get_lite_mode Returns if Lite mode is on
intel_vvp_dpc_get_debug_enabled Returns if Debug features is on
intel_vvp_dpc_get_bits_per_sample_in Returns the number of bits per color sample for the streaming input interface
intel_vvp_dpc_get_bits_per_sample_out Returns the number of bits per color sample value for the streaming output interface
intel_vvp_dpc_get_num_color_planes_in Returns the number of color planes of the streaming input interface
intel_vvp_dpc_get_num_color_planes_out Returns the number of color planes of the streaming output interface
intel_vvp_dpc_get_pixels_in_parallel Returns the pixels in parallel of the streaming input and output interfaces
intel_vvp_dpc_get_max_width Returns the maximum number of pixels that the IP supports on the horizontal dimension of an image or video frame
intel_vvp_dpc_get_max_height Returns the maximum number of pixels that the IP supports on the vertical dimension of an image or video frame
intel_vvp_dpc_is_running Reads if the IP is running
intel_vvp_dpc_stats_are_frozen Reads if the IP finished collecting the statistics
intel_vvp_dpc_get_status Reads the status register
intel_vvp_dpc_get_frame_stats Reads the frame statistics register
intel_vvp_dpc_get_pix_lo_clip_cnt Reads the low pixel clip counter register
intel_vvp_dpc_get_pix_hi_clip_cnt Reads the high pixel clip counter register
intel_vvp_dpc_get_bypass Reads the bypass bit from the status register
intel_vvp_dpc_set_bypass Writes the bypass bit of the status register
intel_vvp_dpc_get_cfa_phase Reads the color filter array phase field from the status register
intel_vvp_dpc_set_cfa_phase Writes the color filter array phase field of the status register
intel_vvp_dpc_get_sense_level Reads the sensitivity level field from the status register
intel_vvp_dpc_set_sense_level Writes the sensitivity level field of the status register
intel_vvp_dpc_get_pix_clip_cnt_rst Reads the pixel clip counter reset bit from the status register
intel_vvp_dpc_set_pix_clip_cnt_rst Writes the pixel clip counter reset bit of the status register
intel_vvp_dpc_get_pix_clip_cnt_sel Reads the pixel clip counter select field from the status register
intel_vvp_dpc_set_pix_clip_cnt_sel Writes the pixel clip counter select field of the status register
intel_vvp_dpc_get_freeze_stats_request Reads the freeze statistics request bit from the status register
intel_vvp_dpc_set_freeze_stats_request Writes the freeze statistics request bit of the status register

intel_vvp_dpc_init

Prototype
                    int intel_vvp_dpc_init(intel_vvp_dpc_instance* instance, intel_vvp_core_base base);
                
Description

Initialize an IP instance. The initialization stops early if the vendor ID or product ID read at the base address are not a match or if the register map version is not supported. Otherwise, the function proceeds to read and store the IP compile-time parameterization. The instance is not fully initialized and the application should not use it further if returning a non-zero error code.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

base - base address of the register map

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

kIntelVvpCoreVidErr if the vendor id of the core is not the IntelFPGA vendor ID (0x6AF7)

kIntelVvpCorePidErr if the product_id does not match with the expected product ID (0x0175)

kIntelVvpDpcRegMapVersionErr if the register map is not supported

intel_vvp_dpc_get_lite_mode

Prototype
                    bool intel_vvp_dpc_get_lite_mode(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the LITE_MODE register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

true if the IP is parameterized in lite mode

intel_vvp_dpc_get_debug_enabled

Prototype
                    bool intel_vvp_dpc_get_debug_enabled(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the DEBUG_ENABLED register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

true if the IP is parameterized with debug features enabled

intel_vvp_dpc_get_bits_per_sample_in

Prototype
                    uint8_t intel_vvp_dpc_get_bits_per_sample_in(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the BPS_IN register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the input bits per color sample parameter used to generate the IP

intel_vvp_dpc_get_bits_per_sample_out

Prototype
                    uint8_t intel_vvp_dpc_get_bits_per_sample_out(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the BPS_OUT register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the output bits per color sample parameter used to generate the IP

intel_vvp_dpc_get_num_color_planes_in

Prototype
                    uint8_t intel_vvp_dpc_get_num_color_planes_in(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the NUM_COLOR_IN register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the input number of color planes parameter used to generate the IP

intel_vvp_dpc_get_num_color_planes_out

Prototype
                    uint8_t intel_vvp_dpc_get_num_color_planes_out(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the NUM_COLOR_OUT register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the output number of color planes parameter used to generate the IP

intel_vvp_dpc_get_pixels_in_parallel

Prototype
                    uint8_t intel_vvp_dpc_get_pixels_in_parallel(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the PIXELS_IN_PARALLEL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the pixels in parallel parameter used to generate the IP

intel_vvp_dpc_get_max_width

Prototype
                    uint32_t intel_vvp_dpc_get_max_width(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the MAX_WIDTH register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the maximum field width parameter used to generate the IP

intel_vvp_dpc_get_max_height

Prototype
                    uint32_t intel_vvp_dpc_get_max_height(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the MAX_HEIGHT register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the maximum field height parameter used to generate the IP

intel_vvp_dpc_is_running

Prototype
                    bool intel_vvp_dpc_is_running(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the IP Running bit from the STATUS register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the running bit from the status register

intel_vvp_dpc_stats_are_frozen

Prototype
                    bool intel_vvp_dpc_stats_are_frozen(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the statistics are frozen bit from the STATUS register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the statistics are frozen bit from the status register

intel_vvp_dpc_get_status

Prototype
                    uint32_t intel_vvp_dpc_get_status(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the STATUS register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the value of the status register

intel_vvp_dpc_get_frame_stats

Prototype
                    int intel_vvp_dpc_get_frame_stats(intel_vvp_dpc_instance* instance, uint32_t* stats_out);
                
Description

Reads the value of the FRAME_STATS register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

stats_out - pointer of a variable to return the statistics register value

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

kIntelVvpDpcFreezePendingErr if the last freeze request is pending

kIntelVvpDpcPointerErr if stats_out is a null pointer

intel_vvp_dpc_get_pix_lo_clip_cnt

Prototype
                    int intel_vvp_dpc_get_pix_lo_clip_cnt(intel_vvp_dpc_instance* instance, uint32_t* stats_out);
                
Description

Reads the value of the PIX_LO_COUNTER register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

stats_out - pointer of a variable to return the statistics register value

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

kIntelVvpDpcFreezePendingErr if the last freeze request is pending

kIntelVvpDpcPointerErr if stats_out is a null pointer

intel_vvp_dpc_get_pix_hi_clip_cnt

Prototype
                    int intel_vvp_dpc_get_pix_hi_clip_cnt(intel_vvp_dpc_instance* instance, uint32_t* stats_out);
                
Description

Reads the value of the PIX_HI_COUNTER register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

stats_out - pointer of a variable to return the statistics register value

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

kIntelVvpDpcFreezePendingErr if the last freeze request is pending

kIntelVvpDpcPointerErr if stats_out is a null pointer

intel_vvp_dpc_get_bypass

Prototype
                    bool intel_vvp_dpc_get_bypass(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the bypass bit from the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the value of the bypass bit form the control register

intel_vvp_dpc_set_bypass

Prototype
                    int intel_vvp_dpc_set_bypass(intel_vvp_dpc_instance* instance, bool bypass);
                
Description

Writes to the bypass bit of the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

bypass - new value of the bypass bit

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

intel_vvp_dpc_get_cfa_phase

Prototype
                    uint8_t intel_vvp_dpc_get_cfa_phase(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the color filter array phase field from the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the value of the color filter array phase field form the control register

intel_vvp_dpc_set_cfa_phase

Prototype
                    int intel_vvp_dpc_set_cfa_phase(intel_vvp_dpc_instance* instance, uint8_t cfa_phase);
                
Description

Writes to the color filter array phase field of the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

cfa_phase - new value of the color filter array phase field

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

kIntelVvpDpcValueErr if the value of cfa_phase is out of range

intel_vvp_dpc_get_sense_level

Prototype
                    uint8_t intel_vvp_dpc_get_sense_level(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the sensitivity level field from the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the value of the sensitivity level field form the control register

intel_vvp_dpc_set_sense_level

Prototype
                    int intel_vvp_dpc_set_sense_level(intel_vvp_dpc_instance* instance, uint8_t sense_level);
                
Description

Writes to the sensitivity level field of the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

sense_level - new value of the sensitivity level field

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

kIntelVvpDpcValueErr if the value of sense_level is out of range

intel_vvp_dpc_get_pix_clip_cnt_rst

Prototype
                    bool intel_vvp_dpc_get_pix_clip_cnt_rst(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the pixel clip counter reset bit from the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the value of the pixel clip counter reset bit form the control register

intel_vvp_dpc_set_pix_clip_cnt_rst

Prototype
                    int intel_vvp_dpc_set_pix_clip_cnt_rst(intel_vvp_dpc_instance* instance, bool reset);
                
Description

Writes to the pixel clip counter reset bit of the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

reset - new value of the pixel clip counter reset bit

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

intel_vvp_dpc_get_pix_clip_cnt_sel

Prototype
                    uint8_t intel_vvp_dpc_get_pix_clip_cnt_sel(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the pixel clip counter select field from the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the value of the pixel clip counter select field form the control register

intel_vvp_dpc_set_pix_clip_cnt_sel

Prototype
                    int intel_vvp_dpc_set_pix_clip_cnt_sel(intel_vvp_dpc_instance* instance, uint8_t pix_clip_cnt_sel);
                
Description

Writes to the pixel clip counter select field of the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

pix_clip_cnt_sel - new value of the pixel clip counter select field

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer

kIntelVvpDpcValueErr if the value of pix_clip_cnt_sel is out of range

intel_vvp_dpc_get_freeze_stats_request

Prototype
                    bool intel_vvp_dpc_get_freeze_stats_request(intel_vvp_dpc_instance* instance);
                
Description

Returns the value of the freeze statistics request bit from the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

Returns

the value of the freeze statistics request bit form the control register

intel_vvp_dpc_set_freeze_stats_request

Prototype
                    int intel_vvp_dpc_set_freeze_stats_request(intel_vvp_dpc_instance* instance, bool freeze_stats);
                
Description

Writes to the freeze statistics request bit of the CONTROL register. The instance must be a valid intel_vvp_dpc_instance fully initialized.

Arguments

instance - pointer to the intel_vvp_dpc_instance software driver instance structure

freeze_stats - new value of the freeze statistics request bit

Returns

kIntelVvpCoreOk (0) in case of success, a negative error code in case of an error

kIntelVvpCoreInstanceErr if the instance is a null pointer