HomeSort by relevance Sort by last modified time
    Searched refs:flash (Results 51 - 75 of 81) sorted by null

1 23 4

  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 161 int flash = exif.getAttributeInt(ExifInterface.TAG_FLASH, 0); local
217 exifInfo.append("Flash: ").
218 append(flash).append("\n");
  /device/asus/flo/
device-common.mk 102 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  /device/lge/mako/
device.mk 91 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  /device/samsung/manta/
device.mk 58 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  /device/samsung/tuna/
device.mk 131 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 26 wget -q http://www-flash.stanford.edu/apps/SPLASH/splash2.tar.gz
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 42 * Settings tested against: flash mode, exposure compensation, white balance,
62 public enum Flash { ON, OFF, AUTO };
130 * Flash: Auto / Exposure: None / WB: Daylight
135 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
140 * Flash: On / Exposure: Min / WB: Fluorescent
145 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
150 * Flash: Off / Exposure: Max / WB: Auto
155 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
160 * Flash: Off / Exposure: Max / WB: Cloudy
165 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO
    [all...]
  /development/tools/labpretest/
labpretest.sh 239 $FASTBOOT -s $device flash $1 $2
507 #check for availability of a custom flash info file and retreive it
  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.cpp 157 dst->ctl.flash.flashMode = (enum flash_mode)(curr_entry.data.u8[0] + 1);
163 dst->ctl.flash.firingPower = curr_entry.data.u8[0];
169 dst->ctl.flash.firingTime = curr_entry.data.i64[0];
ExynosCameraHWInterface2.h 241 // UI flash mode indicator
243 // AF flash
245 // Capture flash
250 // Flash decision
251 // At flash auto mode only : 1 -> flash is needed, 0 -> normal case
271 ctl_flash_info_t flash; member in struct:android::request_control_info
ExynosJpegEncoderForCamera.cpp 412 1, exifInfo->flash);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 29 import flash.utils.getQualifiedClassName;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 137 'ActionController::Flash',
138 'ActionController::Flash::FlashHash',
271 'layout', 'flash', 'auto_complete_for', 'in_place_editor_for',
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 3 import flash.utils.Dictionary;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3840 int flash = EXIF_DEF_FLASH; local
    [all...]
ExynosJpegEncoderForCamera.cpp 453 1, exifInfo->flash);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 287 static const str_map flash[] = { member in namespace:android
777 flash, sizeof(flash) / sizeof(str_map));
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 287 static const str_map flash[] = { member in namespace:android
802 flash, sizeof(flash) / sizeof(str_map));
    [all...]
QualcommCameraHardware.cpp 709 static const str_map flash[] = { member in namespace:android
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 565 extern NCURSES_EXPORT(int) flash (void); /* implemented */
    [all...]
ncurses.h 565 extern NCURSES_EXPORT(int) flash (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 565 extern NCURSES_EXPORT(int) flash (void); /* implemented */
    [all...]
ncurses.h 565 extern NCURSES_EXPORT(int) flash (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 565 extern NCURSES_EXPORT(int) flash (void); /* implemented */
    [all...]
ncurses.h 565 extern NCURSES_EXPORT(int) flash (void); /* implemented */
    [all...]

Completed in 2574 milliseconds

1 23 4