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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 53 static final int ANDROID_COLOR_CORRECTION_START = ANDROID_COLOR_CORRECTION << 16;
57 static final int ANDROID_COLOR_CORRECTION_MODE = ANDROID_COLOR_CORRECTION_START;
58 static final int ANDROID_COLOR_CORRECTION_TRANSFORM = ANDROID_COLOR_CORRECTION_START + 1;
59 static final int ANDROID_COLOR_CORRECTION_GAINS = ANDROID_COLOR_CORRECTION_START + 2;
  /system/media/camera/include/system/
camera_metadata_tags.h 73 ANDROID_COLOR_CORRECTION_START = ANDROID_COLOR_CORRECTION << 16,
109 ANDROID_COLOR_CORRECTION_START,
    [all...]
  /system/media/camera/src/
camera_metadata_tag_info.c 62 [ANDROID_COLOR_CORRECTION] = { ANDROID_COLOR_CORRECTION_START,
115 ANDROID_COLOR_CORRECTION_START] = {
116 [ ANDROID_COLOR_CORRECTION_MODE - ANDROID_COLOR_CORRECTION_START ] =
118 [ ANDROID_COLOR_CORRECTION_TRANSFORM - ANDROID_COLOR_CORRECTION_START ] =
121 [ ANDROID_COLOR_CORRECTION_GAINS - ANDROID_COLOR_CORRECTION_START ] =
    [all...]

Completed in 81 milliseconds