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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 328 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->strmAttr);
329 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pLcmlBufHeader[G711DEC_INPUT_PORT]);
330 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pLcmlBufHeader[G711DEC_OUTPUT_PORT]);
332 OMX_G711DECMEMFREE_STRUCT(pTemp_lcml->pIpParam);
493 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pHoldBuffer);
497 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]);
498 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]);
499 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->g711Params[G711DEC_INPUT_PORT]);
500 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->g711Params[G711DEC_OUTPUT_PORT]);
501 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat)
    [all...]
OMX_G711Decoder.c 453 OMX_G711DECMEMFREE_STRUCT(g711_ip);
454 OMX_G711DECMEMFREE_STRUCT(g711_op);
456 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pInputBufferList);
457 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pOutputBufferList);
458 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat);
459 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pCompPort[G711DEC_OUTPUT_PORT]->pPortFormat);
460 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]);
461 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->pCompPort[G711DEC_OUTPUT_PORT]);
462 OMX_G711DECMEMFREE_STRUCT(pComponentPrivate->sDeviceString);
464 OMX_G711DECMEMFREE_STRUCT(pHandle->pComponentPrivate)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 342 #define OMX_G711DECMEMFREE_STRUCT(_pStruct_) \
OMX_G711Decoder.h 265 #define OMX_G711DECMEMFREE_STRUCT(_pStruct_) \

Completed in 175 milliseconds