Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp501 PWelsDecoderContext pDecContext = m_pDecThrCtx[i].pCtx; in SetOption() local
502 if (pDecContext == NULL && eOptID != DECODER_OPTION_TRACE_LEVEL && in SetOption()
511 if (pDecContext == NULL) return dsInitialOptExpected; in SetOption()
513 pDecContext->bEndOfStreamFlag = iVal ? true : false; in SetOption()
520 if (pDecContext == NULL) return dsInitialOptExpected; in SetOption()
524 if ((pDecContext->pParam->bParseOnly) && (iVal != (int32_t)ERROR_CON_DISABLE)) { in SetOption()
530 pDecContext->pParam->eEcActiveIdc = (ERROR_CON_IDC)iVal; in SetOption()
531 InitErrorCon (pDecContext); in SetOption()
563 if (pDecContext == NULL) return dsInitialOptExpected; in SetOption()
564 pDecContext->pDecoderStatistics->iStatisticsLogInterval = (* ((unsigned int*)pOption)); in SetOption()
[all …]