Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.cpp217 fragmentPos->totalReadSize += hasReadSize; in ReadInner()
316 writePos_->totalReadSize += nextFragmentPos->totalReadSize; in WriteMergerPre()
337 writePos_->totalReadSize += nextFragmentPos->totalReadSize; in WriteMergerPost()
414 readPos->totalReadSize += newReadSizeInit; in Seek()
477 totalReadSize_ -= iter->totalReadSize; in EraseFragmentCache()
769 newFragmentPos->totalReadSize = newReadSizeInit; in GetFragmentIterator()
841 newFragmentPos->totalReadSize = newReadSizeInit; in SplitFragmentCacheBuffer()
873 newFragmentPos->totalReadSize = newReadSizeInit; in AddFragmentCacheBuffer()
1124 uint64_t totalReadSize = 0; in CheckInner() local
1130 totalReadSize += fragment.totalReadSize; in CheckInner()
[all …]
H A Dmedia_cached_buffer.h51 uint64_t totalReadSize; member
58 accessLength(0), totalReadSize(0), readTime(Clock::now())
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp147 int32_t totalReadSize = 0; in ScanServiceAbility() local
152 SendGetFrameResEvent(false, totalReadSize); in ScanServiceAbility()
159 SCAN_HILOGD("Totally read %{public}d bytes of frame data", totalReadSize); in ScanServiceAbility()
160 SendGetFrameResEvent(true, totalReadSize); in ScanServiceAbility()
166 SendGetFrameResEvent(false, totalReadSize); in ScanServiceAbility()
170 totalReadSize += curReadSize; in ScanServiceAbility()
172 curReadSize, totalReadSize); in ScanServiceAbility()