Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:fps

77     float fps  = metadata.data.panel_frame_rate;
80 //The reserved[3] field is used to store FPS by the driver.
81 float fps = info.reserved[3] & 0xFF;
97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;