User guide

Table Of Contents
Appendix A: Avalon-ST Video Verification IP Suite A–29
Complete Class Reference
January 2013 Altera Corporation Video and Image Processing Suite
User Guide
c_av_st_video_item
The following is the declaration for the c_av_st_video_item class:
class c_av_st_video_item
;
Table A9 lists the method calls for the c_av_st_video_item class.
Table A–10 lists the members of the method calls for the c_av_st_video_item class.
rand int early_eop_packet_length = 20;
constraint early_eop_length {
early_eop_packet_length dist {1:= 10,
[2:image_height*image_width-1]:/90};
early_eop_packet_length inside
{[1:image_height*image_width]};
}
rand int late_eop_packet_length = 20;
constraint late_eop_length {
late_eop_packet_length inside {[1:100]};
}
Table A–8. Members of the c_av_st_video_file_io Class (Part 2 of 2)
Members Description
Table A–9. Method Calls for the c_av_st_video_item Class
Method Call Description
function new ();
Constructor
function void copy (c_av_st_video_item c);
Sets this.packet_type to match that of c.
function void set_packet_type (t_packet_types
ptype);
function t_packet_typesget_packet_type();
Table A–10. Members of the c_av_st_video_item Class
Method Description
t_packet_types packet_type
;
Packet_type
must be one of the following:
video_packet
control_packet
user_packet
generic_packet
undefined