Home
last modified time | relevance | path

Searched refs:pInPortFormat (Results 1 – 12 of 12) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c214 OMX_AUDIO_PARAM_PORTFORMATTYPE *pInPortFormat = NULL; in OMX_ComponentInit() local
404 OMX_G729MALLOC_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
405 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
407 pInPortFormat = pComponentPrivate->pInPortFormat; in OMX_ComponentInit()
408 OMX_G729CONF_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
409 pInPortFormat->nPortIndex = G729DEC_INPUT_PORT; in OMX_ComponentInit()
410 pInPortFormat->nIndex = OMX_IndexParamAudioG729; in OMX_ComponentInit()
411 pInPortFormat->eEncoding = OMX_AUDIO_CodingG729; in OMX_ComponentInit()
811 …("pComponentPrivate->pInPortFormat.nPortIndex= %d\n",pComponentPrivate->pInPortFormat->nPortIndex); in GetParameter()
814 pComponentPrivate->pInPortFormat->nPortIndex) { in GetParameter()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c357 …OMX_MALLOC_STRUCT(pComponentPrivate->pInPortFormat, OMX_VIDEO_PARAM_PORTFORMATTYPE,pComponentPriva… in OMX_ComponentInit()
961 if (pPortFormat->nPortIndex == pComponentPrivate->pInPortFormat->nPortIndex) { in VIDDEC_GetParameter()
965 … pComponentPrivate->pInPortFormat->nIndex = VIDDEC_DEFAULT_INPUT_INDEX_H263; in VIDDEC_GetParameter()
966 … pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingH263; in VIDDEC_GetParameter()
971 … pComponentPrivate->pInPortFormat->nIndex = VIDDEC_DEFAULT_INPUT_INDEX_H264; in VIDDEC_GetParameter()
972 … pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingAVC; in VIDDEC_GetParameter()
976 …pComponentPrivate->pInPortFormat->nIndex = VIDDEC_DEFAULT_INPUT_INDEX_MPEG2; in VIDDEC_GetParameter()
977 … pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingMPEG2; in VIDDEC_GetParameter()
982 …pComponentPrivate->pInPortFormat->nIndex = VIDDEC_DEFAULT_INPUT_INDEX_MPEG4; in VIDDEC_GetParameter()
983 … pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingMPEG4; in VIDDEC_GetParameter()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c197 OMX_AUDIO_PARAM_PORTFORMATTYPE *pInPortFormat = NULL; in OMX_ComponentInit() local
302 OMX_G722MALLOC_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
303 OMX_G722CONF_INIT_STRUCT(pComponentPrivate->pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
305 pInPortFormat = pComponentPrivate->pInPortFormat; in OMX_ComponentInit()
306 OMX_G722CONF_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
307 pInPortFormat->nPortIndex = G722ENC_INPUT_PORT; in OMX_ComponentInit()
308 pInPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit()
309 pInPortFormat->eEncoding = OMX_AUDIO_CodingADPCM; in OMX_ComponentInit()
841 pComponentPrivate->pInPortFormat->nPortIndex) { in GetParameter()
844 pComponentPrivate->pInPortFormat->nIndex) { in GetParameter()
[all …]
DOMX_G722Enc_Utils.c743 if (pComponentPrivate->pInPortFormat) { in G722Enc_FreeCompResources()
744 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->pInPortFormat); in G722Enc_FreeCompResources()
745 free (pComponentPrivate->pInPortFormat); in G722Enc_FreeCompResources()
746 pComponentPrivate->pInPortFormat = NULL; in G722Enc_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Encoder.c187 OMX_AUDIO_PARAM_PORTFORMATTYPE *pInPortFormat = NULL; in OMX_ComponentInit() local
315 pInPortFormat = pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat; in OMX_ComponentInit()
316 OMX_G711ENC_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
318 pInPortFormat->nPortIndex = G711ENC_INPUT_PORT; in OMX_ComponentInit()
319 pInPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit()
320 pInPortFormat->eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP.c525 if (nPortIndex == pMyData->pInPortFormat->nPortIndex) { in VPP_UseBuffer()
551 if ((nPortIndex == pMyData->pInPortFormat->nPortIndex) || in VPP_UseBuffer()
737 OMX_MALLOC(pComponentPrivate->pInPortFormat, sizeof(OMX_VIDEO_PARAM_PORTFORMATTYPE)); in OMX_ComponentInit()
1122 if (pVidFmt->nPortIndex == pComponentPrivate->pInPortFormat->nPortIndex) { in VPP_GetParameter()
1123 if(pVidFmt->nIndex > pComponentPrivate->pInPortFormat->nIndex) { in VPP_GetParameter()
1128 pComponentPrivate->pInPortFormat, in VPP_GetParameter()
1256 if (pComponentParam->nPortIndex == pComponentPrivate->pInPortFormat->nPortIndex) { in VPP_SetParameter()
1257 pTemp = memcpy(pComponentPrivate->pInPortFormat, in VPP_SetParameter()
DOMX_VPP_Utils.c3347 OMX_INIT_STRUCT(pComponentPrivate->pInPortFormat, OMX_VIDEO_PARAM_PORTFORMATTYPE); in VPP_Initialize_PrivateStruct()
3348 pComponentPrivate->pInPortFormat->nPortIndex = OMX_VPP_INPUT_PORT; in VPP_Initialize_PrivateStruct()
3349 pComponentPrivate->pInPortFormat->nIndex = 9; in VPP_Initialize_PrivateStruct()
3350 …pComponentPrivate->pInPortFormat->eColorFormat = OMX_COLOR_FormatYUV420PackedPlanar;/*OMX_COLOR_Fo… in VPP_Initialize_PrivateStruct()
3351 pComponentPrivate->pInPortFormat->eCompressionFormat = OMX_VIDEO_CodingUnused; in VPP_Initialize_PrivateStruct()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Encoder.c201 OMX_AUDIO_PARAM_PORTFORMATTYPE *pInPortFormat = NULL; in OMX_ComponentInit() local
328 pInPortFormat = pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat; in OMX_ComponentInit()
329 OMX_G729CONF_INIT_STRUCT(pInPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit()
330 pInPortFormat->nPortIndex = G729ENC_INPUT_PORT; in OMX_ComponentInit()
331 pInPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit()
332 pInPortFormat->eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h381 OMX_AUDIO_PARAM_PORTFORMATTYPE* pInPortFormat; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
DOMX_G722Enc_Utils.h439 OMX_AUDIO_PARAM_PORTFORMATTYPE* pInPortFormat; member
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h372 OMX_VIDEO_PARAM_PORTFORMATTYPE *pInPortFormat; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h856 OMX_VIDEO_PARAM_PORTFORMATTYPE* pInPortFormat; member