/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Dec_Utils.c | 1442 pComponentPrivate->arrTimestamp[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G722DEC_HandleDataBuf_FromApp() 1444 pComponentPrivate->arrTickCount[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; in G722DEC_HandleDataBuf_FromApp() 1445 pComponentPrivate->IpBufindex++; in G722DEC_HandleDataBuf_FromApp() 1446 … pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[OMX_DirInput]->nBufferCountActual; in G722DEC_HandleDataBuf_FromApp() 1464 pComponentPrivate->arrTimestamp[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G722DEC_HandleDataBuf_FromApp() 1465 …pComponentPrivate->arrTickCount[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; … in G722DEC_HandleDataBuf_FromApp() 1466 pComponentPrivate->IpBufindex++; in G722DEC_HandleDataBuf_FromApp() 1467 …pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[G722D_INPUT_PORT]->nBufferCountActual… in G722DEC_HandleDataBuf_FromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
D | OMX_WbAmrDecoder.h | 644 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
D | OMX_G729Decoder.h | 629 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
D | OMX_G722Enc_Utils.h | 649 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
D | OMX_AmrDecoder.h | 818 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
D | OMX_G711Decoder.h | 711 OMX_U8 IpBufindex; member
|
D | OMX_G711Dec_Utils.h | 785 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_Utils.h | 687 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
D | OMX_G722Dec_Utils.h | 569 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
D | OMX_G726Dec_Utils.h | 684 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 753 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
D | OMX_G711Enc_Utils.h | 804 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
D | OMX_WmaDec_Utils.h | 798 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
D | OMX_Mp3Dec_Utils.h | 757 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 597 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
D | OMX_G729Enc_Utils.h | 882 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_Utils.c | 1494 … pComponentPrivate->arrBufIndexTick[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; in G711ENC_HandleDataBufFromApp() 1497 … pComponentPrivate->arrBufIndex[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G711ENC_HandleDataBufFromApp() 1498 pComponentPrivate->IpBufindex++; in G711ENC_HandleDataBufFromApp() 1499 …pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->nBufferCountAct… in G711ENC_HandleDataBufFromApp() 1501 pComponentPrivate->arrBufIndex[pComponentPrivate->IpBufindex]); in G711ENC_HandleDataBufFromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
D | OMX_AacDec_Utils.h | 924 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_Utils.h | 914 OMX_U8 IpBufindex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_Utils.c | 1395 … pComponentPrivate->arrTimestamp[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G726ENC_HandleDataBufFromApp() 1397 … pComponentPrivate->arrTickCount[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; in G726ENC_HandleDataBufFromApp() 1398 pComponentPrivate->IpBufindex++; in G726ENC_HandleDataBufFromApp() 1399 …pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->nBufferCountAct… in G726ENC_HandleDataBufFromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Dec_Utils.c | 1508 pComponentPrivate->arrTimestamp[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G729DECHandleDataBuf_FromApp() 1509 …pComponentPrivate->arrTickCount[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; … in G729DECHandleDataBuf_FromApp() 1510 pComponentPrivate->IpBufindex++; in G729DECHandleDataBuf_FromApp() 1511 …pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[G729DEC_INPUT_PORT]->nBufferCountActu… in G729DECHandleDataBuf_FromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Dec_Utils.c | 1353 pComponentPrivate->arrTimestamp[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G726DEC_HandleDataBuf_FromApp() 1354 …pComponentPrivate->arrTickCount[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; … in G726DEC_HandleDataBuf_FromApp() 1355 pComponentPrivate->IpBufindex++; in G726DEC_HandleDataBuf_FromApp() 1356 … pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[OMX_DirInput]->nBufferCountActual; in G726DEC_HandleDataBuf_FromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Enc_Utils.c | 1533 pComponentPrivate->arrTimestamp[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G729ENC_HandleDataBufFromApp() 1534 …pComponentPrivate->arrTickCount[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; … in G729ENC_HandleDataBufFromApp() 1535 pComponentPrivate->IpBufindex++; in G729ENC_HandleDataBufFromApp() 1536 …pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->nBufferCountAct… in G729ENC_HandleDataBufFromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Enc_Utils.c | 1216 … pComponentPrivate->arrTimestamp[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G722ENC_HandleDataBuf_FromApp() 1218 … pComponentPrivate->arrTickCount[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; in G722ENC_HandleDataBuf_FromApp() 1219 pComponentPrivate->IpBufindex++; in G722ENC_HandleDataBuf_FromApp() 1220 … pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[OMX_DirOutput]->nBufferCountActual; in G722ENC_HandleDataBuf_FromApp()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Dec_Utils.c | 1683 … pComponentPrivate->arrBufIndexTick[pComponentPrivate->IpBufindex] = pBufHeader->nTickCount; in G711DECHandleDataBuf_FromApp() 1686 pComponentPrivate->arrBufIndex[pComponentPrivate->IpBufindex] = pBufHeader->nTimeStamp; in G711DECHandleDataBuf_FromApp() 1687 pComponentPrivate->IpBufindex++; in G711DECHandleDataBuf_FromApp() 1688 …pComponentPrivate->IpBufindex %= pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferCountActu… in G711DECHandleDataBuf_FromApp()
|