37 lines
1.7 KiB
C
Executable File
37 lines
1.7 KiB
C
Executable File
/*
|
|
* Copyright (C) 2017 The LineageOS Project
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
// rt hdr
|
|
const char _ZN7android16CameraParameters10KEY_RT_HDRE[] = "rt-hdr";
|
|
const char _ZN7android16CameraParameters20KEY_SUPPORTED_RT_HDRE[] = "rt-hdr-values";
|
|
const char _ZN7android16CameraParameters9RTHDR_OFFE[] = "off";
|
|
const char _ZN7android16CameraParameters8RTHDR_ONE[] = "on";
|
|
|
|
// phase af
|
|
const char _ZN7android16CameraParameters12KEY_PHASE_AFE[] = "phase-af";
|
|
const char _ZN7android16CameraParameters22KEY_SUPPORTED_PHASE_AFE[] = "phase-af-values";
|
|
const char _ZN7android16CameraParameters7PAF_OFFE[] = "off";
|
|
const char _ZN7android16CameraParameters6PAF_ONE[] = "on";
|
|
|
|
// dynamic range control
|
|
const char _ZN7android16CameraParameters25KEY_DYNAMIC_RANGE_CONTROLE[] = "dynamic-range-control";
|
|
const char _ZN7android16CameraParameters35KEY_SUPPORTED_DYNAMIC_RANGE_CONTROLE[] = "dynamic-range-control-values";
|
|
const char _ZN7android16CameraParameters7DRC_OFFE[] = "off";
|
|
const char _ZN7android16CameraParameters6DRC_ONE[] = "on";
|
|
|
|
//int CameraParameters::getInt64(const char *key) const { return -1; };
|
|
extern int _ZNK7android16CameraParameters8getInt64EPKc(const char *key) { return -1; }
|