Home
last modified time | relevance | path

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

/third_party/lame/ACM/
Dmain.cpp119 ACM * ThisACM = new ACM(GetDriverModuleHandle(hdrvr)); in DriverProc() local
123 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "OPENED instance 0x%08X",ThisACM); in DriverProc()
126 return (LONG)ThisACM;// returns 0L to fail in DriverProc()
141 ACM * ThisACM = (ACM *)dwDriverId; in DriverProc() local
142 delete ThisACM; in DriverProc()
145 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "CLOSED instance 0x%08X",ThisACM); in DriverProc()
199 ACM * ThisACM = (ACM *)dwDriverId; in DriverProc() local
201 if (ThisACM != NULL) in DriverProc()
202 return ThisACM->DriverProcedure(hdrvr, msg, lParam1, lParam2); in DriverProc()