21pages 1765c7bbf4
fix multi display fps control (#8455)
* Calculate fps without distinguish displays, use one fps control
  because the controlled side control fps of all displays with one FPS
  variable.
* Because all displays decode frame in one thread, when there are N
  displays, the video frames received in one second is `fps * N`, so the
  calculated decode fps should be divided by N. Because the actual
  display count is not obvious in rust, when no data frame is received for 5 seconds, the display is considered inactive, and only the active display is used as the dividend.

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-06-24 19:41:15 +08:00
..
2024-06-24 17:32:00 +08:00
2024-06-19 21:29:54 +08:00
2024-04-25 11:46:21 +08:00
2024-06-21 23:58:00 +08:00
2024-03-20 20:00:29 +08:00
2023-06-29 20:44:50 +08:00
2024-04-25 11:46:21 +08:00
2024-04-25 11:46:21 +08:00
2023-11-29 20:58:40 +08:00
2024-04-10 00:23:45 +08:00
2024-03-13 21:12:04 +08:00
2024-04-25 11:46:21 +08:00
2024-01-22 19:57:23 +08:00
2024-06-18 22:04:34 +08:00