Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp285 …EXPECT_TRUE ((iRet & (dsBitstreamError | dsRefLost | dsDataErrorConcealed)) != 0) << "iRet = " << … in DecodeBs()
361 EXPECT_TRUE ((iRet & (dsBitstreamError | dsRefLost | dsDataErrorConcealed)) != 0) << iRet; in ParseBs()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h87 dsDataErrorConcealed = 0x20, ///< current data error concealed specified enumerator
/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp483 pCtx->iErrorCode |= dsDataErrorConcealed; in ImplementErrorCon()
Dmanage_dec_ref.cpp168 pCtx->iErrorCode |= dsDataErrorConcealed; in WelsCheckAndRecoverForFutureDecoding()
Ddecoder_core.cpp2784 pCtx->iErrorCode |= dsDataErrorConcealed; in DecodeCurrentAccessUnit()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp849 pDecContext->iErrorCode |= dsDataErrorConcealed; in DecodeFrame2WithCtx()