HomeSort by relevance Sort by last modified time
    Searched refs:G729DEC_INPUT_PORT (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 149 nIpBufSize = pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nBufferSize;
237 arr[1] = G729DEC_INPUT_PORT;
282 pComponentPrivate->pLcmlBufHeader[G729DEC_INPUT_PORT] = pTemp_lcml;
468 nIpBuf = pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nBufferCountActual;
507 if (pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]) {
508 G729DEC_MEMPRINT("%d:[FREE] %p\n",__LINE__,pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]);
509 free(pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]);
510 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = NULL;
512 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = NULL;
564 pTemp_lcml = pComponentPrivate->pLcmlBufHeader[G729DEC_INPUT_PORT];
    [all...]
OMX_G729Decoder.c 361 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT] = pPortDef_ip;
409 pInPortFormat->nPortIndex = G729DEC_INPUT_PORT;
781 G729DEC_DPRINT ("pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex = %d\n",pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex);
783 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nPortIndex) {
787 pComponentPrivate->pPortDef[G729DEC_INPUT_PORT],
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 239 * @param G729DEC_INPUT_PORT Port Type Input
246 G729DEC_INPUT_PORT = 0,
363 This pBufHeader[G729DEC_INPUT_PORT] will point to all the

Completed in 940 milliseconds