• Home
  • Raw
  • Download

Lines Matching refs:biHeight

340             abs(wcd->frame_bitmap->bmiHeader.biHeight) != frame_height) {  in camera_device_start_capturing()
343 wcd->frame_bitmap->bmiHeader.biHeight = frame_height; in camera_device_start_capturing()
372 if (wcd->frame_bitmap->bmiHeader.biHeight < 0) { in camera_device_start_capturing()
373 wcd->frame_bitmap->bmiHeader.biHeight = in camera_device_start_capturing()
374 -wcd->frame_bitmap->bmiHeader.biHeight; in camera_device_start_capturing()
444 wcd->frame_bitmap->bmiHeader.biHeight != bitmap.bmHeight ) { in camera_device_start_capturing()
448 wcd->frame_bitmap->bmiHeader.biHeight); in camera_device_start_capturing()
472 wcd->gdi_bitmap->bmiHeader.biHeight = in camera_device_start_capturing()
473 wcd->frame_bitmap->bmiHeader.biHeight; in camera_device_start_capturing()
475 wcd->gdi_bitmap->bmiHeader.biHeight = in camera_device_start_capturing()
476 -wcd->frame_bitmap->bmiHeader.biHeight; in camera_device_start_capturing()
505 wcd->frame_bitmap->bmiHeader.biHeight); in camera_device_start_capturing()
570 wcd->frame_bitmap->bmiHeader.biHeight, in _camera_device_read_frame_callback()
611 if (wcd->gdi_bitmap->bmiHeader.biHeight > 0) { in _camera_device_read_frame_clipboard()
612 wcd->gdi_bitmap->bmiHeader.biHeight = -wcd->gdi_bitmap->bmiHeader.biHeight; in _camera_device_read_frame_clipboard()
615 if (!GetDIBits(wcd->dc, bm_handle, 0, wcd->frame_bitmap->bmiHeader.biHeight, in _camera_device_read_frame_clipboard()
624 if (wcd->gdi_bitmap->bmiHeader.biHeight < 0) { in _camera_device_read_frame_clipboard()
625 wcd->gdi_bitmap->bmiHeader.biHeight = -wcd->gdi_bitmap->bmiHeader.biHeight; in _camera_device_read_frame_clipboard()
636 wcd->frame_bitmap->bmiHeader.biHeight, in _camera_device_read_frame_clipboard()