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

  /system/media/camera/include/system/
camera_metadata_tags.h 38 ANDROID_COLOR_CORRECTION,
74 ANDROID_COLOR_CORRECTION_START = ANDROID_COLOR_CORRECTION << 16,
    [all...]
  /system/media/camera/src/
camera_metadata_tag_info.c 34 [ANDROID_COLOR_CORRECTION] = "android.colorCorrection",
63 [ANDROID_COLOR_CORRECTION] = { ANDROID_COLOR_CORRECTION_START,
117 static tag_info_t android_color_correction[ANDROID_COLOR_CORRECTION_END - variable
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 73 static final int ANDROID_COLOR_CORRECTION = 0;
77 static final int ANDROID_COLOR_CORRECTION_START = ANDROID_COLOR_CORRECTION << 16;
    [all...]

Completed in 179 milliseconds