Home | History | Annotate | Download | only in unit

Lines Matching defs:ANDROID_COLOR_CORRECTION_GAINS

83     static final int ANDROID_COLOR_CORRECTION_GAINS = ANDROID_COLOR_CORRECTION_START + 2;
161 CameraMetadataNative.getNativeType(ANDROID_COLOR_CORRECTION_GAINS));
229 assertNull(mMetadata.readValues(ANDROID_COLOR_CORRECTION_GAINS));
230 mMetadata.writeValues(ANDROID_COLOR_CORRECTION_GAINS, colorCorrectionGainsAsByteArray);
234 mMetadata.readValues(ANDROID_COLOR_CORRECTION_GAINS));
240 mMetadata.writeValues(ANDROID_COLOR_CORRECTION_GAINS, null);
241 assertNull(mMetadata.readValues(ANDROID_COLOR_CORRECTION_GAINS));