Home
last modified time | relevance | path

Searched refs:pH264 (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c315 OMX_VIDEO_PARAM_AVCTYPE* pH264; member
838 memset(pAppData->pH264, 0x0, sizeof(OMX_VIDEO_PARAM_AVCTYPE)); in VIDENCTEST_SetH264Parameter()
839 pAppData->pH264->nSize = sizeof(OMX_VIDEO_PARAM_AVCTYPE); in VIDENCTEST_SetH264Parameter()
840 pAppData->pH264->nVersion.s.nVersionMajor = 0x1; in VIDENCTEST_SetH264Parameter()
841 pAppData->pH264->nVersion.s.nVersionMinor = 0x0; in VIDENCTEST_SetH264Parameter()
842 pAppData->pH264->nVersion.s.nRevision = 0x0; in VIDENCTEST_SetH264Parameter()
843 pAppData->pH264->nVersion.s.nStep = 0x0; in VIDENCTEST_SetH264Parameter()
844 pAppData->pH264->nPortIndex = VIDENC_OUTPUT_PORT; in VIDENCTEST_SetH264Parameter()
845 pAppData->pH264->nSliceHeaderSpacing = 0; in VIDENCTEST_SetH264Parameter()
846 pAppData->pH264->nPFrames = -1; in VIDENCTEST_SetH264Parameter()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c559 VIDENC_MALLOC(pComponentPrivate->pH264, in OMX_ComponentInit()
781 OMX_CONF_INIT_STRUCT(pComponentPrivate->pH264, OMX_VIDEO_PARAM_AVCTYPE); in OMX_ComponentInit()
782 pComponentPrivate->pH264->nPortIndex = VIDENC_OUTPUT_PORT; in OMX_ComponentInit()
783 pComponentPrivate->pH264->nSliceHeaderSpacing = 0; in OMX_ComponentInit()
784 pComponentPrivate->pH264->nPFrames = -1; in OMX_ComponentInit()
785 pComponentPrivate->pH264->nBFrames = -1; in OMX_ComponentInit()
786 pComponentPrivate->pH264->bUseHadamard = OMX_TRUE; /*OMX_FALSE*/ in OMX_ComponentInit()
787 pComponentPrivate->pH264->nRefFrames = 1; /*-1; */ in OMX_ComponentInit()
788 pComponentPrivate->pH264->nRefIdx10ActiveMinus1 = -1; in OMX_ComponentInit()
789 pComponentPrivate->pH264->nRefIdx11ActiveMinus1 = -1; in OMX_ComponentInit()
[all …]
DOMX_VideoEnc_Utils.c1376 switch(pComponentPrivate->pH264->eLevel) in OMX_VIDENC_HandleCommandStateSetIdle()
3175 OMX_VIDEO_PARAM_AVCTYPE* pH264 = NULL; in OMX_VIDENC_InitDSP_H264Enc() local
3188 pH264 = pComponentPrivate->pH264; in OMX_VIDENC_InitDSP_H264Enc()
3332 if (pH264->eLevel == OMX_VIDEO_AVCLevel1b) in OMX_VIDENC_InitDSP_H264Enc()
3336 else if (pH264->eLevel == OMX_VIDEO_AVCLevel1) in OMX_VIDENC_InitDSP_H264Enc()
3340 else if (pH264->eLevel == OMX_VIDEO_AVCLevel11) in OMX_VIDENC_InitDSP_H264Enc()
3344 else if (pH264->eLevel == OMX_VIDEO_AVCLevel12) in OMX_VIDENC_InitDSP_H264Enc()
3348 else if (pH264->eLevel == OMX_VIDEO_AVCLevel13) in OMX_VIDENC_InitDSP_H264Enc()
3352 else if (pH264->eLevel == OMX_VIDEO_AVCLevel2) in OMX_VIDENC_InitDSP_H264Enc()
3356 else if (pH264->eLevel == OMX_VIDEO_AVCLevel21) in OMX_VIDENC_InitDSP_H264Enc()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c364 …OMX_MALLOC_STRUCT(pComponentPrivate->pH264, OMX_VIDEO_PARAM_AVCTYPE,pComponentPrivate->nMemUsage[V… in OMX_ComponentInit()
894 pParamProfileLevel->eProfile = pComponentPrivate->pH264->eProfile; in VIDDEC_GetParameter()
895 pParamProfileLevel->eLevel = pComponentPrivate->pH264->eLevel; in VIDDEC_GetParameter()
1059 pComponentPrivate->pH264->nPortIndex) { in VIDDEC_GetParameter()
1060 … memcpy(ComponentParameterStructure, pComponentPrivate->pH264, sizeof(OMX_VIDEO_PARAM_AVCTYPE)); in VIDDEC_GetParameter()
1405 if (pComponentParam->nPortIndex == pComponentPrivate->pH264->nPortIndex) { in VIDDEC_SetParameter()
1406 memcpy(pComponentPrivate->pH264, pCompParam, sizeof(OMX_VIDEO_PARAM_AVCTYPE)); in VIDDEC_SetParameter()
1628 pComponentPrivate->pH264->eProfile = pParamProfileLevel->eProfile; in VIDDEC_SetParameter()
1629 pComponentPrivate->pH264->eLevel = pParamProfileLevel->eLevel; in VIDDEC_SetParameter()
2790 if(pComponentPrivate->pH264 != NULL) { in VIDDEC_ComponentDeInit()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h575 OMX_VIDEO_PARAM_AVCTYPE* pH264; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h861 OMX_VIDEO_PARAM_AVCTYPE* pH264; member