Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
H A DTimeStatsHelper.cpp148 StringAppendF(&result, "droppedFrames = %d\n", droppedFrames); in toString()
227 layerProto.set_dropped_frames(droppedFrames); in toProto()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.cpp174 atom->set_dropped_frames(layer->droppedFrames); in populateLayerAtom()
497 timeStatsLayer.droppedFrames += layerRecord.droppedFrames; in flushAvailableRecordsToStatsLocked()
501 layerRecord.droppedFrames = 0; in flushAvailableRecordsToStatsLocked()
892 layerRecord.droppedFrames++; in removeTimeRecord()
H A DTimeStats.h200 uint32_t droppedFrames = 0; member
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
H A DTimeStatsHelper.h101 int32_t droppedFrames = 0; variable