OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G726D_INPUT_PORT
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Decoder.h
94
* @param
G726D_INPUT_PORT
Input port index
100
G726D_INPUT_PORT
= 0,
OMX_G726Dec_Utils.h
249
* @param
G726D_INPUT_PORT
Input port index
255
G726D_INPUT_PORT
= 0,
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c
241
pComponentPrivate->pCompPort[
G726D_INPUT_PORT
] = pCompPort;
349
pComponentPrivate->pPortDef[
G726D_INPUT_PORT
] = pPortDef_ip;
354
pPortDef_ip->nPortIndex =
G726D_INPUT_PORT
;
382
G726D_OMX_MALLOC(pComponentPrivate->pCompPort[
G726D_INPUT_PORT
]->pPortFormat,
386
OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[
G726D_INPUT_PORT
]->pPortFormat,
393
pPortFormat = pComponentPrivate->pCompPort[
G726D_INPUT_PORT
]->pPortFormat;
395
pPortFormat->nPortIndex =
G726D_INPUT_PORT
;
408
G726_ip->nPortIndex =
G726D_INPUT_PORT
;
705
pComponentPrivate->pPortDef[
G726D_INPUT_PORT
]->nPortIndex) {
706
memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[
G726D_INPUT_PORT
],
[
all
...]
OMX_G726Dec_Utils.c
129
G726DEC_DPRINT("%d :: OMX_StateLoaded [
G726D_INPUT_PORT
]->bPopulated %d \n",
130
__LINE__,pComponentPrivate->pPortDef[
G726D_INPUT_PORT
]->bPopulated);
131
G726DEC_DPRINT("%d :: OMX_StateLoaded [
G726D_INPUT_PORT
]->bEnabled %d \n",
132
__LINE__,pComponentPrivate->pPortDef[
G726D_INPUT_PORT
]->bEnabled);
144
nIpBufSize = pComponentPrivate->pPortDef[
G726D_INPUT_PORT
]->nBufferSize;
279
pComponentPrivate->pLcmlBufHeader[
G726D_INPUT_PORT
] = pTemp_lcml;
496
G726D_OMX_FREE(pComponentPrivate->pPortDef[
G726D_INPUT_PORT
]);
500
G726D_OMX_FREE(pComponentPrivate->pCompPort[
G726D_INPUT_PORT
]->pPortFormat);
502
G726D_OMX_FREE(pComponentPrivate->pCompPort[
G726D_INPUT_PORT
]);
622
G726DEC_DPRINT("%d :: OMX_StateLoaded [
G726D_INPUT_PORT
]->bPopulated %d \n"
[
all
...]
Completed in 281 milliseconds