Home
last modified time | relevance | path

Searched refs:INPUT_PORT (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c208 ((AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->aacParams[INPUT_PORT] = aac_ip; in OMX_ComponentInit()
239 ((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pcmParam[INPUT_PORT] = aac_pcm_ip; in OMX_ComponentInit()
344 pComponentPrivate->sInPortFormat.nPortIndex = INPUT_PORT; in OMX_ComponentInit()
399 ((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[INPUT_PORT] = pPortDef_ip; in OMX_ComponentInit()
833 …(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) in GetParameter()
836 …memcpy(ComponentParameterStructure,pComponentPrivate->pPortDef[INPUT_PORT], sizeof(OMX_PARAM_PORTD… in GetParameter()
851 …(ComponentParameterStructure))->nPortIndex == pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) in GetParameter()
886 …Params[INPUT_PORT]->nPortIndex = %d\n", (int)pComponentPrivate->aacParams[INPUT_PORT]->nPortIndex); in GetParameter()
889 …ComponentParameterStructure))->nPortIndex == pComponentPrivate->aacParams[INPUT_PORT]->nPortIndex) in GetParameter()
896 …memcpy(ComponentParameterStructure,pComponentPrivate->aacParams[INPUT_PORT], sizeof(OMX_AUDIO_PARA… in GetParameter()
[all …]
DOMX_AacEnc_Utils.c129 nIpBufSize = pComponentPrivate->pPortDef[INPUT_PORT]->nBufferSize; in AACENCFill_LCMLInitParams()
310 pComponentPrivate->pLcmlBufHeader[INPUT_PORT] = pTemp_lcml; in AACENCFill_LCMLInitParams()
510 nIpBuf = pComponentPrivate->pPortDef[INPUT_PORT]->nBufferCountActual; in AACENC_FreeCompResources()
524 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[INPUT_PORT]); in AACENC_FreeCompResources()
526 OMX_MEMFREE_STRUCT(pComponentPrivate->aacParams[INPUT_PORT]); in AACENC_FreeCompResources()
528 OMX_MEMFREE_STRUCT(pComponentPrivate->pcmParam[INPUT_PORT]); in AACENC_FreeCompResources()
587 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[INPUT_PORT]; in AACENC_CleanupInitParams()
604 OMX_MEMFREE_STRUCT(pComponentPrivate->pLcmlBufHeader[INPUT_PORT]); in AACENC_CleanupInitParams()
760 pComponentPrivate->pPortDef[INPUT_PORT]->bEnabled= FALSE; in AACENCHandleCommand()
761 pComponentPrivate->pPortDef[INPUT_PORT]->bPopulated= FALSE; in AACENCHandleCommand()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDecoder.c235 ((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->wmaParams[INPUT_PORT] = wma_ip; in OMX_ComponentInit()
344 pComponentPrivate->sInPortFormat.nPortIndex = INPUT_PORT; in OMX_ComponentInit()
413 ((WMADEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[INPUT_PORT] in OMX_ComponentInit()
807 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) { in GetParameter()
811 pComponentPrivate->pPortDef[INPUT_PORT], in GetParameter()
832 pComponentPrivate->pPortDef[INPUT_PORT]->nPortIndex) { in GetParameter()
870 …meter wmaParams->nPortIndex %ld\n",__LINE__, pComponentPrivate->wmaParams[INPUT_PORT]->nPortIndex); in GetParameter()
872 pComponentPrivate->wmaParams[INPUT_PORT]->nPortIndex) in GetParameter()
874 …memcpy(ComponentParameterStructure, pComponentPrivate->wmaParams[INPUT_PORT], sizeof(OMX_AUDIO_PAR… in GetParameter()
1047 pHandle->pComponentPrivate)->wmaParams[INPUT_PORT], in SetParameter()
[all …]
DOMX_WmaDec_Utils.c228 arr[1] = INPUT_PORT; in WMADECFill_LCMLInitParams()
290 pComponentPrivate_CC->pLcmlBufHeader[INPUT_PORT] = pTemp_lcml; in WMADECFill_LCMLInitParams()
504 nIpBuf = pComponentPrivate->pPortDef[INPUT_PORT]->nBufferCountActual; in WMADEC_FreeCompResources()
560 if (pComponentPrivate->pPortDef[INPUT_PORT]) in WMADEC_FreeCompResources()
564 %p",pComponentPrivate->pPortDef[INPUT_PORT]); in WMADEC_FreeCompResources()
565 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[INPUT_PORT]); in WMADEC_FreeCompResources()
577 if (pComponentPrivate->wmaParams[INPUT_PORT]) in WMADEC_FreeCompResources()
580 pComponentPrivate->wmaParams[INPUT_PORT]); in WMADEC_FreeCompResources()
581 OMX_MEMFREE_STRUCT(pComponentPrivate->wmaParams[INPUT_PORT]); in WMADEC_FreeCompResources()
657 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[INPUT_PORT]; in WMADEC_CleanupInitParams()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c105 #define INPUT_PORT 0 macro
414 if(nData1 == INPUT_PORT && nData2 == OMX_BUFFERFLAG_EOS) in EventHandler()
934 pCompPrivateStruct->nPortIndex = INPUT_PORT;
1003 iAacParam->nPortIndex = INPUT_PORT;
2209 error = OMX_FreeBuffer(*pHandle, INPUT_PORT, pInputBufferHeader[i]);
2541 eError = OMX_FreeBuffer(pHandle, INPUT_PORT, pBufferIn+i);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h463 INPUT_PORT = 0, enumerator
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h178 INPUT_PORT = 0, enumerator