Searched refs:pOutPortFormat (Results 1 – 9 of 9) sorted by relevance
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDecoder.c | 358 …OMX_MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_VIDEO_PARAM_PORTFORMATTYPE,pComponentPriv… in OMX_ComponentInit() 386 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) { in OMX_ComponentInit() 393 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) { in OMX_ComponentInit() 400 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) { in OMX_ComponentInit() 407 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) { in OMX_ComponentInit() 415 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) { in OMX_ComponentInit() 423 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) { in OMX_ComponentInit() 431 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) { in OMX_ComponentInit() 460 if( pComponentPrivate->pOutPortFormat->eColorFormat != VIDDEC_COLORFORMAT420) { in OMX_ComponentInit() 1008 else if (pPortFormat->nPortIndex == pComponentPrivate->pOutPortFormat->nPortIndex) { in VIDDEC_GetParameter() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Decoder.c | 215 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; in OMX_ComponentInit() local 414 OMX_G729MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 415 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 416 pOutPortFormat = (OMX_AUDIO_PARAM_PORTFORMATTYPE*) pComponentPrivate->pOutPortFormat; in OMX_ComponentInit() 417 OMX_G729CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 418 pOutPortFormat->nPortIndex = G729DEC_OUTPUT_PORT; in OMX_ComponentInit() 419 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit() 420 pOutPortFormat->eEncoding = OMX_AUDIO_CodingPCM; in OMX_ComponentInit() 812 …pComponentPrivate->pOutPortFormat.nPortIndex= %d\n",pComponentPrivate->pOutPortFormat->nPortIndex); in GetParameter() 825 pComponentPrivate->pOutPortFormat->nPortIndex){ in GetParameter() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Encoder.c | 198 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; in OMX_ComponentInit() local 311 OMX_G722MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 312 OMX_G722CONF_INIT_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 314 pOutPortFormat = pComponentPrivate->pOutPortFormat; in OMX_ComponentInit() 315 OMX_G722CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 316 pOutPortFormat->nPortIndex = G722ENC_OUTPUT_PORT; in OMX_ComponentInit() 317 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit() 318 pOutPortFormat->eEncoding = OMX_AUDIO_CodingADPCM; in OMX_ComponentInit() 855 pComponentPrivate->pOutPortFormat->nIndex) { in GetParameter() 859 memcpy(ComponentParameterStructure, pComponentPrivate->pOutPortFormat, in GetParameter() [all …]
|
D | OMX_G722Enc_Utils.c | 737 if (pComponentPrivate->pOutPortFormat) { in G722Enc_FreeCompResources() 738 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pComponentPrivate->pOutPortFormat); in G722Enc_FreeCompResources() 739 free (pComponentPrivate->pOutPortFormat); in G722Enc_FreeCompResources() 740 pComponentPrivate->pOutPortFormat = NULL; in G722Enc_FreeCompResources()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Encoder.c | 188 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; in OMX_ComponentInit() local 326 pOutPortFormat = pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat; in OMX_ComponentInit() 327 OMX_G711ENC_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 329 pOutPortFormat->nPortIndex = G711ENC_OUTPUT_PORT; in OMX_ComponentInit() 330 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm; in OMX_ComponentInit() 331 pOutPortFormat->eEncoding = OMX_AUDIO_CodingG711; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Encoder.c | 202 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; in OMX_ComponentInit() local 337 pOutPortFormat = pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat; in OMX_ComponentInit() 338 OMX_G729CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE); in OMX_ComponentInit() 339 pOutPortFormat->nPortIndex = G729ENC_OUTPUT_PORT; in OMX_ComponentInit() 340 pOutPortFormat->nIndex = OMX_IndexParamAudioG729; in OMX_ComponentInit() 341 pOutPortFormat->eEncoding = OMX_AUDIO_CodingG729; in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
D | OMX_G729Decoder.h | 384 OMX_AUDIO_PARAM_PORTFORMATTYPE* pOutPortFormat; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
D | OMX_G722Enc_Utils.h | 442 OMX_AUDIO_PARAM_PORTFORMATTYPE* pOutPortFormat; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 857 OMX_VIDEO_PARAM_PORTFORMATTYPE* pOutPortFormat; member
|