/third_party/ffmpeg/libavcodec/ |
H A D | dynamic_hdr10_plus.h | 28 * @param size Size of the data array in bytes. 33 int size);
|
H A D | dynamic_hdr_vivid.h | 28 * @param size Size of the data array in bytes. 33 int size);
|
H A D | lzf.h | 27 int ff_lzf_uncompress(GetByteContext *gb, uint8_t **buf, int64_t *size);
|
H A D | aacpsy.c | 96 #define AAC_BLOCK_SIZE_LONG 1024 ///< long block size 97 #define AAC_BLOCK_SIZE_SHORT 128 ///< short block size 329 ctx->bitres.size = 6144 - pctx->frame_bits; in psy_3gpp_init() 330 ctx->bitres.size -= ctx->bitres.size % 8; in psy_3gpp_init() 331 pctx->fill_level = ctx->bitres.size; in psy_3gpp_init() 494 static int calc_bit_demand(AacPsyContext *ctx, float pe, int bits, int size, in calc_bit_demand() argument 506 ctx->fill_level = av_clip(ctx->fill_level, 0, size); in calc_bit_demand() 507 fill_level = av_clipf((float)ctx->fill_level / size, clip_low, clip_high); in calc_bit_demand() 534 FFMAX(ctx->frame_bits + size in calc_bit_demand() [all...] |
/third_party/gn/src/util/ |
H A D | atomic_write.h | 18 int size);
|
/third_party/icu/icu4c/source/test/fuzzer/ |
H A D | locale_util.h | 10 std::string MakeZeroTerminatedInput(const uint8_t* data, int32_t size);
|
/third_party/mbedtls/library/ |
H A D | md_wrap.h | 34 unsigned char size; member
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | cpu-s390.cc | 13 void CpuFeatures::FlushICache(void* buffer, size_t size) { in FlushICache() argument
|
/third_party/mesa3d/src/util/ |
H A D | anon_file.h | 31 int os_create_anonymous_file(off_t size, const char *debug_name);
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl_dump.h | 28 void vc4_dump_cl(void *cl, uint32_t size, bool is_render);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_jpeg_memory_source.h | 14 // buffer with length 'size'. 15 jpeg_source_mgr CreateJpegMemorySource(const uint8 *buffer, size_t size);
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_parser.h | 35 int cil_parser(const char *path, char *buffer, uint32_t size, struct cil_tree **parse_tree);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | config.h | 15 * @size: The buffer length 26 char * wpa_config_get_line(char *s, int size, FILE *stream, int *line,
|
/drivers/interface/camera/metadata/src/ |
H A D | metadata_utils.cpp | 502 uint32_t actualMemSize = meta->size; in DecodeFromString() 573 for (size_t i = 0; i < entry.count && i < buffers.size(); i++) { in ReadMetadataUInt8() 585 for (size_t i = 0; i < entry.count && i < buffers.size(); i++) { in ReadMetadataInt32() 597 for (size_t i = 0; i < entry.count && i < buffers.size(); i++) { in ReadMetadataUInt32() 609 for (size_t i = 0; i < entry.count && i < buffers.size(); i++) { in ReadMetadataFloat() 621 for (size_t i = 0; i < entry.count && i < buffers.size(); i++) { in ReadMetadataInt64() 633 for (size_t i = 0; i < entry.count && i < buffers.size(); i++) { in ReadMetadataDouble() 643 if (buffers.size() < 1) { in ReadMetadataRational() 644 METADATA_ERR_LOG("MetadataUtils::ReadMetadataRational the buffers size < 1"); in ReadMetadataRational() 651 i < entry.count && j < static_cast<size_t>(buffers.size() in ReadMetadataRational() [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/ |
H A D | v4l2_device_manager.cpp | 230 if (managerList_.size() != 0) { in Configure() 250 if (managerList_.size() == 0) { in SetMetaDataCallBack() 270 if (managerList_.size() == 0) { in SetAbilityMetaDataTag() 271 CAMERA_LOGE("%{public}s managerList_ size is 0.", __FUNCTION__); in SetAbilityMetaDataTag() 381 if (hardwareName.size() != 0) { in ReturnEnableCameraId() 411 if (managerList_.size() == 0) { in SetMemoryType() 576 for (int i = 0; i < deviceControl.menu.size(); i++) { in ConvertAbilityExposureModesToOhos() 611 for (int i = 0; i < deviceControl.menu.size(); i++) { in ConvertAbilityFlashModesToOhos() 710 for (int i = 0; i < deviceControl.menu.size(); i++) { in ConvertAbilityMeterModesToOhos() 731 for (int i = 0; i < deviceControl.menu.size(); in ConvertAbilityAWBModesToOhos() [all...] |
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 133 __le32 clen; /* compressed data size */ 142 unsigned int log_cluster_size; /* log of cluster size */ 459 #define ALIGN_DOWN(addrs, size) (((addrs) / (size)) * (size)) 460 #define ALIGN_UP(addrs, size) ALIGN_DOWN(((addrs) + (size) - 1), (size)) 697 #define F2FS_SUPER_OFFSET 1024 /* byte-size offset */ 702 #define F2FS_EXTENSION_LEN 8 /* max size o [all...] |
/third_party/curl/lib/vtls/ |
H A D | gtls.c | 200 loaded_file.size = (unsigned int)filelen; in load_file() 716 alpn[i].size = (unsigned)strlen(connssl->alpn->entries[i]); in gtls_connect_step1() 826 size_t size; in Curl_gtls_verifyserver() local 886 const char *end = beg + chainp[i].size; in Curl_gtls_verifyserver() 899 regarding the certificate key size and chain size are set. To override in Curl_gtls_verifyserver() 1051 size = sizeof(certname); in Curl_gtls_verifyserver() 1056 &size); in Curl_gtls_verifyserver() 1262 Curl_alpn_set_negotiated(cf, data, proto.data, proto.size); in gtls_verifyserver() 1275 /* get the session ID data size */ in gtls_verifyserver() 1598 gtls_version(char *buffer, size_t size) gtls_version() argument [all...] |
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 126 // Return the size of a type in 32-bit words. This currently only 146 // returns its size in 32-bit words. 151 error("type size for ID not found"); in idTypeSizeInWords() 276 if (id >= idMapL.size()) in localId() 352 for (spv::Id id = 0; id < idMapL.size(); ++id) { in mapRemainder() 446 // If there's a result ID, remember the size of its type in buildLocalMaps() 511 if (spv.size() < header_size) { in validate() 538 if (nextInst > int(spv.size())) { in processInstruction() 704 end = (end == 0 ? unsigned(spv.size()) : end); in process() 707 unsigned nextInst = unsigned(spv.size()); in process() [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 147 if (key.bytes != null || key.size != 0) { in TestRawCollationKey() 149 + "and size 0"); in TestRawCollationKey() 153 if (key.bytes != array || key.size != 0) { in TestRawCollationKey() 155 + "retaining its size 0"); in TestRawCollationKey() 159 errln("Constructor taking an array and a size > array.length " in TestRawCollationKey() 166 errln("Constructor taking an array and a size < 0 " in TestRawCollationKey() 172 if (key.bytes != array || key.size != (array.length >> 1)) { in TestRawCollationKey() 173 errln("Constructor taking an array and a size, " in TestRawCollationKey() 174 + "expected to adopt it and take the size specified"); in TestRawCollationKey() 177 if (key.bytes == null || key.bytes.length != 10 || key.size ! in TestRawCollationKey() [all...] |
/third_party/gn/src/gn/ |
H A D | visual_studio_writer.cc | 187 for (int i = static_cast<int>(path->size()) - 2; i >= 0; --i) { in FindParentDir() 364 writer.projects_.reserve(targets.size()); in RunAndWriteFiles() 365 writer.folders_.reserve(targets.size()); in RunAndWriteFiles() 839 if (IsSlash(folder_path[folder_path.size() - 1])) in ResolveSolutionFolders() 840 folder_path = folder_path.substr(0, folder_path.size() - 1); in ResolveSolutionFolders() 859 std::min(root_folder_path_.size(), folder_path.size()); in ResolveSolutionFolders() 868 (i == folder_path.size() || IsSlash(folder_path[i]))) in ResolveSolutionFolders() 870 if (common_prefix_len < root_folder_path_.size()) { in ResolveSolutionFolders()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | udatatst.c | 345 * Try opening data with absurdly long path and name, to trigger buffer size in TestUDataOpen() 416 sizeof(UDataInfo), /* size */ 564 if( pInfo->size>=20 && in isAcceptable1() 583 name, type, pInfo->size, pInfo->isBigEndian, pInfo->charsetFamily, pInfo->formatVersion[0], in isAcceptable1() 600 if( pInfo->size>=20 && in isAcceptable2() 626 if( pInfo->size>=20 && in isAcceptable3() 725 if( pInfo->size>=20 && in isAcceptable() 829 if(dataInfo.size==20 && dataInfo.size!=30 && in TestUDataGetInfo() 853 if(dataInfo.size in TestUDataGetInfo() [all...] |
H A D | utf8tst.c | 1116 uint16_t size=UPRV_LENGTHOF(s); in TestAppendChar() local 1118 uprv_memcpy(str, s, size); in TestAppendChar() 1127 if(uprv_memcmp(str, result[count], size) !=0){ in TestAppendChar() 1129 printUChars(result[count], size); in TestAppendChar() 1131 printUChars(str, size); in TestAppendChar() 1135 UTF8_APPEND_CHAR_SAFE(str, offset, size, test[i+1]); in TestAppendChar() 1141 if(uprv_memcmp(str, result[count], size) !=0){ in TestAppendChar() 1143 printUChars(result[count], size); in TestAppendChar() 1145 printUChars(str, size); in TestAppendChar() 1149 uprv_memcpy(str, s, size); in TestAppendChar() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_bld.cpp | 274 pInfo->size>=20 && in isCnvAcceptable() 740 stackArgs.size = (int32_t)sizeof(stackArgs); in ucnv_loadSharedData() 1336 int32_t size; in ucnv_swap() local 1506 size=(int32_t)(mbcsHeader.offsetFromUBytes+mbcsIndexLength); in ucnv_swap() 1508 size+=(int32_t)mbcsHeader.fromUBytesLength; in ucnv_swap() 1523 size=extOffset+udata_readInt32(ds, inExtIndexes[UCNV_EXT_SIZE]); in ucnv_swap() 1527 if(length<size) { in ucnv_swap() 1536 uprv_memcpy(outBytes, inBytes, size); in ucnv_swap() 1684 return headerSize+(int32_t)staticDataSize+size; in ucnv_swap()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 147 int size = obj.getSize(); in TestOpen() 151 for(int i=0; i<size; i++) { in TestOpen() 164 size = obj.getSize(); in TestOpen() 168 for(int i=0; i<size; i++){ in TestOpen() 329 int size = sub.getSize(); in TestBasicTypes() 331 for(int i=0; i<size; i++){ in TestBasicTypes() 392 int size =bundle.getSize(); in TestTable32() 393 if(size!=66000){ in TestTable32() 394 errln("Could not get the correct size for bundle testtable32"); in TestTable32() 400 for(int i =0; i<size; in TestTable32() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 150 if (key.bytes != null || key.size != 0) { in TestRawCollationKey() 152 + "and size 0"); in TestRawCollationKey() 156 if (key.bytes != array || key.size != 0) { in TestRawCollationKey() 158 + "retaining its size 0"); in TestRawCollationKey() 162 errln("Constructor taking an array and a size > array.length " in TestRawCollationKey() 169 errln("Constructor taking an array and a size < 0 " in TestRawCollationKey() 175 if (key.bytes != array || key.size != (array.length >> 1)) { in TestRawCollationKey() 176 errln("Constructor taking an array and a size, " in TestRawCollationKey() 177 + "expected to adopt it and take the size specified"); in TestRawCollationKey() 180 if (key.bytes == null || key.bytes.length != 10 || key.size ! in TestRawCollationKey() [all...] |