Home
last modified time | relevance | path

Searched refs:UpdateNumBytes (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/mvs/
H A Dworkspace.cc96 cache_.UpdateNumBytes(image_idx); in GetBitmap()
111 cache_.UpdateNumBytes(image_idx); in GetDepthMap()
127 cache_.UpdateNumBytes(image_idx); in GetNormalMap()
/dports/graphics/colmap/colmap-3.6/src/util/
H A Dcache_test.cc256 cache.UpdateNumBytes(4); in BOOST_AUTO_TEST_CASE()
261 cache.UpdateNumBytes(2); in BOOST_AUTO_TEST_CASE()
266 cache.UpdateNumBytes(0); in BOOST_AUTO_TEST_CASE()
H A Dcache.h103 void UpdateNumBytes(const key_t& key);
251 void MemoryConstrainedLRUCache<key_t, value_t>::UpdateNumBytes( in UpdateNumBytes() function
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioFile/AFPublic/
H A DAudioFileObject.cpp338 OSStatus AudioFileObject::UpdateNumBytes(SInt64 inNumBytes) in UpdateNumBytes() function in AudioFileObject
612 err = UpdateNumBytes(nuByteTotal); in WriteBytes()
1568 err = UpdateNumBytes(numBytes); in SetProperty()
H A DAudioFileObject.h409 OSStatus UpdateNumBytes(SInt64 inNumBytes);