Home
last modified time | relevance | path

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

/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp243 …CCtx->pCtx->pParam->eEcActiveIdc = iEC > 0 ? ERROR_CON_FRAME_COPY_CROSS_IDR : ERROR_CON_FRAME_COPY; in TEST()
254 if (iRef && ! ((pECCtx->pCtx->pParam->eEcActiveIdc == ERROR_CON_FRAME_COPY) in TEST()
/third_party/openh264/test/api/
Ddecoder_ec_test.cpp333 uiEcIdc = (uint32_t) (ERROR_CON_FRAME_COPY); in TEST_F()
346 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_FRAME_COPY); in TEST_F()
447 uiEcIdc = (uint32_t) (ERROR_CON_FRAME_COPY); in TEST_F()
458 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_FRAME_COPY); in TEST_F()
/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp98 …if ((pCtx->pParam->eEcActiveIdc == ERROR_CON_FRAME_COPY) && (pCtx->pCurDqLayer->sLayerInfo.sNalHea… in DoErrorConFrameCopy()
471 } else if ((ERROR_CON_FRAME_COPY == pCtx->pParam->eEcActiveIdc) in ImplementErrorCon()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h179 ERROR_CON_FRAME_COPY, enumerator
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp181 dec_param.eEcActiveIdc = ERROR_CON_FRAME_COPY; in gst_openh264dec_start()