Searched refs:DSPProcessor_FlushMemory (Results 1 - 11 of 11) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A DDSPProcessor.h28 * DSPProcessor_FlushMemory
138 * ======== DSPProcessor_FlushMemory ========
156 extern DBAPI DSPProcessor_FlushMemory(DSP_HPROCESSOR hProcessor,
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPProcessor.h28 * DSPProcessor_FlushMemory
138 * ======== DSPProcessor_FlushMemory ========
156 extern DBAPI DSPProcessor_FlushMemory(DSP_HPROCESSOR hProcessor,
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPProcessor.c30 * DSPProcessor_FlushMemory
207 * ======== DSPProcessor_FlushMemory ========
211 DBAPI DSPProcessor_FlushMemory(DSP_HPROCESSOR hProcessor, PVOID pMpuAddr, function
227 (TEXT("PROC: DSPProcessor_FlushMemory\r\n")));
243 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_FlushMemory", ulSize);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c2217 status = DSPProcessor_FlushMemory(phandle->dspCodec->hProc, pLcmlHdr->pFrameParam, nFrames*sizeof(NBAMRDEC_FrameStruct), 0);
2401 status = DSPProcessor_FlushMemory(phandle->dspCodec->hProc, pLcmlHdr->pFrameParam, nFrames*sizeof(NBAMRDEC_FrameStruct), 0);
2685 status = DSPProcessor_FlushMemory(dspphandle->dspCodec->hProc, pLcmlHdr->pFrameParam, pLcmlHdr->pBufferParam->usNbFrames*sizeof(NBAMRDEC_FrameStruct), 0);
3453 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c2201 status = DSPProcessor_FlushMemory(phandle->dspCodec->hProc, pLcmlHdr->pFrameParam, nFrames*sizeof(WAMRDEC_FrameStruct), 0);
2365 status = DSPProcessor_FlushMemory(phandle->dspCodec->hProc, pLcmlHdr->pFrameParam, nFrames*sizeof(WAMRDEC_FrameStruct), 0);
2657 status = DSPProcessor_FlushMemory(dspphandle->dspCodec->hProc, pLcmlHdr->pFrameParam, pLcmlHdr->pBufferParam->usNbFrames*sizeof(WAMRDEC_FrameStruct), 0);
3468 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c1012 status = DSPProcessor_FlushMemory(phandle->dspCodec->hProc, pDmmBuf->pAllocated, bufferSizeUsed, (bufferSizeUsed > 512*1024) ? 3: 0);
1024 status = DSPProcessor_FlushMemory(phandle->dspCodec->hProc, pDmmBuf->pAllocated, bufferLen, 3);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c2757 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c2587 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c2036 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c3044 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c3275 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);

Completed in 1488 milliseconds