Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:fps

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