Home
last modified time | relevance | path

Searched refs:packetLength (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h669 unsigned long int packetLength[6]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Dec_Utils.c1469 pComponentPrivate->bufParamsArray[3] = pInBufStruct->packetLength[0]; in G729DECHandleDataBuf_FromApp()
1470 pComponentPrivate->bufParamsArray[4] = pInBufStruct->packetLength[1]; in G729DECHandleDataBuf_FromApp()
1471 pComponentPrivate->bufParamsArray[5] = pInBufStruct->packetLength[2]; in G729DECHandleDataBuf_FromApp()
1472 pComponentPrivate->bufParamsArray[6] = pInBufStruct->packetLength[3]; in G729DECHandleDataBuf_FromApp()
1473 pComponentPrivate->bufParamsArray[7] = pInBufStruct->packetLength[4]; in G729DECHandleDataBuf_FromApp()
1474 pComponentPrivate->bufParamsArray[8] = pInBufStruct->packetLength[5]; in G729DECHandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c1417 pBufStructTemp->packetLength[j] = nBytes + 1; in fill_data_fromFile()
1418 pBuf->nFilledLen += pBufStructTemp->packetLength[j]; in fill_data_fromFile()