Searched defs:flash (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java42 * Settings tested against: flash mode, exposure compensation, white balance,
386 private void genericPairwiseTestCase(Flash flash, Exposure exposure, WhiteBalance whitebalance, argument
399 // Configure flash setting
400 switch (flash) {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java116 * No flash.
371 * Converts the flash mode to API-related string representation.
373 * @param flash The focus mode to convert.
375 * flash mode.
377 public String stringify(FlashMode flash) { argument
378 return toApiCase(flash.name());
382 * Converts the API-related string representation of the flash mode to the
386 * @return The flash mode represented by the input string, or the flash
582 * @return The supported flash mode
591 supports(FlashMode flash) argument
[all...]

Completed in 148 milliseconds