OpenMAX Bellagio
0.9.3
|
#include <OMX_Video.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_U32 | nPortIndex |
OMX_U32 | nQpI |
OMX_U32 | nQpP |
OMX_U32 | nQpB |
This is a structure for configuring video compression quantization parameter values. Codecs may support different QP values for different frame types.
STRUCT MEMBERS: nSize : Size of the structure in bytes nVersion : OMX specification version info nPortIndex : Port that this structure applies to nQpI : QP value to use for index frames nQpP : QP value to use for P frames nQpB : QP values to use for bidirectional frames
Definition at line 179 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_QUANTIZATIONTYPE::nPortIndex |
Definition at line 182 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_QUANTIZATIONTYPE::nQpB |
Definition at line 185 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_QUANTIZATIONTYPE::nQpI |
Definition at line 183 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_QUANTIZATIONTYPE::nQpP |
Definition at line 184 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_QUANTIZATIONTYPE::nSize |
Definition at line 180 of file OMX_Video.h.
OMX_VERSIONTYPE OMX_VIDEO_PARAM_QUANTIZATIONTYPE::nVersion |
Definition at line 181 of file OMX_Video.h.