Searched refs:pfunc (Results 1 – 2 of 2) sorted by relevance
154 void *pfunc; in main() local198 pfunc = dlsym(handle, "voGetAACEncAPI"); in main()199 if(pfunc == 0) in main()204 pGetAPI = (VOGETAUDIODECAPI)pfunc; in main()
104 void *pfunc; in encode() local140 pfunc = dlsym(handle, "voGetAMRWBEncAPI"); in encode()141 if(pfunc == 0) in encode()147 pGetAPI = (VOGETAUDIOENCAPI)pfunc; in encode()