Searched refs:WBAMRENC_INPUT_PORT (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c245 pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT] = pCompPort;
300 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT] = pPortDef_ip;
302 pPortDef_ip->nPortIndex = WBAMRENC_INPUT_PORT;
335 OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
336 OMX_WBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
341 pPortFormat = pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat;
343 pPortFormat->nPortIndex = WBAMRENC_INPUT_PORT;
347 amr_ip->nPortIndex = WBAMRENC_INPUT_PORT;
847 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nPortIndex) {
849 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT],
[all...]
H A DOMX_WbAmrEnc_Utils.c122 nIpBufSize = pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->nBufferSize;
201 arr[1] = WBAMRENC_INPUT_PORT;
251 pComponentPrivate->pLcmlBufHeader[WBAMRENC_INPUT_PORT] = pTemp_lcml;
462 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]);
467 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat);
469 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]);
542 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[WBAMRENC_INPUT_PORT];
596 OMX_MEMFREE_STRUCT(pComponentPrivate->pLcmlBufHeader[WBAMRENC_INPUT_PORT]);
732 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]->bEnabled = FALSE;
733 pComponentPrivate->pPortDef[WBAMRENC_INPUT_PORT]
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h348 * @param WBAMRENC_INPUT_PORT Input port
355 WBAMRENC_INPUT_PORT = 0, enumerator in enum:WBAMRENC_COMP_PORT_TYPE

Completed in 32 milliseconds