Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dstream_demuxer.cpp133 uint64_t offsetInCache = offset - cacheDataMap_[streamID].GetOffset(); in PullDataWithCache() local
134 if (size <= memory->GetSize() - offsetInCache) { in PullDataWithCache()
136 bufferPtr->GetMemory()->Write(memory->GetReadOnlyData() + offsetInCache, size, 0); in PullDataWithCache()
139 …Ptr->GetMemory()->Write(memory->GetReadOnlyData() + offsetInCache, memory->GetSize() - offsetInCac… in PullDataWithCache()
141 uint64_t remainSize = size - (memory->GetSize() - offsetInCache); in PullDataWithCache()
151 tempBuffer->GetMemory()->GetSize(), memory->GetSize() - offsetInCache); in PullDataWithCache()