Home
last modified time | relevance | path

Searched refs:temp_num (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXExif.cpp709 unsigned int temp_num = 0; in setupEXIF_libjpeg() local
751 if(pAncillaryData->nFlashStatus) temp_num = 0x19; // Flash fired, auto mode in setupEXIF_libjpeg()
752 else temp_num = 0x18; // Flash did not fire, auto mode in setupEXIF_libjpeg()
754 if(pAncillaryData->nFlashStatus) temp_num = 0x9; // Flash fired, compulsory flash mode in setupEXIF_libjpeg()
755 else temp_num = 0x10; // Flash did not fire, compulsory flash mode in setupEXIF_libjpeg()
757 temp_num = 0x1; // Flash fired in setupEXIF_libjpeg()
759 temp_num = 0x0; // Flash did not fire in setupEXIF_libjpeg()
763 "%u", temp_num); in setupEXIF_libjpeg()
769 bool flash_fired = (temp_num & 0x1); // value from flash above in setupEXIF_libjpeg()