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

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 142 pComponentPrivate->bufParamsArray = malloc((10 * sizeof(unsigned long int)) + 256);
143 pComponentPrivate->bufParamsArray += 128;
144 memset(pComponentPrivate->bufParamsArray, 0, 9 * sizeof(unsigned long int));
583 if(pComponentPrivate->bufParamsArray != NULL){
584 pComponentPrivate->bufParamsArray -= 128;
585 free(pComponentPrivate->bufParamsArray);
586 pComponentPrivate->bufParamsArray = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 640 unsigned long int* bufParamsArray;

Completed in 372 milliseconds