Home
last modified time | relevance | path

Searched refs:value (Results 11151 - 11175 of 23098) sorted by relevance

1...<<441442443444445446447448449450>>...924

/third_party/ffmpeg/libavfilter/
H A Dvf_cover_rect.c136 x = strtol(ex->value, &xendptr, 10); in filter_frame()
137 y = strtol(ey->value, &yendptr, 10); in filter_frame()
138 w = strtol(ew->value, &wendptr, 10); in filter_frame()
139 h = strtol(eh->value, &hendptr, 10); in filter_frame()
H A Dvf_siti.c276 char value[128]; in set_meta() local
277 snprintf(value, sizeof(value), "%0.2f", d); in set_meta()
278 av_dict_set(metadata, key, value, 0); in set_meta()
/third_party/ffmpeg/libavformat/
H A Dhttpauth.c91 const char *value) in ff_http_auth_handle_header()
95 if (av_stristart(value, "Basic ", &p) && in ff_http_auth_handle_header()
102 } else if (av_stristart(value, "Digest ", &p) && in ff_http_auth_handle_header()
116 ff_parse_key_value(value, (ff_parse_key_val_cb) handle_digest_update, in ff_http_auth_handle_header()
202 /* Unsupported qop value. */ in make_digest_auth()
90 ff_http_auth_handle_header(HTTPAuthState *state, const char *key, const char *value) ff_http_auth_handle_header() argument
/third_party/gn/src/base/containers/
H A Dflat_map.h223 std::enable_if_t<std::is_constructible<key_type, K&&>::value,
228 std::enable_if_t<std::is_constructible<key_type, K&&>::value, iterator>
331 -> std::enable_if_t<std::is_constructible<key_type, K&&>::value,
344 -> std::enable_if_t<std::is_constructible<key_type, K&&>::value, iterator> {
/third_party/alsa-lib/test/
H A Dseq-decoder.c154 printf("; ch=%d, param=%i, value=%i\n", in decode_event()
157 ev->data.control.value); in decode_event()
163 ev->data.control.value); in decode_event()
168 printf("; ch=%d, value=%i\n", in decode_event()
170 ev->data.control.value); in decode_event()
188 printf("; frame=0x%02x\n", ev->data.control.value); in decode_event()
/third_party/backends/backend/escl/
H A Descl_newjob.c222 if (scanner->val_threshold != scanner->threshold->value) in escl_newjob()
234 if (scanner->val_sharpen != scanner->sharpen->value) in escl_newjob()
246 if (scanner->val_contrast != scanner->contrast->value) in escl_newjob()
258 if (scanner->val_brightness != scanner->brightness->value) in escl_newjob()
/third_party/backends/backend/genesys/
H A Dutilities.h92 inline T clamp(const T& value, const T& lo, const T& hi) in clamp() argument
94 if (value < lo) in clamp()
96 if (value > hi) in clamp()
98 return value; in clamp()
/third_party/EGL/api/1.0/EGL/
H A Degl.h62 /* Out-of-band attribute value */
123 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */
124 #define EGL_NON_CONFORMANT_CONFIG 0x3051 /* EGL_CONFIG_CAVEAT value */
125 #define EGL_TRANSPARENT_RGB 0x3052 /* EGL_TRANSPARENT_TYPE value */
126 #define EGL_RGB_BUFFER 0x308E /* EGL_COLOR_BUFFER_TYPE value */
127 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */
170 #define EGL_COLORSPACE_sRGB 0x3089 /* EGL_COLORSPACE value */
171 #define EGL_COLORSPACE_LINEAR 0x308A /* EGL_COLORSPACE value */
174 #define EGL_ALPHA_FORMAT_NONPRE 0x308B /* EGL_ALPHA_FORMAT value */
175 #define EGL_ALPHA_FORMAT_PRE 0x308C /* EGL_ALPHA_FORMAT value */
[all...]
/third_party/EGL/api/1.0/
H A Degl.h59 /* Out-of-band attribute value */
120 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */
121 #define EGL_NON_CONFORMANT_CONFIG 0x3051 /* EGL_CONFIG_CAVEAT value */
122 #define EGL_TRANSPARENT_RGB 0x3052 /* EGL_TRANSPARENT_TYPE value */
123 #define EGL_RGB_BUFFER 0x308E /* EGL_COLOR_BUFFER_TYPE value */
124 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */
167 #define EGL_COLORSPACE_sRGB 0x3089 /* EGL_COLORSPACE value */
168 #define EGL_COLORSPACE_LINEAR 0x308A /* EGL_COLORSPACE value */
171 #define EGL_ALPHA_FORMAT_NONPRE 0x308B /* EGL_ALPHA_FORMAT value */
172 #define EGL_ALPHA_FORMAT_PRE 0x308C /* EGL_ALPHA_FORMAT value */
[all...]
/third_party/cJSON/
H A DcJSON.h161 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value);
162 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length);
165 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated);
166 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated);
191 /* Check item type and return its value */
302 /* When assigning an integer value, it needs to be propagated to valuedouble too. */
/third_party/cups-filters/filter/
H A Dpdfutils.c166 pdf->kv[pdf->kvsize].value=strdup(val); in pdfOut_add_kv()
167 if ( (!pdf->kv[pdf->kvsize].key)||(!pdf->kv[pdf->kvsize].value) ) { in pdfOut_add_kv()
230 pdfOut_putString(pdf,pdf->kv[iA].value,-1); in pdfOut_finish_pdf()
236 // TODO: some return-value checking (??) in pdfOut_finish_pdf()
267 free(pdf->kv[iA].value); in pdfOut_finish_pdf()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DLocaleDisplayNames.java157 * Returns the current value for a specified DisplayContext.Type.
158 * @param type the DisplayContext.Type whose value to return
265 * Returns the display name of the provided value (used with the provided key).
267 * @param value the locale key's value
268 * @return the display name of the provided value
271 public abstract String keyValueDisplayName(String key, String value); in keyValueDisplayName() argument
479 if (context.value() == DisplayContext.DIALECT_NAMES.ordinal()) { in getDialectHandling()
546 public String keyValueDisplayName(String key, String value) { in keyValueDisplayName() argument
547 return value; in keyValueDisplayName()
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DContractionsAndExpansions.java58 enumCnERange(range.startCodePoint, range.endCodePoint, range.value, this); in forData()
69 enumCnERange(range.startCodePoint, range.endCodePoint, range.value, this); in forData()
242 handleCE32(start, end, e.value); in handlePrefixes()
267 handleCE32(start, end, e.value); in handleContractions()
/third_party/icu/icu4c/source/test/intltest/
H A Dmnkytst.cpp64 CollationMonkeyTest::checkValue(int32_t value) in checkValue() argument
66 if (value < 0) in checkValue()
68 return -value; in checkValue()
71 return value; in checkValue()
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
H A DICUCurrencyMetaInfo.java185 void add(T value) { in add() argument
186 if (!seen.contains(value)) { in add()
187 list.add(value); in add()
188 seen.add(value); in add()
/third_party/icu/icu4c/source/common/
H A Dsimpleformatter.cpp23 * This is currently the only unused char value in compiled patterns,
24 * except it is the maximum value of the first unit (max arg +1).
28 * Initial and maximum char/UChar value set for a text segment.
29 * Segment length char values are from ARG_NUM_LIMIT+1 to this value here.
217 // If the pattern starts with an argument whose value is the same object in formatAndReplace()
221 // If any non-initial argument value is the same object as the result, in formatAndReplace()
289 const UnicodeString *value = values[n]; in format() local
290 if (value == NULL) { in format()
294 if (value == &result) { in format()
300 // We are appending to result which is also the first value objec in format()
[all...]
H A Dutrie.h43 * From such a folded value, an offset needs to be extracted to supply
47 * to get that offset from the folded value for a lead surrogate unit.
110 * (Number of Unicode code points + one all-initial-value block +
137 * @param data data value for a surrogate from the trie, including the folding offset
161 * the lead surrogate's value itself - which is the inverse of the default
288 * Get a 16-bit trie value from a BMP code point (UChar, <=U+ffff).
289 * c16 may be a lead surrogate, which may have a value including a folding offset.
298 * Get a 32-bit trie value from a BMP code point (UChar, <=U+ffff).
299 * c16 may be a lead surrogate, which may have a value including a folding offset.
308 * Get a 16-bit trie value fro
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h56 #define SNDRV_SEQ_EVENT_CONTROL14 14 /**< 14 bit controller value */
57 #define SNDRV_SEQ_EVENT_NONREGPARAM 15 /**< 14 bit NRPN address + 14 bit unsigned value */
58 #define SNDRV_SEQ_EVENT_REGPARAM 16 /**< 14 bit RPN address + 14 bit unsigned value */
209 signed int value; member
214 unsigned char d[12]; /* 8 bit value */
219 unsigned int d[3]; /* 32 bit value */
247 unsigned int value; member
256 signed int value; /* affected value (e.g. tempo) */ member
268 unsigned short value; /* optiona member
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBTMXImporter.java95 // Get the key value in importDoc()
129 // Get the translation value in importDoc()
139 String value = text_elem.getNodeValue(); in importDoc()
140 if (value == null || value.length() < 1) in importDoc()
143 BundleItem item = new BundleItem(null, name, value); in importDoc()
167 // Get the translated flag value in importDoc()
183 // Get a lookup value in importDoc()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUCurrencyMetaInfo.java187 void add(T value) { in add() argument
188 if (!seen.contains(value)) { in add()
189 list.add(value); in add()
190 seen.add(value); in add()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java106 protected void setDigitPos(int position, byte value) { in setDigitPos() argument
110 bcdBytes[position] = value; in setDigitPos()
114 bcdBytes[position] = value; in setDigitPos()
117 bcdLong = bcdLong & ~(0xfL << shift) | ((long) value << shift); in setDigitPos()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DLocaleDisplayNames.java147 * Returns the current value for a specified DisplayContext.Type.
148 * @param type the DisplayContext.Type whose value to return
246 * Returns the display name of the provided value (used with the provided key).
248 * @param value the locale key's value
249 * @return the display name of the provided value
251 public abstract String keyValueDisplayName(String key, String value); in keyValueDisplayName() argument
445 if (context.value() == DisplayContext.DIALECT_NAMES.ordinal()) { in getDialectHandling()
512 public String keyValueDisplayName(String key, String value) { in keyValueDisplayName() argument
513 return value; in keyValueDisplayName()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DContractionsAndExpansions.java65 enumCnERange(range.startCodePoint, range.endCodePoint, range.value, this); in forData()
76 enumCnERange(range.startCodePoint, range.endCodePoint, range.value, this); in forData()
249 handleCE32(start, end, e.value); in handlePrefixes()
274 handleCE32(start, end, e.value); in handleContractions()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DResourceBundlePerf.java319 String value = (String) menu_items[j][1]; in call()
321 if(!expected[p++].equals(value)) throw new Error("not equal"); in call()
348 String value = menu_item.getString(); in call()
350 if(!expected[p++].equals(value)) throw new Error("not equal"); in call()
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.h83 void addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status);
88 void *fValues; // Union of one single value vs. UVector of values.
95 // No value: fValues == NULL and fHasValuesVector == false
96 // One value: fValues == value and fHasValuesVector == false
138 void put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status);
139 void put(const UChar*, void *value, UErrorCode &status);
158 void putImpl(const UnicodeString &key, void *value, UErrorCode &status);

Completed in 24 milliseconds

1...<<441442443444445446447448449450>>...924