Home
last modified time | relevance | path

Searched refs:cache_size (Results 1 – 24 of 24) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dcached_frame.cpp76 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 Dinit-debug.rc7 on property:persist.mmc.cache_size=*
8 write /sys/block/mmcblk0/cache_size ${persist.mmc.cache_size}
/aosp12/system/extras/simpleperf/
H A DCallChainJoiner.cpp27 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 DCallChainJoiner.h55 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 DCallChainJoiner_test.cpp222 ASSERT_EQ(joiner.GetCacheStat().cache_size, sizeof(CacheNode) * 1024); in TEST_F()
/aosp12/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.h34 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 Dblockimgdiff.py347 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 Dtest_blockimgdiff.py132 common.OPTIONS.cache_size = 7 * 4096
136 common.OPTIONS.cache_size = 6 * 4096
174 common.OPTIONS.cache_size = 15 * 4096
H A Dnon_ab_ota.py554 cache_size = OPTIONS.info_dict.get("cache_size")
555 if cache_size is None:
557 OPTIONS.cache_size = cache_size
H A Dota_from_target_files272 OPTIONS.cache_size = None
H A Dota_from_target_files.py272 OPTIONS.cache_size = None
H A Dtest_common.py2107 common.OPTIONS.cache_size = 4 * 4096
H A Dcommon.py97 self.cache_size = None
/aosp12/hardware/qcom/sdm845/display/libdrmutils/
H A Ddrm_interface.h474 uint32_t cache_size; // cache size in bytes for inline rotation support. member
/aosp12/bionic/libc/dns/resolv/
H A Dres_cache.c1458 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 Dhw_info_drm.cpp397 hw_resource->cache_size = info.cache_size; in PopulatePipeCaps()
/aosp12/frameworks/base/core/proto/android/service/
H A Dsensor_service.proto225 optional int32 cache_size = 5; field
/aosp12/hardware/qcom/sm8150/display/libdrmutils/
H A Ddrm_interface.h555 uint32_t cache_size; // cache size in bytes for inline rotation support. member
/aosp12/hardware/qcom/sm7250/display/libdrmutils/
H A Ddrm_interface.h573 uint32_t cache_size; // cache size in bytes for inline rotation support. member
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/
H A Dhw_info_drm.cpp483 hw_resource->cache_size = info.cache_size; in PopulatePipeCaps()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/
H A Dhw_info_drm.cpp484 hw_resource->cache_size = info.cache_size; in PopulatePipeCaps()
/aosp12/hardware/qcom/sdm845/display/sdm/include/private/
H A Dhw_info_types.h235 uint32_t cache_size = 0; // cache size in bytes member
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/
H A Dhw_info_types.h339 uint32_t cache_size = 0; // cache size in bytes member
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/
H A Dhw_info_types.h328 uint32_t cache_size = 0; // cache size in bytes member