Searched refs:g_fDecFPS (Results 1 – 2 of 2) sorted by relevance
20 extern float g_fDecFPS;116 return g_fDecFPS; in GetDecFPS()
59 float g_fDecFPS = 0.0; variable464 g_fDecFPS = (iFrameCount * 1.0f) / (float) dElapsed; in H264DecodeInstance()