Home
last modified time | relevance | path

Searched refs:FRAME_PERIOD (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/sync_fence/include/
H A Dsync_fence_tracker.h41 const int32_t FRAME_PERIOD = 1000; variable
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence_tracker.cpp201 frameRate = FRAME_PERIOD * (frameNum - 1) / interval; in GetFrameRate()