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

/hardware/ti/omap3/dspbridge/inc/
H A DDSPProcessor.h34 * DSPProcessor_UnMap
316 * ======== DSPProcessor_UnMap ========
334 extern DBAPI DSPProcessor_UnMap(DSP_HPROCESSOR hProcessor,
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPProcessor.h34 * DSPProcessor_UnMap
316 * ======== DSPProcessor_UnMap ========
334 extern DBAPI DSPProcessor_UnMap(DSP_HPROCESSOR hProcessor,
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPProcessor.c36 * DSPProcessor_UnMap
588 /* ======== DSPProcessor_UnMap ========
592 DBAPI DSPProcessor_UnMap(DSP_HPROCESSOR hProcessor, PVOID pMapAddr) function
605 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_UnMap\r\n")));
627 PrintStatistics(&tv_beg, &tv_end, "DSPProcessor_UnMap", 0);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c2798 status = DSPProcessor_UnMap(ProcHandle,pMapPtr);
2801 G711DEC_PRINT("DSPProcessor_UnMap() failed - error 0x%x",(int)status);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c2635 status = DSPProcessor_UnMap(ProcHandle,pMapPtr);
2638 G711ENC_DPRINT("DSPProcessor_UnMap() failed - error 0x%x",(int)status);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c2076 status = DSPProcessor_UnMap(ProcHandle,pMapPtr);
2079 G726DEC_EPRINT("DSPProcessor_UnMap() failed - error 0x%x",(int)status);
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c1547 status = DSPProcessor_UnMap(ProcHandle,pMapPtr);
1550 OMX_PRDSP4 (dbg, "DSPProcessor_UnMap() failed - error 0x%x",(int)status);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c3493 status = DSPProcessor_UnMap(ProcHandle,pMapPtr);
3496 OMX_ERROR4 (dbg, "DSPProcessor_UnMap() failed - error 0x%x",(int)status);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c3090 status = DSPProcessor_UnMap(ProcHandle,pMapPtr);
3093 OMX_ERROR4 (dbg, "DSPProcessor_UnMap() failed - error 0x%x",(int)status);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c3508 status = DSPProcessor_UnMap(ProcHandle,pMapPtr);
3511 OMX_ERROR4 (dbg, "DSPProcessor_UnMap() failed - error 0x%x",(int)status);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c3316 status = DSPProcessor_UnMap(ProcHandle, pMapPtr);
3319 OMX_ERROR4 (dbg, "DSPProcessor_UnMap() failed - error 0x%x", (int)status);

Completed in 3455 milliseconds