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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 392 OMX_AUDIO_PARAM_G729TYPE* g729Params;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 270 pHandle->pComponentPrivate)->g729Params = g729_ip;
274 G729DEC_DPRINT("%d Malloced g729Params = 0x%p\n",__LINE__,((G729DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->g729Params);
    [all...]
OMX_G729Dec_Utils.c 521 if (pComponentPrivate->g729Params) {
522 G729DEC_MEMPRINT("%d:[FREE] %p\n",__LINE__,pComponentPrivate->g729Params);
523 free(pComponentPrivate->g729Params);
524 pComponentPrivate->g729Params = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 668 OMX_AUDIO_PARAM_G729TYPE* g729Params;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 270 pComponentPrivate->g729Params = g729_op;
    [all...]
OMX_G729Enc_Utils.c 471 OMX_G729MEMFREE_STRUCT(pComponentPrivate->g729Params);
    [all...]

Completed in 535 milliseconds