Home
last modified time | relevance | path

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

/external/neven/
DFaceDetector_jni.cpp186 btk_HFaceFinder hfd = in destroy() local
188 btk_FaceFinder_close( hfd ); in destroy()
203 btk_HFaceFinder hfd = in detect() local
244 if (btk_FaceFinder_putDCR(hfd, hdcr) == btk_STATUS_OK) { in detect()
245 numberOfFaces = btk_FaceFinder_faces(hfd); in detect()
260 btk_HFaceFinder hfd = in get_face() local
264 btk_FaceFinder_getDCR(hfd, hdcr); in get_face()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
DXF86DGA.c480 HFILE hfd; in MapPhysAddress() local
528 rc = DosOpen("/dev/pmap$", &hfd, &action, 0, FILE_NORMAL, FILE_OPEN, in MapPhysAddress()
546 rc = DosDevIOCtl(hfd, XFREE86_PMAP, PMAP_MAP, in MapPhysAddress()
DXF86DGA2.c876 HFILE hfd; in DGAMapPhysical()
902 rc = DosOpen("/dev/pmap$", &hfd, &action, 0, FILE_NORMAL, FILE_OPEN, in DGAMapPhysical()
920 rc = DosDevIOCtl(hfd, XFREE86_PMAP, PMAP_MAP, in DGAMapPhysical()