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

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c263 pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT] = pCompPort;
308 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT] = pPortDef_ip;
312 pPortDef_ip->nPortIndex = NBAMRENC_INPUT_PORT;
345 OMX_MALLOC_GENERIC(pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
346 OMX_NBCONF_INIT_STRUCT(pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
348 pPortFormat = pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat;
350 pPortFormat->nPortIndex = NBAMRENC_INPUT_PORT;
356 amr_ip->nPortIndex = NBAMRENC_INPUT_PORT;
911 pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nPortIndex) {
912 memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT], sizeo
[all...]
H A DOMX_AmrEnc_Utils.c127 nIpBufSize = pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->nBufferSize;
203 arr[1] = NBAMRENC_INPUT_PORT;
259 pComponentPrivate->pLcmlBufHeader[NBAMRENC_INPUT_PORT] = pTemp_lcml;
452 OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]);
457 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat);
459 OMX_MEMFREE_STRUCT(pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]);
518 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[NBAMRENC_INPUT_PORT];
559 OMX_MEMFREE_STRUCT(pComponentPrivate->pLcmlBufHeader[NBAMRENC_INPUT_PORT]);
716 if (pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]->bPopulated && pComponentPrivate->pPortDef[NBAMRENC_INPUT_PORT]
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h512 * @param NBAMRENC_INPUT_PORT Input port
519 NBAMRENC_INPUT_PORT = 0, enumerator in enum:NBAMRENC_COMP_PORT_TYPE

Completed in 9 milliseconds