Lines Matching full:ptra
37 void btk_FaceFinder_init( struct bbs_Context* cpA, struct btk_FaceFinder* ptrA )
39 ptrA->hsdkE = NULL;
40 ptrA->hidE = btk_HID_FF;
42 bpi_FaceFinderRef_init( cpA, &ptrA->ffE );
44 ptrA->facesE = 0;
45 ptrA->faceIndexE = 0;
50 void btk_FaceFinder_exit( struct bbs_Context* cpA, struct btk_FaceFinder* ptrA )
52 ptrA->hsdkE = NULL;
53 ptrA->hidE = btk_HID_FF;
55 bpi_FaceFinderRef_exit( cpA, &ptrA->ffE );
57 ptrA->facesE = 0;
58 ptrA->faceIndexE = 0;