Home
last modified time | relevance | path

Searched refs:cacheDataTotalSize_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dcache_buffer.cpp32 …cacheData_(cacheData), cacheDataTotalSize_(cacheDataTotalSize), soundID_(soundID), streamID_(strea… in CacheBuffer()
187 uint8_t *fullBuffer = new(std::nothrow) uint8_t[cacheDataTotalSize_]; in ReCombineCacheData()
190 int32_t remainBufferSize = static_cast<int32_t>(cacheDataTotalSize_); in ReCombineCacheData()
216 fullCacheData_ = std::make_shared<AudioBufferEntry>(fullBuffer, cacheDataTotalSize_); in ReCombineCacheData()
H A Dcache_buffer.h111 size_t cacheDataTotalSize_; variable