OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G726D_OUTPUT_PORT
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Decoder.h
96
* @param
G726D_OUTPUT_PORT
Output port index
101
G726D_OUTPUT_PORT
OMX_G726Dec_Utils.h
251
* @param
G726D_OUTPUT_PORT
Output port index
256
G726D_OUTPUT_PORT
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c
244
pComponentPrivate->pCompPort[
G726D_OUTPUT_PORT
] = pCompPort;
350
pComponentPrivate->pPortDef[
G726D_OUTPUT_PORT
] = pPortDef_op;
369
pPortDef_op->nPortIndex =
G726D_OUTPUT_PORT
;
384
G726D_OMX_MALLOC(pComponentPrivate->pCompPort[
G726D_OUTPUT_PORT
]->pPortFormat,
388
OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[
G726D_OUTPUT_PORT
]->pPortFormat,
400
pPortFormat = pComponentPrivate->pCompPort[
G726D_OUTPUT_PORT
]->pPortFormat;
402
pPortFormat->nPortIndex =
G726D_OUTPUT_PORT
;
417
G726_op->nPortIndex =
G726D_OUTPUT_PORT
;
709
pComponentPrivate->pPortDef[
G726D_OUTPUT_PORT
]->nPortIndex) {
710
memcpy(ComponentParameterStructure, pComponentPrivate->pPortDef[
G726D_OUTPUT_PORT
],
[
all
...]
OMX_G726Dec_Utils.c
133
G726DEC_DPRINT("%d :: OMX_StateLoaded [
G726D_OUTPUT_PORT
]->bPopulated %d \n",
134
__LINE__,pComponentPrivate->pPortDef[
G726D_OUTPUT_PORT
]->bPopulated);
135
G726DEC_DPRINT("%d :: OMX_StateLoaded [
G726D_OUTPUT_PORT
]->bEnabled %d \n",
136
__LINE__,pComponentPrivate->pPortDef[
G726D_OUTPUT_PORT
]->bEnabled);
145
nOpBufSize = pComponentPrivate->pPortDef[
G726D_OUTPUT_PORT
]->nBufferSize;
316
pComponentPrivate->pLcmlBufHeader[
G726D_OUTPUT_PORT
] = pTemp_lcml;
497
G726D_OMX_FREE(pComponentPrivate->pPortDef[
G726D_OUTPUT_PORT
]);
501
G726D_OMX_FREE(pComponentPrivate->pCompPort[
G726D_OUTPUT_PORT
]->pPortFormat);
503
G726D_OMX_FREE(pComponentPrivate->pCompPort[
G726D_OUTPUT_PORT
]);
605
pComponentPrivate->pPortDef[
G726D_OUTPUT_PORT
]->bEnabled= FALSE
[
all
...]
Completed in 106 milliseconds