Home
last modified time | relevance | path

Searched refs:nFrames (Results 1 – 20 of 20) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_Utils.c1732 OMX_U8 nFrames =0; in WBAMR_DEC_HandleDataBuf_FromApp() local
1799 index = (TOCframetype[nFrames] >> 3) & 0x0F; in WBAMR_DEC_HandleDataBuf_FromApp()
1807 &TOCframetype[nFrames], in WBAMR_DEC_HandleDataBuf_FromApp()
1824 nFrames++; in WBAMR_DEC_HandleDataBuf_FromApp()
1830 nFrames = 0; in WBAMR_DEC_HandleDataBuf_FromApp()
1836 if(nFrames) in WBAMR_DEC_HandleDataBuf_FromApp()
1838 … if (((nFrames*INPUT_WBAMRDEC_BUFFER_SIZE_MIME) + pBufHeader->nFilledLen) in WBAMR_DEC_HandleDataBuf_FromApp()
1843 memmove(pBufHeader->pBuffer + (nFrames*INPUT_WBAMRDEC_BUFFER_SIZE_MIME), in WBAMR_DEC_HandleDataBuf_FromApp()
1856 … i = (nFrames*INPUT_WBAMRDEC_BUFFER_SIZE_MIME) + (OMX_U16)pComponentPrivate->wbamrMimeBytes[index]; in WBAMR_DEC_HandleDataBuf_FromApp()
1857 nFrames++; in WBAMR_DEC_HandleDataBuf_FromApp()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_Utils.c1719 OMX_U8 nFrames =0; in NBAMRDECHandleDataBuf_FromApp() local
1795 index = (TOCframetype[nFrames] >> 3) & 0x0F; in NBAMRDECHandleDataBuf_FromApp()
1803 &TOCframetype[nFrames], in NBAMRDECHandleDataBuf_FromApp()
1819 nFrames++; in NBAMRDECHandleDataBuf_FromApp()
1825 nFrames = 0; in NBAMRDECHandleDataBuf_FromApp()
1831 if(nFrames) in NBAMRDECHandleDataBuf_FromApp()
1833 … if (((nFrames*INPUT_NBAMRDEC_BUFFER_SIZE_MIME) + pBufHeader->nFilledLen) in NBAMRDECHandleDataBuf_FromApp()
1838 memmove(pBufHeader->pBuffer + (nFrames*INPUT_NBAMRDEC_BUFFER_SIZE_MIME), in NBAMRDECHandleDataBuf_FromApp()
1855 … i = (nFrames*INPUT_NBAMRDEC_BUFFER_SIZE_MIME) + (OMX_U16)pComponentPrivate->amrMimeBytes[index]; in NBAMRDECHandleDataBuf_FromApp()
1856 nFrames++; in NBAMRDECHandleDataBuf_FromApp()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_Utils.c1700 OMX_U8 nFrames = 0, i; in WBAMRENC_HandleDataBufFromApp() local
1720 nFrames = (OMX_U8)(pBufHeader->nFilledLen / frameLength); in WBAMRENC_HandleDataBufFromApp()
1722 if ( nFrames >= 1 ) {/* At least there is 1 frame in the buffer */ in WBAMRENC_HandleDataBufFromApp()
1724 pComponentPrivate->nHoldLength = pBufHeader->nFilledLen - frameLength * nFrames; in WBAMRENC_HandleDataBufFromApp()
1735 pExtraData = pBufHeader->pBuffer + frameLength * nFrames; in WBAMRENC_HandleDataBufFromApp()
1837 nFrames = (OMX_U8)(pBufHeader->nFilledLen / frameLength); in WBAMRENC_HandleDataBufFromApp()
1838 pComponentPrivate->nHoldLength = pBufHeader->nFilledLen - frameLength * nFrames; in WBAMRENC_HandleDataBufFromApp()
1845 if (nFrames < 1 ) { in WBAMRENC_HandleDataBufFromApp()
1881 nFrames = 1; in WBAMRENC_HandleDataBufFromApp()
1885 if (nFrames >= 1) { in WBAMRENC_HandleDataBufFromApp()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEnc_Utils.c1579 OMX_U8 nFrames=0,i; in NBAMRENC_HandleDataBufFromApp() local
1596 nFrames = (OMX_U8)(pBufHeader->nFilledLen / frameLength); in NBAMRENC_HandleDataBufFromApp()
1597 if ( nFrames>=1 ) { /*At least there is 1 frame in the buffer*/ in NBAMRENC_HandleDataBufFromApp()
1598 … pComponentPrivate->nHoldLength = pBufHeader->nFilledLen - frameLength*nFrames; in NBAMRENC_HandleDataBufFromApp()
1605 … pExtraData = pBufHeader->pBuffer + frameLength*nFrames; in NBAMRENC_HandleDataBufFromApp()
1685 nFrames = (OMX_U8)(pBufHeader->nFilledLen / frameLength); in NBAMRENC_HandleDataBufFromApp()
1686 … pComponentPrivate->nHoldLength = pBufHeader->nFilledLen - frameLength*nFrames; in NBAMRENC_HandleDataBufFromApp()
1690 if(nFrames < 1 ){ in NBAMRENC_HandleDataBufFromApp()
1733 nFrames=1; in NBAMRENC_HandleDataBufFromApp()
1736 if(nFrames >= 1){ in NBAMRENC_HandleDataBufFromApp()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_Utils.c1405 OMX_U8 nFrames = 0,i = 0; in G711ENC_HandleDataBufFromApp() local
1450 nFrames = (OMX_U8)(pBufHeader->nFilledLen / frameLength_in); in G711ENC_HandleDataBufFromApp()
1451 pComponentPrivate->nNumOfFramesSent = nFrames; in G711ENC_HandleDataBufFromApp()
1454 if( (pLcmlHdr->pBufferParam->usNbFrames < nFrames) && in G711ENC_HandleDataBufFromApp()
1469 …G711ENC_OMX_MALLOC_SIZE(pBufParmsTemp, (sizeof(G711ENC_FrameStruct)*nFrames) + DSP_CACHE_ALIGNMENT… in G711ENC_HandleDataBufFromApp()
1472 nFrames*sizeof(G711ENC_FrameStruct), in G711ENC_HandleDataBufFromApp()
1483 for(i=0;i<nFrames;i++){ in G711ENC_HandleDataBufFromApp()
1488 (pLcmlHdr->pFrameParam+(nFrames-1))->usLastFrame = OMX_BUFFERFLAG_EOS; in G711ENC_HandleDataBufFromApp()
1492 pLcmlHdr->pBufferParam->usNbFrames = nFrames; in G711ENC_HandleDataBufFromApp()
1571 nFrames = pComponentPrivate->nNumOfFramesSent; in G711ENC_HandleDataBufFromApp()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Dec_Utils.c1508 OMX_U8 nFrames = 0; in G711DECHandleDataBuf_FromApp() local
1638 nFrames = (OMX_U8)(pBufHeader->nFilledLen / RTP_Framesize); in G711DECHandleDataBuf_FromApp()
1642 if( (pLcmlHdr->pBufferParam->usNbFrames < nFrames) && in G711DECHandleDataBuf_FromApp()
1658 ((sizeof(G711DEC_FrameStruct)*nFrames) + 256), in G711DECHandleDataBuf_FromApp()
1663 nFrames*sizeof(G711DEC_FrameStruct), in G711DECHandleDataBuf_FromApp()
1675 (pLcmlHdr->pFrameParam+(nFrames-1))->usLastFrame = OMX_BUFFERFLAG_EOS; in G711DECHandleDataBuf_FromApp()
1680 pLcmlHdr->pBufferParam->usNbFrames = nFrames; in G711DECHandleDataBuf_FromApp()
1696 STD_G711DEC_BUF_SIZE*nFrames, in G711DECHandleDataBuf_FromApp()
1697 STD_G711DEC_BUF_SIZE*nFrames, in G711DECHandleDataBuf_FromApp()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
DOMX_WbAmrDecoder.h463 OMX_U8 nFrames; member
/hardware/qcom/media/mm-core/inc/
DOMX_QCOMExtns.h629 OMX_U32 nFrames; member
665 OMX_U32 nFrames; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h543 OMX_U8 nFrames; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
DOMX_WbAmrEnc_Utils.h536 OMX_U8 nFrames; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h322 OMX_U8 nFrames; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
DOMX_G711Enc_Utils.h590 OMX_U8 nFrames; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
DOMX_AmrEnc_Utils.h694 OMX_U8 nFrames; member
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp666 enqueueShotConfigs.nShotConfig[i].nFrames = 1; in setVectorShot()
704 enqueueShotConfigs.nShotConfig[i-1].nFrames = frameCount - evCount; in setVectorShot()
727 enqueueShotConfigs.nShotConfig[0].nFrames = frameCount; in setVectorShot()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp1301 if (!venc_set_ltrperiod(pParam->nFrames)) { in venc_set_config()
1319 if (!venc_set_ltruse(pParam->nID, pParam->nFrames)) { in venc_set_config()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c192 OMX_U8 nFrames; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c247 OMX_U8 nFrames; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_IVCommon.h3535 OMX_U32 nFrames; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c233 OMX_U8 nFrames; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c2477 OutputFrames->nFrames = (OMX_U8)(pLcmlHdr->pOpParam->ulFrameCount); in MP3DEC_LCML_Callback()