Home
last modified time | relevance | path

Searched refs:bufParamsArray (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Dec_Utils.c142 pComponentPrivate->bufParamsArray = malloc((10 * sizeof(unsigned long int)) + 256); in G729DECFill_LCMLInitParams()
143 pComponentPrivate->bufParamsArray += 128; in G729DECFill_LCMLInitParams()
144 memset(pComponentPrivate->bufParamsArray, 0, 9 * sizeof(unsigned long int)); in G729DECFill_LCMLInitParams()
583 if(pComponentPrivate->bufParamsArray != NULL){ in G729DEC_CleanupInitParams()
584 pComponentPrivate->bufParamsArray -= 128; in G729DEC_CleanupInitParams()
585 free(pComponentPrivate->bufParamsArray); in G729DEC_CleanupInitParams()
586 pComponentPrivate->bufParamsArray = NULL; in G729DEC_CleanupInitParams()
1466 pComponentPrivate->bufParamsArray[0] = 0; in G729DECHandleDataBuf_FromApp()
1467 pComponentPrivate->bufParamsArray[1] = pInBufStruct->frameLost; in G729DECHandleDataBuf_FromApp()
1468 pComponentPrivate->bufParamsArray[2] = pInBufStruct->numPackets; in G729DECHandleDataBuf_FromApp()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h640 unsigned long int* bufParamsArray; member