Searched refs:GMPLOG (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 97 #define GMPLOG(l, x) do { \ macro 163 GMPLOG (GL_INFO, type_ << ": " << now << " Frame count " in FrameIn() 207 GMPLOG (GL_ERROR, "Couldn't create new thread"); in InitEncode() 221 GMPLOG (GL_INFO, "Initializing encoder at " in InitEncode() 237 GMPLOG (GL_INFO, "Initializing Bit Rate at: Start: " in InitEncode() 262 …GMPLOG (GL_INFO, "InitEncode: the output resolution overflows, w x h = " << codecSettings.mWidth <… in InitEncode() 286 GMPLOG (GL_ERROR, "Couldn't initialize encoder"); in InitEncode() 291 GMPLOG (GL_INFO, "Initialized encoder"); in InitEncode() 299 GMPLOG (GL_DEBUG, in Encode() 318 GMPLOG (GL_INFO, "[SetRates] Begin with: " in SetRates() [all …]
|