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

  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 330 int flash_mode_exif, flash_fired; local
332 flash_fired = 1;
334 flash_fired = 0;
353 val_short = (short)(flash_fired | (flash_mode_exif << 3));
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 330 int flash_mode_exif, flash_fired; local
332 flash_fired = 1;
334 flash_fired = 0;
353 val_short = (short)(flash_fired | (flash_mode_exif << 3));
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 333 int flash_mode_exif, flash_fired; local
335 flash_fired = 1;
337 flash_fired = 0;
356 val_short = (short)(flash_fired | (flash_mode_exif << 3));
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 333 int flash_mode_exif, flash_fired; local
335 flash_fired = 1;
337 flash_fired = 0;
356 val_short = (short)(flash_fired | (flash_mode_exif << 3));
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 767 bool flash_fired = (temp_num & 0x1); // value from flash above local
782 if(flash_fired) {
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 769 bool flash_fired = (temp_num & 0x1); // value from flash above local
784 if(flash_fired) {

Completed in 2773 milliseconds