Searched refs:UPDATE (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 245 #define UPDATE(tag, data, size) \ macro 279 UPDATE(ANDROID_REQUEST_AVAILABLE_CAPABILITIES, availableCapabilities.data(), in initAvailableCapabilities() 289 UPDATE(ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL, &hardware_level, 1); in initDefaultCharsKeys() 294 UPDATE(ANDROID_COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES, in initDefaultCharsKeys() 300 UPDATE(ANDROID_CONTROL_AE_AVAILABLE_ANTIBANDING_MODES, in initDefaultCharsKeys() 304 UPDATE(ANDROID_CONTROL_MAX_REGIONS, controlMaxRegions, in initDefaultCharsKeys() 309 UPDATE(ANDROID_CONTROL_AVAILABLE_VIDEO_STABILIZATION_MODES, in initDefaultCharsKeys() 313 UPDATE(ANDROID_CONTROL_AWB_AVAILABLE_MODES, &awbAvailableMode, 1); in initDefaultCharsKeys() 316 UPDATE(ANDROID_CONTROL_AE_AVAILABLE_MODES, &aeAvailableMode, 1); in initDefaultCharsKeys() 319 UPDATE(ANDROID_CONTROL_AVAILABLE_EFFECTS, &availableFffect, 1); in initDefaultCharsKeys() [all …]
|
D | ExternalCameraDeviceSession.cpp | 2787 #define UPDATE(md, tag, data, size) \ macro 2799 UPDATE(md, ANDROID_COLOR_CORRECTION_ABERRATION_MODE, &aberrationMode, 1); in initDefaultRequests() 2802 UPDATE(md, ANDROID_CONTROL_AE_EXPOSURE_COMPENSATION, &exposureCompensation, 1); in initDefaultRequests() 2805 UPDATE(md, ANDROID_CONTROL_VIDEO_STABILIZATION_MODE, &videoStabilizationMode, 1); in initDefaultRequests() 2808 UPDATE(md, ANDROID_CONTROL_AWB_MODE, &awbMode, 1); in initDefaultRequests() 2811 UPDATE(md, ANDROID_CONTROL_AE_MODE, &aeMode, 1); in initDefaultRequests() 2814 UPDATE(md, ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER, &aePrecaptureTrigger, 1); in initDefaultRequests() 2817 UPDATE(md, ANDROID_CONTROL_AF_MODE, &afMode, 1); in initDefaultRequests() 2820 UPDATE(md, ANDROID_CONTROL_AF_TRIGGER, &afTrigger, 1); in initDefaultRequests() 2823 UPDATE(md, ANDROID_CONTROL_SCENE_MODE, &sceneMode, 1); in initDefaultRequests() [all …]
|
/hardware/interfaces/camera/device/3.5/default/ |
D | ExternalCameraDevice.cpp | 56 #define UPDATE(tag, data, size) \ macro 74 UPDATE(ANDROID_INFO_SUPPORTED_BUFFER_MANAGEMENT_VERSION, &bufMgrVer, 1); in initDefaultCharsKeys() 82 UPDATE(ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS, in initDefaultCharsKeys() 110 #undef UPDATE
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 174 UPDATE,
|
D | IDrmPlugin.hal | 103 * NONE or UPDATE. An INITIAL request is the first key request 108 * already loaded. UPDATE indicates that the keys need to be
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 140 * UPDATE. An INITIAL request is the first key request for a 144 * request is needed because the keys are already loaded. UPDATE
|