Searched refs:pH263 (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c317 OMX_VIDEO_PARAM_H263TYPE* pH263; member in struct:MYDATATYPE
1065 pAppData->pH263->nSize = sizeof(OMX_VIDEO_PARAM_H263TYPE);
1066 pAppData->pH263->nVersion.s.nVersionMajor = 0x1;
1067 pAppData->pH263->nVersion.s.nVersionMinor = 0x0;
1068 pAppData->pH263->nVersion.s.nRevision = 0x0;
1069 pAppData->pH263->nVersion.s.nStep = 0x0;
1070 pAppData->pH263->nPortIndex = VIDENC_OUTPUT_PORT;
1071 pAppData->pH263->eLevel = pAppData->eLevelH63;
1072 pAppData->pH263->nGOBHeaderInterval = pAppData->nGOBHeaderInterval;
1074 eError = OMX_SetParameter (pHandle, OMX_IndexParamVideoH263, pAppData->pH263);
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c567 VIDENC_MALLOC(pComponentPrivate->pH263,
834 /* Set pH263 defaults */
835 OMX_CONF_INIT_STRUCT(pComponentPrivate->pH263, OMX_VIDEO_PARAM_H263TYPE);
836 pComponentPrivate->pH263->nPortIndex = VIDENC_OUTPUT_PORT;
837 pComponentPrivate->pH263->nPFrames = 0;
838 pComponentPrivate->pH263->nBFrames = 0;
839 pComponentPrivate->pH263->eProfile = OMX_VIDEO_H263ProfileBaseline;
840 pComponentPrivate->pH263->eLevel = OMX_VIDEO_H263Level10;
841 pComponentPrivate->pH263->bPLUSPTYPEAllowed = OMX_FALSE;
842 pComponentPrivate->pH263
[all...]
H A DOMX_VideoEnc_Utils.c1444 switch(pComponentPrivate->pH263->eLevel)
3453 OMX_VIDEO_PARAM_H263TYPE* pH263 = NULL; local
3469 pH263 = pComponentPrivate->pH263;
3564 pCreatePhaseArgs->ulGOBHeadersInterval = pH263->nGOBHeaderInterval;
3701 if (pH263->eLevel == OMX_VIDEO_H263Level10)
3705 else if (pH263->eLevel == OMX_VIDEO_H263Level20)
3709 else if (pH263->eLevel == OMX_VIDEO_H263Level30)
3713 else if (pH263->eLevel == OMX_VIDEO_H263Level40)
3717 else if (pH263
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c365 OMX_MALLOC_STRUCT(pComponentPrivate->pH263, OMX_VIDEO_PARAM_H263TYPE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
904 pParamProfileLevel->eProfile = pComponentPrivate->pH263->eProfile;
905 pParamProfileLevel->eLevel = pComponentPrivate->pH263->eLevel;
1071 pComponentPrivate->pH263->nPortIndex) {
1072 memcpy(ComponentParameterStructure, pComponentPrivate->pH263, sizeof(OMX_VIDEO_PARAM_H263TYPE));
1416 if (pComponentParam->nPortIndex == pComponentPrivate->pH263->nPortIndex) {
1417 memcpy(pComponentPrivate->pH263, pCompParam, sizeof(OMX_VIDEO_PARAM_H263TYPE));
1620 pComponentPrivate->pH263->eProfile = pParamProfileLevel->eProfile;
1621 pComponentPrivate->pH263->eLevel = pParamProfileLevel->eLevel;
2794 if(pComponentPrivate->pH263 !
[all...]
H A DOMX_VideoDec_Utils.c1035 pComponentPrivate->pH263->nPortIndex = VIDDEC_DEFAULT_H263_PORTINDEX;
1036 pComponentPrivate->pH263->nPFrames = VIDDEC_DEFAULT_H263_PFRAMES;
1037 pComponentPrivate->pH263->nBFrames = VIDDEC_DEFAULT_H263_BFRAMES;
1038 pComponentPrivate->pH263->eProfile = VIDDEC_DEFAULT_H263_PROFILE;
1039 pComponentPrivate->pH263->eLevel = VIDDEC_DEFAULT_H263_LEVEL;
1040 pComponentPrivate->pH263->bPLUSPTYPEAllowed = VIDDEC_DEFAULT_H263_PLUSPTYPEALLOWED;
1041 pComponentPrivate->pH263->nAllowedPictureTypes = VIDDEC_DEFAULT_H263_ALLOWEDPICTURETYPES;
1042 pComponentPrivate->pH263->bForceRoundingTypeToZero = VIDDEC_DEFAULT_H263_FORCEROUNDINGTYPETOZERO;
1043 pComponentPrivate->pH263->nPictureHeaderRepetition = VIDDEC_DEFAULT_H263_PICTUREHEADERREPETITION;
1044 pComponentPrivate->pH263
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h579 OMX_VIDEO_PARAM_H263TYPE* pH263; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h863 OMX_VIDEO_PARAM_H263TYPE* pH263; member in struct:VIDDEC_COMPONENT_PRIVATE

Completed in 93 milliseconds