/aosp12/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | cached_frame.cpp | 76 size_t cache_size = ImageProcessor::GetConvertedSize( in Convert() local 79 if (cache_size == 0) { in Convert() 81 } else if (cache_size > scaled_frame_->GetBufferSize()) { in Convert() 82 scaled_frame_.reset(new AllocatedFrameBuffer(cache_size)); in Convert() 94 size_t cache_size = ImageProcessor::GetConvertedSize( in ConvertToYU12() local 97 if (cache_size == 0) { in ConvertToYU12() 100 yu12_frame_->SetDataSize(cache_size); in ConvertToYU12()
|
/aosp12/system/core/rootdir/ |
H A D | init-debug.rc | 7 on property:persist.mmc.cache_size=* 8 write /sys/block/mmcblk0/cache_size ${persist.mmc.cache_size}
|
/aosp12/system/extras/simpleperf/ |
H A D | CallChainJoiner.cpp | 27 LRUCache::LRUCache(size_t cache_size, size_t matched_node_count_to_extend_callchain) in LRUCache() argument 29 cache_stat_.cache_size = cache_size; in LRUCache() 30 cache_stat_.max_node_count = cache_size / sizeof(CacheNode); in LRUCache() 269 CallChainJoiner::CallChainJoiner(size_t cache_size, size_t matched_node_count_to_extend_callchain, in CallChainJoiner() argument 275 cache_stat_.cache_size = cache_size; in CallChainJoiner() 329 LRUCache cache(cache_stat_.cache_size, cache_stat_.matched_node_count_to_extend_callchain); in JoinCallChains() 407 LOG(DEBUG) << " cache_size: " << cache_stat_.cache_size; in DumpStat()
|
H A D | CallChainJoiner.h | 55 size_t cache_size = 0u; member 69 LRUCache(size_t cache_size = 8 * 1024 * 1024, size_t matched_node_count_to_extend_callchain = 1); 143 CallChainJoiner(size_t cache_size, size_t matched_node_count_to_extend_callchain,
|
H A D | CallChainJoiner_test.cpp | 222 ASSERT_EQ(joiner.GetCacheStat().cache_size, sizeof(CacheNode) * 1024); in TEST_F()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | cached_file_descriptor.h | 34 CachedFileDescriptor(FileDescriptorPtr fd, size_t cache_size) : fd_(fd) { in CachedFileDescriptor() argument 35 cache_.resize(cache_size); in CachedFileDescriptor()
|
/aosp12/build/make/tools/releasetools/ |
H A D | blockimgdiff.py | 347 if common.OPTIONS.cache_size is not None: 348 stash_limit = (common.OPTIONS.cache_size * 523 if common.OPTIONS.cache_size is not None: 529 cache_size = common.OPTIONS.cache_size 531 max_allowed = cache_size * stash_threshold 535 self.tgt.blocksize, max_allowed, cache_size, 584 if OPTIONS.cache_size is not None: 585 max_allowed = OPTIONS.cache_size * OPTIONS.stash_threshold 628 cache_size = common.OPTIONS.cache_size 1559 cache_size = common.OPTIONS.cache_size [all …]
|
H A D | test_blockimgdiff.py | 132 common.OPTIONS.cache_size = 7 * 4096 136 common.OPTIONS.cache_size = 6 * 4096 174 common.OPTIONS.cache_size = 15 * 4096
|
H A D | non_ab_ota.py | 554 cache_size = OPTIONS.info_dict.get("cache_size") 555 if cache_size is None: 557 OPTIONS.cache_size = cache_size
|
H A D | ota_from_target_files | 272 OPTIONS.cache_size = None
|
H A D | ota_from_target_files.py | 272 OPTIONS.cache_size = None
|
H A D | test_common.py | 2107 common.OPTIONS.cache_size = 4 * 4096
|
H A D | common.py | 97 self.cache_size = None
|
/aosp12/hardware/qcom/sdm845/display/libdrmutils/ |
H A D | drm_interface.h | 474 uint32_t cache_size; // cache size in bytes for inline rotation support. member
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_cache.c | 1458 int cache_size = CONFIG_MAX_ENTRIES; in _res_cache_get_max_entries() local 1463 cache_size = 0; in _res_cache_get_max_entries() 1466 XLOG("cache size: %d", cache_size); in _res_cache_get_max_entries() 1467 return cache_size; in _res_cache_get_max_entries()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 397 hw_resource->cache_size = info.cache_size; in PopulatePipeCaps()
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | sensor_service.proto | 225 optional int32 cache_size = 5; field
|
/aosp12/hardware/qcom/sm8150/display/libdrmutils/ |
H A D | drm_interface.h | 555 uint32_t cache_size; // cache size in bytes for inline rotation support. member
|
/aosp12/hardware/qcom/sm7250/display/libdrmutils/ |
H A D | drm_interface.h | 573 uint32_t cache_size; // cache size in bytes for inline rotation support. member
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 483 hw_resource->cache_size = info.cache_size; in PopulatePipeCaps()
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
H A D | hw_info_drm.cpp | 484 hw_resource->cache_size = info.cache_size; in PopulatePipeCaps()
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/private/ |
H A D | hw_info_types.h | 235 uint32_t cache_size = 0; // cache size in bytes member
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/ |
H A D | hw_info_types.h | 339 uint32_t cache_size = 0; // cache size in bytes member
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/ |
H A D | hw_info_types.h | 328 uint32_t cache_size = 0; // cache size in bytes member
|