Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp113 StringAppendF(&result, "droppedFrames = %d\n", droppedFrames); in toString()
200 layerProto.set_dropped_frames(droppedFrames); in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h95 int32_t droppedFrames = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp179 atom->set_dropped_frames(layer->droppedFrames); in populateLayerAtom()
488 timeStatsLayer.droppedFrames += layerRecord.droppedFrames; in flushAvailableRecordsToStatsLocked()
492 layerRecord.droppedFrames = 0; in flushAvailableRecordsToStatsLocked()
889 layerRecord.droppedFrames++; in removeTimeRecord()
DTimeStats.h215 uint32_t droppedFrames = 0; member