Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp85 StringAppendF(&result, "droppedFrames = %d\n", droppedFrames); in toString()
127 layerProto.set_dropped_frames(droppedFrames); in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h48 int32_t droppedFrames = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp184 timeStatsLayer.droppedFrames += layerRecord.droppedFrames; in flushAvailableRecordsToStatsLocked()
185 layerRecord.droppedFrames = 0; in flushAvailableRecordsToStatsLocked()
446 layerRecord.droppedFrames++; in removeTimeRecord()
DTimeStats.h96 uint32_t droppedFrames = 0; member