Searched refs:temp_num (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXExif.cpp | 709 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()
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXExif.cpp | 707 unsigned int temp_num = 0; in setupEXIF_libjpeg() local 749 if(pAncillaryData->nFlashStatus) temp_num = 0x19; // Flash fired, auto mode in setupEXIF_libjpeg() 750 else temp_num = 0x18; // Flash did not fire, auto mode in setupEXIF_libjpeg() 752 if(pAncillaryData->nFlashStatus) temp_num = 0x9; // Flash fired, compulsory flash mode in setupEXIF_libjpeg() 753 else temp_num = 0x10; // Flash did not fire, compulsory flash mode in setupEXIF_libjpeg() 755 temp_num = 0x1; // Flash fired in setupEXIF_libjpeg() 757 temp_num = 0x0; // Flash did not fire in setupEXIF_libjpeg() 761 "%u", temp_num); in setupEXIF_libjpeg() 767 bool flash_fired = (temp_num & 0x1); // value from flash above in setupEXIF_libjpeg()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvmuxerutil.cpp | 695 int32 temp_num = 1; in MakeUID() local 698 read(fd, &temp_num, sizeof(int32)); in MakeUID() 701 const int32 nn = temp_num; in MakeUID()
|