Home
last modified time | relevance | path

Searched refs:charKeys (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp118 std::vector<int32_t> charKeys; in overrideZoomRatioTags() local
121 charKeys.insert(charKeys.end(), entry.data.i32, entry.data.i32 + entry.count); in overrideZoomRatioTags()
123 charKeys.push_back(ANDROID_CONTROL_ZOOM_RATIO_RANGE); in overrideZoomRatioTags()
125 charKeys.data(), charKeys.size()); in overrideZoomRatioTags()
/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp501 int32_t charKeys[] = { ANDROID_DEPTH_DEPTH_IS_EXCLUSIVE, in TEST() local
503 meta.update(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, charKeys, in TEST()
504 sizeof(charKeys) / sizeof(charKeys[0])); in TEST()
860 int32_t charKeys[] = { ANDROID_REQUEST_AVAILABLE_CAPABILITIES }; in TEST() local
861 meta.update(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, charKeys, in TEST()
862 sizeof(charKeys) / sizeof(charKeys[0])); in TEST()