/third_party/openh264/codec/decoder/core/src/ |
D | error_concealment.cpp | 44 if ((pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY) in InitErrorCon() 45 || (pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY_CROSS_IDR) in InitErrorCon() 46 || (pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_MV_COPY_CROSS_IDR) in InitErrorCon() 47 || (pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE) in InitErrorCon() 48 || (pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE)) { in InitErrorCon() 49 if ((pCtx->pParam->eEcActiveIdc != ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE) in InitErrorCon() 50 && (pCtx->pParam->eEcActiveIdc != ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE)) { in InitErrorCon() 98 …if ((pCtx->pParam->eEcActiveIdc == ERROR_CON_FRAME_COPY) && (pCtx->pCurDqLayer->sLayerInfo.sNalHea… in DoErrorConFrameCopy() 120 …if ((pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY) && (pCtx->pCurDqLayer->sLayerInfo.sNalHea… in DoErrorConSliceCopy() 468 if (ERROR_CON_DISABLE == pCtx->pParam->eEcActiveIdc) { in ImplementErrorCon() [all …]
|
D | manage_dec_ref.cpp | 152 if (pCtx->pParam->eEcActiveIdc != in WelsCheckAndRecoverForFutureDecoding() 169 bool bCopyPrevious = ((ERROR_CON_FRAME_COPY_CROSS_IDR == pCtx->pParam->eEcActiveIdc) in WelsCheckAndRecoverForFutureDecoding() 170 || (ERROR_CON_SLICE_COPY_CROSS_IDR == pCtx->pParam->eEcActiveIdc) in WelsCheckAndRecoverForFutureDecoding() 171 … || (ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE == pCtx->pParam->eEcActiveIdc) in WelsCheckAndRecoverForFutureDecoding() 172 || (ERROR_CON_SLICE_MV_COPY_CROSS_IDR == pCtx->pParam->eEcActiveIdc) in WelsCheckAndRecoverForFutureDecoding() 173 … || (ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE == pCtx->pParam->eEcActiveIdc)) in WelsCheckAndRecoverForFutureDecoding() 618 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in WelsMarkAsRef() 634 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in WelsMarkAsRef() 646 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in WelsMarkAsRef()
|
D | decoder.cpp | 651 if ((pCtx->pParam->eEcActiveIdc > ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE) in DecoderConfigParam() 652 || (pCtx->pParam->eEcActiveIdc < ERROR_CON_DISABLE)) { in DecoderConfigParam() 654 …orConMethod (%d) not in range: (%d - %d). Set as default value: (%d).", pCtx->pParam->eEcActiveIdc, in DecoderConfigParam() 657 pCtx->pParam->eEcActiveIdc = ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE; in DecoderConfigParam() 661 pCtx->pParam->eEcActiveIdc = ERROR_CON_DISABLE; in DecoderConfigParam() 1210 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { //all correct in UpdateDecStatNoFreezingInfo() 1236 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) in UpdateDecStatNoFreezingInfo()
|
D | au_parser.cpp | 215 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in ParseNalHeader() 234 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in ParseNalHeader() 291 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in ParseNalHeader() 313 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in ParseNalHeader() 388 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in ParseNalHeader() 407 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in ParseNalHeader() 596 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) in ParseNonVclNal() 605 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) in ParseNonVclNal() 618 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) in ParseNonVclNal() 627 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) in ParseNonVclNal()
|
D | parse_mb_syn_cavlc.cpp | 1102 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterInfo() 1143 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterInfo() 1180 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterInfo() 1252 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterInfo() 1390 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterBInfo() 1440 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterBInfo() 1500 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterBInfo() 1647 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterBInfo()
|
D | parse_mb_syn_cabac.cpp | 547 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterPMotionInfoCabac() 573 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterPMotionInfoCabac() 603 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterPMotionInfoCabac() 651 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterPMotionInfoCabac() 774 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterBMotionInfoCabac() 812 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterBMotionInfoCabac() 857 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterBMotionInfoCabac() 992 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in ParseInterBMotionInfoCabac()
|
D | decoder_core.cpp | 79 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in DecodeFrameConstruction() 249 …if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) //no buffer output if EC is disabled and fram… in DecodeFrameConstruction() 252 else if ((pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE in DecodeFrameConstruction() 253 || pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE) in DecodeFrameConstruction() 273 if (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE) { in DecodeFrameConstruction() 1475 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in UpdateAccessUnit() 2688 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in DecodeCurrentAccessUnit() 2709 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in DecodeCurrentAccessUnit() 2737 if (pCtx->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in DecodeCurrentAccessUnit() 2799 if ((NeedErrorCon (pCtx)) && (pCtx->pParam->eEcActiveIdc != ERROR_CON_DISABLE)) { in DecodeCurrentAccessUnit() [all …]
|
/third_party/openh264/codec/console/dec/src/ |
D | h264dec.cpp | 506 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE; 543 sDecParam.eEcActiveIdc = (ERROR_CON_IDC)atol (strTag[1].c_str()); 559 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; 566 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; 596 sDecParam.eEcActiveIdc = (ERROR_CON_IDC)iEcActiveIdc; 643 (int32_t)sDecParam.eEcActiveIdc,
|
/third_party/openh264/test/decoder/ |
D | DecUT_ErrorConcealment.cpp | 129 if ((pECCtx->pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY) in DoAncErrorConSliceCopy() 243 …pECCtx->pCtx->pParam->eEcActiveIdc = iEC > 0 ? ERROR_CON_FRAME_COPY_CROSS_IDR : ERROR_CON_FRAME_CO… in TEST() 254 if (iRef && ! ((pECCtx->pCtx->pParam->eEcActiveIdc == ERROR_CON_FRAME_COPY) in TEST() 280 …pECCtx->pCtx->pParam->eEcActiveIdc = iEC > 0 ? ERROR_CON_SLICE_COPY_CROSS_IDR : ERROR_CON_SLICE_CO… in TEST()
|
D | DecUT_DecExt.cpp | 92 m_sDecParam.eEcActiveIdc = (ERROR_CON_IDC) (rand() & 7); in Init() 111 m_sDecParam.eEcActiveIdc = (ERROR_CON_IDC) (rand() & 7); in ValidInit() 281 m_sDecParam.eEcActiveIdc = (ERROR_CON_IDC) iNum; in TestParseOnlyAPI() 314 m_sDecParam.eEcActiveIdc = (ERROR_CON_IDC) iNum; in TestParseOnlyAPI()
|
D | DecUT_ParseSyntax.cpp | 184 m_sDecParam.eEcActiveIdc = (ERROR_CON_IDC)7; in Init() 422 m_sDecParam.eEcActiveIdc = ERROR_CON_DISABLE; in TestSpecificBs()
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264dec.c | 76 param.eEcActiveIdc = ERROR_CON_DISABLE; in svc_decode_init()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 530 pDecContext->pParam->eEcActiveIdc = (ERROR_CON_IDC)iVal; in SetOption() 631 iVal = (int)pDecContext->pParam->eEcActiveIdc; in GetOption() 827 if (pDecContext->pParam->eEcActiveIdc == ERROR_CON_DISABLE) { in DecodeFrame2WithCtx() 847 … if ((pDecContext->pParam->eEcActiveIdc != ERROR_CON_DISABLE) && (pDstInfo->iBufferStatus == 1)) { in DecodeFrame2WithCtx() 1252 pDecContext->pParam->eEcActiveIdc = ERROR_CON_DISABLE; //add protection to disable EC here. in DecodeParser()
|
/third_party/openh264/test/api/ |
D | BaseDecoderTest.cpp | 63 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in SetUp()
|
D | encode_options_test.cpp | 985 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F() 1109 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F() 1222 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F() 1481 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F() 1621 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F() 1692 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F() 1753 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F() 1818 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F()
|
D | encode_decode_api_test.template | 56 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY;
|
D | BaseThreadDecoderTest.cpp | 156 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in SetUp()
|
D | decode_api_test.cpp | 695 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F() 807 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in SetUp() 1200 decParam.eEcActiveIdc = ERROR_CON_DISABLE; in TEST_F()
|
D | decoder_ec_test.cpp | 32 decParam.eEcActiveIdc = ERROR_CON_DISABLE; in TEST_P()
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 612 ERROR_CON_IDC eEcActiveIdc; ///< whether active error concealment feature in decoder member
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 181 dec_param.eEcActiveIdc = ERROR_CON_FRAME_COPY; in gst_openh264dec_start()
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 663 … param.eEcActiveIdc = ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE; // Error concealment on. in InitDecode()
|