HomeSort by relevance Sort by last modified time
    Searched full:frame_bitmap (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/camera/
camera-capture-windows.c 63 BITMAPINFO* frame_bitmap; member in struct:WndCameraDevice
140 if (cd->frame_bitmap != NULL) {
141 free(cd->frame_bitmap);
175 if (cd->frame_bitmap != NULL) {
176 free(cd->frame_bitmap);
177 cd->frame_bitmap = NULL;
228 if (wcd->frame_bitmap->bmiHeader.biCompression == BI_RGB) {
229 if (wcd->frame_bitmap->bmiHeader.biBitCount == 32) {
231 } else if (wcd->frame_bitmap->bmiHeader.biBitCount == 16) {
237 wcd->pixel_format = wcd->frame_bitmap->bmiHeader.biCompression
    [all...]

Completed in 39 milliseconds