4-39
Field
Data Type
Input/
Output
Description
lateAcquireArg
XDAS_Int32
Input
Argument used during late acquire, For all
control()
commands other than
#XDM_SETLATEACQUIREARG
, this field is
ignored and can therefore be set by the caller to
any value. This is a identifier for a channel in
multi channel scenario.
Note:
The following are the limitations on the parameters of
IVIDENC2_DynamicParams
data structure:
inputHeight
<=
maxHeight
inputWidth
<=
maxWidth
See Table A.1
– Level Limits in ISO/IEC 14496-10 for the supported
values of
maxMbsPerSecond
.
Use the following expression to calculate
FrameSizeinMbs
:
FrameSizeinMbs
= (inputWidth * inputHeight) / 256;
Following condition should satisfy
maxMbsPerSecond >= FrameSizeinMbs*targetFrameRate