OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INPUT_PORT
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c
235
((WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->wmaParams[
INPUT_PORT
] = wma_ip;
344
pComponentPrivate->sInPortFormat.nPortIndex =
INPUT_PORT
;
413
((WMADEC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[
INPUT_PORT
]
[
all
...]
OMX_WmaDec_Utils.c
228
arr[1] =
INPUT_PORT
;
290
pComponentPrivate_CC->pLcmlBufHeader[
INPUT_PORT
] = pTemp_lcml;
504
nIpBuf = pComponentPrivate->pPortDef[
INPUT_PORT
]->nBufferCountActual;
560
if (pComponentPrivate->pPortDef[
INPUT_PORT
])
563
OMX_PRCOMM2(pComponentPrivate->dbg, "freeing pComponentPrivate->pPortDef[
INPUT_PORT
] = \
564
%p",pComponentPrivate->pPortDef[
INPUT_PORT
]);
565
OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[
INPUT_PORT
]);
577
if (pComponentPrivate->wmaParams[
INPUT_PORT
])
579
OMX_PRCOMM2(pComponentPrivate->dbg, "pComponentPrivate->wmaParams[
INPUT_PORT
] = %p",
580
pComponentPrivate->wmaParams[
INPUT_PORT
]);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c
208
((AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->aacParams[
INPUT_PORT
] = aac_ip;
239
((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pcmParam[
INPUT_PORT
] = aac_pcm_ip;
344
pComponentPrivate->sInPortFormat.nPortIndex =
INPUT_PORT
;
399
((AACENC_COMPONENT_PRIVATE*) pHandle->pComponentPrivate)->pPortDef[
INPUT_PORT
] = pPortDef_ip;
[
all
...]
OMX_AacEnc_Utils.c
129
nIpBufSize = pComponentPrivate->pPortDef[
INPUT_PORT
]->nBufferSize;
310
pComponentPrivate->pLcmlBufHeader[
INPUT_PORT
] = pTemp_lcml;
510
nIpBuf = pComponentPrivate->pPortDef[
INPUT_PORT
]->nBufferCountActual;
524
OMX_MEMFREE_STRUCT(pComponentPrivate->pPortDef[
INPUT_PORT
]);
526
OMX_MEMFREE_STRUCT(pComponentPrivate->aacParams[
INPUT_PORT
]);
528
OMX_MEMFREE_STRUCT(pComponentPrivate->pcmParam[
INPUT_PORT
]);
587
pTemp_lcml = pComponentPrivate->pLcmlBufHeader[
INPUT_PORT
];
604
OMX_MEMFREE_STRUCT(pComponentPrivate->pLcmlBufHeader[
INPUT_PORT
]);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c
105
#define
INPUT_PORT
0
414
if(nData1 ==
INPUT_PORT
&& nData2 == OMX_BUFFERFLAG_EOS)
934
pCompPrivateStruct->nPortIndex =
INPUT_PORT
;
1003
iAacParam->nPortIndex =
INPUT_PORT
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
178
INPUT_PORT
= 0,
329
This pBufHeader[
INPUT_PORT
] will point to all the
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h
457
* @param
INPUT_PORT
Input port
463
INPUT_PORT
= 0,
[
all
...]
Completed in 169 milliseconds