Home
last modified time | relevance | path

Searched refs:readTime (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.h105 bool ReadRSData(double untilTime, std::vector<uint8_t>& data, double& readTime);
106 bool ReadOGLData(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime);
107 bool ReadRSMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime);
108 bool ReadRenderMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime);
109 bool ReadOGLMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime);
110 bool ReadGFXMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime);
170 LayerTrackPtr track, double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime);
H A Drs_profiler_file.cpp448 bool RSFile::ReadRSData(double untilTime, std::vector<uint8_t>& data, double& readTime) in ReadRSData() argument
450 readTime = 0.0; in ReadRSData()
463 Utils::FileRead(&readTime, sizeof(readTime), 1, file_); in ReadRSData()
465 if (readTime >= untilTime + epsilon) { in ReadRSData()
469 const uint32_t dataLen = layerData.rsData[layerData.readindexRsData].second - sizeof(readTime); in ReadRSData()
477 bool RSFile::ReadOGLData(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) in ReadOGLData() argument
479 return ReadTrackData({ &RSFileLayer::readindexOglData, &RSFileLayer::oglData }, untilTime, layer, data, readTime); in ReadOGLData()
482 bool RSFile::ReadRSMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) in ReadRSMetrics() argument
485 { &RSFileLayer::readindexRsMetrics, &RSFileLayer::rsMetrics }, untilTime, layer, data, readTime); in ReadRSMetrics()
488 ReadRenderMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) ReadRenderMetrics() argument
494 ReadOGLMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) ReadOGLMetrics() argument
500 ReadGFXMetrics(double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) ReadGFXMetrics() argument
600 ReadTrackData( LayerTrackPtr track, double untilTime, uint32_t layer, std::vector<uint8_t>& data, double& readTime) ReadTrackData() argument
724 double readTime; global() local
[all...]
H A Drs_profiler.cpp1798 const double readTime = PlaybackUpdate(deltaTime); in OnParallelRenderBegin()
1833 double readTime = 0.0; in OnParallelRenderBegin() local
1834 if (!g_playbackShouldBeTerminated && g_playbackFile.ReadRSData(deltaTime, data, readTime)) { in OnParallelRenderBegin()
1891 return readTime; in OnParallelRenderBegin()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp366 int64_t readTime = 0; in ResyncPosition() local
367 if (!GetDeviceHandleInfo(curHdiReadPos, readTime)) { in ResyncPosition()
372 int64_t temp = curTime - readTime; in ResyncPosition()
377 dstAudioBuffer_->SetHandleInfo(curHdiReadPos, readTime); in ResyncPosition()
H A Daudio_endpoint.cpp954 int64_t readTime = 0; in ReSyncPosition() local
955 bool res = GetDeviceHandleInfo(curHdiReadPos, readTime); in ReSyncPosition()
958 int64_t temp = curTime - readTime; in ReSyncPosition()
963 readTimeModel_.ResetFrameStamp(curHdiReadPos, readTime); in ReSyncPosition()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.h52 TimePoint readTime; member
58 accessLength(0), totalReadSize(0), readTime(Clock::now()) in FragmentCacheBuffer()
H A Dmedia_cached_buffer.cpp211 fragmentPos->readTime = Clock::now(); in ReadInner()
405 readPos->readTime = Clock::now(); in Seek()
766 newFragmentPos->readTime = Clock::now(); in GetFragmentIterator()
838 newFragmentPos->readTime = Clock::now(); in SplitFragmentCacheBuffer()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1090 uint64_t readTime = (endTime > startTime) ? (endTime - startTime) : 0; in CloudReadOnCloudFile() local
1093 readStat.UpdateReadTimeStat(readArgs->size, readTime); in CloudReadOnCloudFile()
1149 uint64_t readTime = (endTime > startTime) ? (endTime - startTime) : 0; in CloudReadOnCacheFile() local
1152 readStat.UpdateReadTimeStat(readArgs->size, readTime); in CloudReadOnCacheFile()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.cpp1400 auto readTime = static_cast<Timestamp>(sqlite3_column_int64(statement, 0)); // the first for time in CheckIfNeedSaveRecord() local
1412 isNeedSave = ((readTime < timestamp) && (readOriTime != oriTimestamp || value != origVal)); in CheckIfNeedSaveRecord()
1414 "%" PRIu64 ", %d", readOriTime, oriTimestamp, readTime, timestamp, readVersion, version_, isNeedSave); in CheckIfNeedSaveRecord()

Completed in 18 milliseconds