API Reference
4-2
4.1 Symbolic Constants and Enumerated Data Types
This section summarizes all the symbolic constants specified as either
#define macros and/or enumerated C data types. For each symbolic
constant, the semantics or interpretation of the same is also provided
Table 4-1. List of Enumerated Data Types
Group or Enumeration Class
Symbolic Constant Name
Description or Evaluation
IVIDEO_NA_FRAME
Frame type not available
IVIDEO_I_FRAME
Intra coded frame
IVIDEO_P_FRAME
Forward inter coded frame
IVIDEO_B_FRAME
Bi-directional inter coded frame.
Not supported in this version of
H264 encoder.
IVIDEO_IDR_FRAME
Intra coded frame that can be used
for refreshing video content
IVIDEO_II_FRAME
Interlaced frame, both fields are I
frames.
Not supported in this version of
H264 Encoder.
IVIDEO_IP_FRAME
Interlaced frame, first field is an I
frame, second field is a P frame.
Not supported in this version of
H264 Encoder.
IVIDEO_IB_FRAME
Interlaced frame, first field is an I
frame, second field is a B frame.
Not supported in this version of
H264 Encoder.
IVIDEO_PI_FRAME
Interlaced frame, first field is a P
frame, second field is a I frame.
Not supported in this version of
H264 Encoder.
IVIDEO_PP_FRAME
Interlaced frame, both fields are P
frames.
Not supported in this version of
H264 Encoder.
IVIDEO_PB_FRAME
Interlaced frame, first field is a P
frame, second field is a B frame.
Not supported in this version of
H264 Encoder.
IVIDEO_FrameType
IVIDEO_BI_FRAME
Interlaced frame, first field is a B
frame, second field is an I frame.
Not supported in this version of
H264 Encoder.
Summary of Contents for DM6467
Page 1: ...H 264 1080p 30 BP Encoder on DM6467 User s Guide Literature Number SPRUGN8 October 2009 ...
Page 10: ...x This page is intentionally left blank ...
Page 12: ...xii This page is intentionally left blank ...
Page 18: ...Introduction 1 6 This page is intentionally left blank ...
Page 36: ...Sample Usage 3 10 This page is intentionally left blank ...