Searched refs:size (Results 17501 - 17525 of 20341) sorted by relevance
1...<<701702703704705706707708709710>>...814
/third_party/ffmpeg/libavcodec/ |
H A D | msvideo1enc.c | 259 pkt->size = dst - buf; in encode_frame()
|
H A D | qsvenc_hevc.c | 84 ret = init_get_bits8(&gb, sps_nal.data, sps_nal.size); in generate_fake_vps()
|
H A D | qtrleenc.c | 363 AV_WB32(orig_buf, buf - orig_buf); // patch the chunk size in encode_frame() 385 pkt->size = encode_frame(s, pict, pkt->data); in qtrle_encode_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | tedcaptionsdec.c | 242 if (!content.size || start == AV_NOPTS_VALUE || in parse_file()
|
/third_party/gn/src/gn/ |
H A D | args.cc | 275 toolchains.reserve(declared_arguments_per_toolchain_.size());
|
H A D | command_help.cc | 262 if (args.size() == 0) { in RunHelp()
|
H A D | input_file_manager.cc | 264 return static_cast<int>(input_files_.size()); in GetInputFileCount()
|
H A D | metadata_walk_unittest.cc | 168 EXPECT_EQ(result, expected) << result.size(); in TEST()
|
/third_party/glslang/glslang/Include/ |
H A D | Common.h | 131 size_t _Count = s.size(); in operator ()()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_integer_sequence.cpp | 424 if (static_cast<size_t>(quant_level) >= ise_sizes.size()) in get_ise_sequence_bitcount() 523 // The max size of a trit bit count is 6, so we can always safely in encode_ise() 594 // The max size of a quint bit count is 5, so we can always safely in encode_ise()
|
/third_party/backends/backend/ |
H A D | hs2p.h | 89 SANE_Byte size; /* 81H startpos(4bits) + width(4bits) */ member
|
/third_party/cJSON/ |
H A D | cJSON.h | 172 /* Render a cJSON entity to text using a buffered strategy. prebuffer is a guess at the final size. guessing well reduces reallocation. fmt=0 gives unformatted, =1 gives formatted */ 321 CJSON_PUBLIC(void *) cJSON_malloc(size_t size); variable
|
/third_party/cups-filters/scripting/php/ |
H A D | phpcups.c | 352 add_property_long(jobobj, "size", job->size); in PHP_FUNCTION()
|
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-internal.h | 101 uint32_t size; member
|
/third_party/googletest/googletest/src/ |
H A D | gtest-filepath.cc | 293 return root_length > 0 && root_length == pathname_.size() && in IsRootDirectory()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | CollationElementIterator.java | 297 assert (i < offsets_.size()); in getOffset()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | CjkBreakEngine.java | 268 if (foundBreaks.size() == 0 || foundBreaks.peek() < startPos) { in divideUpDictionaryRange()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UnicodeRegex.java | 242 if (unused.size() != 1) {
|
H A D | ValidIdentifiers.java | 80 Set<String> set = value.size() == 1 ? Collections.singleton(value.iterator().next()) in ValiditySet()
|
H A D | PluralRulesLoader.java | 51 Set<ULocale> locales = new LinkedHashSet<ULocale>(keys.size()); in getAvailableULocales()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | DataRecord.java | 110 record.scopeData = list.toArray(new ScopeData[list.size()]); in read()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationSettings.java | 185 int rangesLength = rangesList.size(); in setReordering()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | lstmbetst.cpp | 162 for (int32_t i = 0; i < actual.size(); i++) { in runTestFromFile()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | StringTokenizer.java | 590 * Array size increments 673 if (m_delimiters_ == null || m_delimiters_.size() == 0) { in checkDelimiters()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | AnyTransliterator.java | 422 if (myFilter.size() != 0) { in addSourceTargetSet()
|
Completed in 27 milliseconds
1...<<701702703704705706707708709710>>...814