Searched defs:dsp_path (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c2672 char *dsp_path = NULL; local
2673 if (!(dsp_path = getenv("DSP_PATH")))
2676 dsp_path = "/system/lib/dsp";
2678 len = strlen(dsp_path) + strlen("/") + strlen(dll64p_name) + 1 /* null terminator */;
2681 strcpy(absDLLname,dsp_path);

Completed in 8 milliseconds