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

  /system/media/camera/src/
camera_metadata_tag_info.c 63 [ANDROID_COLOR_CORRECTION] = { ANDROID_COLOR_CORRECTION_START,
118 ANDROID_COLOR_CORRECTION_START] = {
119 [ ANDROID_COLOR_CORRECTION_MODE - ANDROID_COLOR_CORRECTION_START ] =
121 [ ANDROID_COLOR_CORRECTION_TRANSFORM - ANDROID_COLOR_CORRECTION_START ] =
124 [ ANDROID_COLOR_CORRECTION_GAINS - ANDROID_COLOR_CORRECTION_START ] =
126 [ ANDROID_COLOR_CORRECTION_ABERRATION_MODE - ANDROID_COLOR_CORRECTION_START ] =
128 [ ANDROID_COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES - ANDROID_COLOR_CORRECTION_START ] =
    [all...]
  /system/media/camera/include/system/
camera_metadata_tags.h 74 ANDROID_COLOR_CORRECTION_START = ANDROID_COLOR_CORRECTION << 16,
111 ANDROID_COLOR_CORRECTION_START,
    [all...]
  /hardware/interfaces/camera/metadata/3.2/
types.hal 89 ANDROID_COLOR_CORRECTION_START = CameraMetadataSection:ANDROID_COLOR_CORRECTION << 16,
152 ANDROID_COLOR_CORRECTION_MODE = CameraMetadataSectionStart:ANDROID_COLOR_CORRECTION_START,
  /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 76 milliseconds