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

  /system/media/camera/src/
camera_metadata_tag_info.c 61 [ANDROID_COLOR_CORRECTION] = { ANDROID_COLOR_CORRECTION_START,
112 ANDROID_COLOR_CORRECTION_START] = {
113 [ ANDROID_COLOR_CORRECTION_MODE - ANDROID_COLOR_CORRECTION_START ] =
115 [ ANDROID_COLOR_CORRECTION_TRANSFORM - ANDROID_COLOR_CORRECTION_START ] =
118 [ ANDROID_COLOR_CORRECTION_GAINS - ANDROID_COLOR_CORRECTION_START ] =
120 [ ANDROID_COLOR_CORRECTION_ABERRATION_MODE - ANDROID_COLOR_CORRECTION_START ] =
122 [ ANDROID_COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES - ANDROID_COLOR_CORRECTION_START ] =
    [all...]
  /system/media/camera/include/system/
camera_metadata_tags.h 72 ANDROID_COLOR_CORRECTION_START = ANDROID_COLOR_CORRECTION << 16,
107 ANDROID_COLOR_CORRECTION_START,
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 77 static final int ANDROID_COLOR_CORRECTION_START = ANDROID_COLOR_CORRECTION << 16;
81 static final int ANDROID_COLOR_CORRECTION_MODE = ANDROID_COLOR_CORRECTION_START;
82 static final int ANDROID_COLOR_CORRECTION_TRANSFORM = ANDROID_COLOR_CORRECTION_START + 1;
83 static final int ANDROID_COLOR_CORRECTION_GAINS = ANDROID_COLOR_CORRECTION_START + 2;
    [all...]

Completed in 42 milliseconds