Home
last modified time | relevance | path

Searched refs:g_fDecFPS (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.cpp20 extern float g_fDecFPS;
116 return g_fDecFPS; in GetDecFPS()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp59 float g_fDecFPS = 0.0; variable
464 g_fDecFPS = (iFrameCount * 1.0f) / (float) dElapsed; in H264DecodeInstance()