HomeSort by relevance Sort by last modified time
    Searched refs:framearrival_steps (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/libqdutils/
profiler.cpp 89 debug_fps_metadata.framearrival_steps =
92 if (debug_fps_metadata.framearrival_steps > MAX_FRAMEARRIVAL_STEPS) {
93 debug_fps_metadata.framearrival_steps = MAX_FRAMEARRIVAL_STEPS;
95 debug_fps_metadata.framearrival_steps * 16666;
123 i < ((debug_fps_metadata.framearrival_steps / 6) + 1);
136 i < debug_fps_metadata.framearrival_steps;
165 if (currstep < debug_fps_metadata.framearrival_steps) {
profiler.h 80 For example, if framearrival_steps = 10, then the frame that arrived
83 unsigned int framearrival_steps; member in struct:qdutils::CalcFps::debug_fps_metadata_t
84 /* ignorethresh_us = framearrival_steps * 16666 */

Completed in 802 milliseconds