• Home
  • Raw
  • Download

Lines Matching refs:GMPLOG

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()
262GMPLOG (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()
326 GMPLOG (GL_ERROR, "[SetRates] Error in Getting Bit Rate at Layer:" in SetRates()
341 GMPLOG (GL_INFO, "[SetRates] Update Encoder Bandwidth (AllLayers): ReturnValue: " in SetRates()
346 GMPLOG (GL_ERROR, "[SetRates] Error in Setting Bit Rate at Layer:" in SetRates()
360 GMPLOG (GL_ERROR, "[SetRates] Error in Getting Frame Rate:" in SetRates()
371 GMPLOG (GL_INFO, "[SetRates] Update Encoder Frame Rate: ReturnValue: " in SetRates()
374 GMPLOG (GL_ERROR, "[SetRates] Error in Setting Frame Rate: ReturnValue: " in SetRates()
438 GMPLOG (GL_ERROR, "no input image"); in Encode_w()
462 GMPLOG (GL_ERROR, "Couldn't encode frame. Error = " << result); in Encode_w()
488 GMPLOG (GL_ERROR, "Couldn't encode frame. Type = " in Encode_w()
528 GMPLOG (GL_ERROR, "Error creating encoded frame"); in Encode_m()
553 GMPLOG (GL_ERROR, "Error allocating frame data"); in Encode_m()
573 GMPLOG (GL_DEBUG, "Encoding complete. type= " in Encode_m()
639 GMPLOG (GL_INFO, "InitDecode"); in InitDecode()
643 GMPLOG (GL_ERROR, "Couldn't create new thread"); in InitDecode()
649 GMPLOG (GL_ERROR, "Couldn't create decoder"); in InitDecode()
655 GMPLOG (GL_ERROR, "Couldn't create decoder"); in InitDecode()
668 GMPLOG (GL_ERROR, "Couldn't initialize decoder"); in InitDecode()
705 GMPLOG (GL_ERROR, "Decoding error dState=" << dState); in InitDecode()
707 GMPLOG (GL_ERROR, "InitDecode iBufferStatus=" << decoded.iBufferStatus); in InitDecode()
716 GMPLOG (GL_DEBUG, __FUNCTION__ in Decode()
820 GMPLOG (GL_DEBUG, "Frame decode on worker thread length = " in Decode_w()
834 GMPLOG (GL_ERROR, "Decoding error dState=" << dState); in Decode_w()
860 GMPLOG (GL_ERROR, "No valid data decoded"); in Decode_m()
866 GMPLOG (GL_ERROR, "iBufferStatus=" << decoded->iBufferStatus); in Decode_m()
878 GMPLOG (GL_DEBUG, "Video frame ready for display " in Decode_m()
894 GMPLOG (GL_ERROR, "Couldn't allocate empty I420 frame"); in Decode_m()
907 GMPLOG (GL_ERROR, "Couldn't make decoded frame"); in Decode_m()
911 GMPLOG (GL_DEBUG, "Allocated size = " in Decode_m()