Searched refs:values (Results 101 - 107 of 107) sorted by relevance

12345

/hardware/qcom/camera/msm8998/
H A DQCamera_Intf.h790 char values[MAX_EXP_BRACKETING_LENGTH]; /* user defined values */ member in struct:__anon2582
1135 * Return values:
1139 * (See jpegerr.h for description of error values.)
/hardware/interfaces/audio/common/2.0/
H A Dtypes.hal90 // These values must kept in sync with
117 // These values must kept in sync with
154 * Special audio session values.
295 * Usage of these values highlights places in the code that use 2- or 8- channel
411 /** These are bits only, not complete values */
696 // These values must kept in sync with
781 * The gain configuration structure is used to get or set the gain values of a
791 * Gain values in millibels for each channel ordered from LSb to MSb in
792 * channel mask. The number of values is 1 in joint mode or
795 int32_t[4 * 8] values;
[all...]
/hardware/interfaces/audio/common/4.0/
H A Dtypes.hal90 // These values must kept in sync with
111 // These values must kept in sync with
140 * Special audio session values.
299 * Usage of these values highlights places in the code that use 2- or 8- channel
428 /* These are bits only, not complete values */
651 // These values must kept in sync with
653 // Note that not all framework values are exposed
672 // Do not change these values without updating their counterparts
742 * The gain configuration structure is used to get or set the gain values of a
752 * Gain values i
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParameters.h448 // ISO values
1099 String8 createHfrValuesString(const cam_hfr_info_t *values, size_t len,
1101 String8 createHfrSizesString(const cam_hfr_info_t *values, size_t len);
1129 // Map from strings to values
H A DQCamera2HWI.cpp4563 // 'values' should be in "idx1,idx2,idx3,..." format
4566 LOGH("HDR values %d, %d frame count: %u",
4567 (int8_t) hdrBracketingSetting.exp_val.values[0],
4568 (int8_t) hdrBracketingSetting.exp_val.values[1],
4584 (int8_t) hdrBracketingSetting.exp_val.values[i]);
4596 memset(aeBracket.values, '\0', MAX_EXP_BRACKETING_LENGTH);
4597 memcpy(aeBracket.values, tmp.string(), tmp.length() - 1);
4600 LOGH("HDR config values %s",
4601 aeBracket.values);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h1084 char values[MAX_EXP_BRACKETING_LENGTH]; /* user defined values */ member in struct:__anon2112
1094 int32_t values; /* user defined values */ member in struct:__anon2114
1125 /*union to strore values of capture type*/
2285 * if set to values below 'maximum analog sensitivity'. */
2316 /* Table mapping RGB input values to output values */
2698 * and values between entries should be linearly interpolated.
2749 * Higher values mea
[all...]
/hardware/interfaces/drm/1.1/vts/functional/
H A Ddrm_hal_clearkey_test.cpp237 for (DrmMetricGroup::Value value : metric.values) {

Completed in 250 milliseconds

12345