Searched refs:FRAME_PERIOD (Results 1 – 2 of 2) sorted by relevance
41 const int32_t FRAME_PERIOD = 1000; variable
201 frameRate = FRAME_PERIOD * (frameNum - 1) / interval; in GetFrameRate()