Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp44 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 …]
Dmanage_dec_ref.cpp152 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()
Ddecoder.cpp651 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()
Dau_parser.cpp215 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()
Dparse_mb_syn_cavlc.cpp1102 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()
Dparse_mb_syn_cabac.cpp547 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()
Ddecoder_core.cpp79 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/
Dh264dec.cpp506 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/
DDecUT_ErrorConcealment.cpp129 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()
DDecUT_DecExt.cpp92 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()
DDecUT_ParseSyntax.cpp184 m_sDecParam.eEcActiveIdc = (ERROR_CON_IDC)7; in Init()
422 m_sDecParam.eEcActiveIdc = ERROR_CON_DISABLE; in TestSpecificBs()
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c76 param.eEcActiveIdc = ERROR_CON_DISABLE; in svc_decode_init()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp530 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/
DBaseDecoderTest.cpp63 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in SetUp()
Dencode_options_test.cpp985 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()
Dencode_decode_api_test.template56 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY;
DBaseThreadDecoderTest.cpp156 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in SetUp()
Ddecode_api_test.cpp695 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()
Ddecoder_ec_test.cpp32 decParam.eEcActiveIdc = ERROR_CON_DISABLE; in TEST_P()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h612 ERROR_CON_IDC eEcActiveIdc; ///< whether active error concealment feature in decoder member
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp181 dec_param.eEcActiveIdc = ERROR_CON_FRAME_COPY; in gst_openh264dec_start()
/third_party/openh264/module/
Dgmp-openh264.cpp663 … param.eEcActiveIdc = ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE; // Error concealment on. in InitDecode()