HomeSort by relevance Sort by last modified time
    Searched refs:temp_num (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 709 unsigned int temp_num = 0; local
751 if(pAncillaryData->nFlashStatus) temp_num = 0x19; // Flash fired, auto mode
752 else temp_num = 0x18; // Flash did not fire, auto mode
754 if(pAncillaryData->nFlashStatus) temp_num = 0x9; // Flash fired, compulsory flash mode
755 else temp_num = 0x10; // Flash did not fire, compulsory flash mode
757 temp_num = 0x1; // Flash fired
759 temp_num = 0x0; // Flash did not fire
763 "%u", temp_num);
769 bool flash_fired = (temp_num & 0x1); // value from flash above
  /external/opencv/cv/src/
cvapprox.cpp 208 double temp_num; local
225 temp_num = dx1 * dx2 + dy1 * dy2;
226 temp_num =
227 (float) (temp_num /
230 sk.f = (float) (temp_num + 1.1);

Completed in 131 milliseconds