• Home
  • Raw
  • Download

Lines Matching refs:m_pWelsTrace

134   : m_pWelsTrace (NULL),  in CWelsDecoder()
160 m_pWelsTrace = new welsCodecTrace(); in CWelsDecoder()
161 if (m_pWelsTrace != NULL) { in CWelsDecoder()
162 m_pWelsTrace->SetCodecInstance (this); in CWelsDecoder()
163 m_pWelsTrace->SetTraceLevel (WELS_LOG_ERROR); in CWelsDecoder()
165 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, "CWelsDecoder::CWelsDecoder() entry"); in CWelsDecoder()
232 if (m_pWelsTrace != NULL) { in ~CWelsDecoder()
233 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, "CWelsDecoder::~CWelsDecoder()"); in ~CWelsDecoder()
249 if (m_pWelsTrace != NULL) { in ~CWelsDecoder()
250 delete m_pWelsTrace; in ~CWelsDecoder()
251 m_pWelsTrace = NULL; in ~CWelsDecoder()
261 if (m_pWelsTrace == NULL) { in Initialize()
266 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_ERROR, "CWelsDecoder::Initialize(), invalid input argu… in Initialize()
348 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, "CWelsDecoder::UninitDecoderCtx(), openh264 code… in UninitDecoderCtx()
354 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, in UninitDecoderCtx()
373 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, in InitDecoder()
400 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, in InitDecoderCtx()
420 WelsDecoderDefaults (pCtx, &m_pWelsTrace->m_sLogCtx); in InitDecoderCtx()
430 WELS_VERIFY_RETURN_PROC_IF (cmMallocMemeError, WelsInitDecoder (pCtx, &m_pWelsTrace->m_sLogCtx), in InitDecoderCtx()
441 if (pCtx != NULL && m_pWelsTrace != NULL) { in ResetDecoder()
442 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, "ResetDecoder(), context error code is %d", in ResetDecoder()
449 } else if (m_pWelsTrace != NULL) { in ResetDecoder()
450 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_ERROR, "ResetDecoder() failed as decoder context null"… in ResetDecoder()
460 if (pCtx != NULL && m_pWelsTrace != NULL) { in ThreadResetDecoder()
461 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, "ResetDecoder(), context error code is %d", pCtx… in ThreadResetDecoder()
467 } else if (m_pWelsTrace != NULL) { in ThreadResetDecoder()
468 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_ERROR, "ResetDecoder() failed as decoder context null"… in ThreadResetDecoder()
525 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, in SetOption()
532 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, in SetOption()
537 if (m_pWelsTrace) { in SetOption()
539 m_pWelsTrace->SetTraceLevel (level); in SetOption()
543 if (m_pWelsTrace) { in SetOption()
545 m_pWelsTrace->SetTraceCallback (callback); in SetOption()
546 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, in SetOption()
552 if (m_pWelsTrace) { in SetOption()
554 m_pWelsTrace->SetTraceCallbackContext (ctx); in SetOption()
558 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_WARNING, in SetOption()
568 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_WARNING, in SetOption()
734 if (m_pWelsTrace != NULL) { in DecodeFrame2WithCtx()
735 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_ERROR, "Call DecodeFrame2 without Initialize.\n"); in DecodeFrame2WithCtx()
741 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_ERROR, "bParseOnly should be false for this API callin… in DecodeFrame2WithCtx()
837 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, "decode failed, failure type:%d \n", in DecodeFrame2WithCtx()
843 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_WARNING, "continuous error reached INT_MAX! Restart as… in DecodeFrame2WithCtx()
944 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, in OutputStatisticsLog()
1218 if (m_pWelsTrace != NULL) { in DecodeParser()
1219 WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_ERROR, "Call DecodeParser without Initialize.\n"); in DecodeParser()
1225 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_ERROR, "bParseOnly should be true for this API calling… in DecodeParser()
1288 …WelsLog (&m_pWelsTrace->m_sLogCtx, WELS_LOG_INFO, "decode failed, failure type:%d \n", pDecContext… in DecodeParser()