Searched refs:WndCameraDevice (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/camera/
H A Dcamera-capture-windows.c44 typedef struct WndCameraDevice WndCameraDevice; typedef in typeref:struct:WndCameraDevice
46 struct WndCameraDevice { struct
97 /* Allocates an instance of WndCameraDevice structure.
99 * Allocated instance of WndCameraDevice structure. Note that this routine
101 * containing WndCameraDevice instance.
103 static WndCameraDevice*
106 WndCameraDevice* cd = (WndCameraDevice*)malloc(sizeof(WndCameraDevice));
[all...]

Completed in 81 milliseconds