Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrwb/enc/SampleCode/
DAMRWB_E_SAMPLE.c104 void *pfunc; in encode() local
141 pfunc = dlsym(handle, "voGetAMRWBEncAPI"); in encode()
142 if(pfunc == 0) in encode()
149 pGetAPI = (VOGETAUDIOENCAPI)pfunc; in encode()