OpenMAX Bellagio 0.9.3
|
#include <OMX_Video.h>
H.263 Params
STRUCT MEMBERS: nSize : Size of the structure in bytes nVersion : OMX specification version information nPortIndex : Port that this structure applies to nPFrames : Number of P frames between each I frame nBFrames : Number of B frames between each I frame eProfile : H.263 profile(s) to use eLevel : H.263 level(s) to use bPLUSPTYPEAllowed : Indicating that it is allowed to use PLUSPTYPE (specified in the 1998 version of H.263) to indicate custom picture sizes or clock frequencies nAllowedPictureTypes : Specifies the picture types allowed in the bitstream bForceRoundingTypeToZero : value of the RTYPE bit (bit 6 of MPPTYPE) is not constrained. It is recommended to change the value of the RTYPE bit for each reference picture in error-free communication nPictureHeaderRepetition : Specifies the frequency of picture header repetition nGOBHeaderInterval : Specifies the interval of non-empty GOB
headers in units of GOBs
Definition at line 493 of file OMX_Video.h.
OMX_BOOL OMX_VIDEO_PARAM_H263TYPE::bForceRoundingTypeToZero |
Definition at line 503 of file OMX_Video.h.
OMX_BOOL OMX_VIDEO_PARAM_H263TYPE::bPLUSPTYPEAllowed |
Definition at line 501 of file OMX_Video.h.
OMX_VIDEO_H263LEVELTYPE OMX_VIDEO_PARAM_H263TYPE::eLevel |
Definition at line 500 of file OMX_Video.h.
OMX_VIDEO_H263PROFILETYPE OMX_VIDEO_PARAM_H263TYPE::eProfile |
Definition at line 499 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_H263TYPE::nAllowedPictureTypes |
Definition at line 502 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_H263TYPE::nBFrames |
Definition at line 498 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_H263TYPE::nGOBHeaderInterval |
Definition at line 505 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_H263TYPE::nPFrames |
Definition at line 497 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_H263TYPE::nPictureHeaderRepetition |
Definition at line 504 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_H263TYPE::nPortIndex |
Definition at line 496 of file OMX_Video.h.
OMX_U32 OMX_VIDEO_PARAM_H263TYPE::nSize |
Definition at line 494 of file OMX_Video.h.
OMX_VERSIONTYPE OMX_VIDEO_PARAM_H263TYPE::nVersion |
Definition at line 495 of file OMX_Video.h.