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

  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 707 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/
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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 706 int32 temp_num = 1; local
709 read(fd, &temp_num, sizeof(int32));
712 const int32 nn = temp_num;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 695 int32 temp_num = 1; local
698 read(fd, &temp_num, sizeof(int32));
701 const int32 nn = temp_num;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 695 int32 temp_num = 1; local
698 read(fd, &temp_num, sizeof(int32));
701 const int32 nn = temp_num;
  /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 328 milliseconds