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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXExif.cpp707 unsigned int temp_num = 0; local
749 if(pAncillaryData->nFlashStatus) temp_num = 0x19; // Flash fired, auto mode
750 else temp_num = 0x18; // Flash did not fire, auto mode
752 if(pAncillaryData->nFlashStatus) temp_num = 0x9; // Flash fired, compulsory flash mode
753 else temp_num = 0x10; // Flash did not fire, compulsory flash mode
755 temp_num = 0x1; // Flash fired
757 temp_num = 0x0; // Flash did not fire
761 "%u", temp_num);
767 bool flash_fired = (temp_num & 0x1); // value from flash above
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXExif.cpp709 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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp695 int32 temp_num = 1; local
698 read(fd, &temp_num, sizeof(int32));
701 const int32 nn = temp_num;

Completed in 135 milliseconds