Searched refs:maxFps (Results 1 – 6 of 6) sorted by relevance
50 let maxFps = FpsStruct.maxFps + 'FPS';51 let textMetrics = req.context.measureText(maxFps);58 req.context.fillText(maxFps, 4, 5 + 9);75 FpsStruct.maxFps = 0;80 if ((it.fps || 0) > FpsStruct.maxFps) {81 FpsStruct.maxFps = it.fps || 0;108 static maxFps: number = 0;124 … let drawHeight: number = ((data.fps || 0) * (data.frame.height || 0) * 1.0) / FpsStruct.maxFps;139 … let drawHeight: number = ((data.fps || 0) * (data.frame.height || 0) * 1.0) / FpsStruct.maxFps;
46 * @param maxFps maxFps49 static getFullFps(maxFps: number): number {58 if (maxFps >= 100) {60 } else if (maxFps >= 70) {62 } else if (maxFps >= 44) {64 } else if (maxFps >= 34) {
22 static maxFps: number = 0; property in FpsStruct39 … ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1.0) / FpsStruct.maxFps;73 … ((fpsBeanStructData.fps || 0) * (fpsBeanStructData.frame.height || 0) * 1.0) / FpsStruct.maxFps;
65 maxFps: 50,
40 FpsStruct.maxFps = 0;
111 maxFps: 255,