Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:fps

146     float fps  = (float)metadata.data.panel_frame_rate;
149 //The reserved[3] field is used to store FPS by the driver.
150 float fps = info.reserved[3] & 0xFF;
168 (uint32_t)(1000000000l / fps);