Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
DAAC_E_SAMPLES.c154 void *pfunc; in main() local
198 pfunc = dlsym(handle, "voGetAACEncAPI"); in main()
199 if(pfunc == 0) in main()
204 pGetAPI = (VOGETAUDIODECAPI)pfunc; in main()
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAMRWB_E_SAMPLE.c104 void *pfunc; in encode() local
140 pfunc = dlsym(handle, "voGetAMRWBEncAPI"); in encode()
141 if(pfunc == 0) in encode()
147 pGetAPI = (VOGETAUDIOENCAPI)pfunc; in encode()