Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Ddecoder_ec_test.cpp124 uint32_t uiEcIdc = rand() % 2 == 1 ? ERROR_CON_DISABLE : ERROR_CON_SLICE_COPY; in TEST_P()
156 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_SLICE_COPY); //default value should be ERROR_CON_SLICE_COPY in TEST_P()
237 …EXPECT_EQ (uiGet, (ERROR_CON_IDC) ERROR_CON_SLICE_COPY); //default value should be ERROR_CON_SLICE… in TEST_F()
288 uiEcIdc = (uint32_t) (ERROR_CON_SLICE_COPY); in TEST_F()
296 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_SLICE_COPY); in TEST_F()
375 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_SLICE_COPY); //default value should be ERROR_CON_SLICE_COPY in TEST_F()
401 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_SLICE_COPY); in TEST_F()
416 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_SLICE_COPY); in TEST_F()
507 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_SLICE_COPY); //default value should be ERROR_CON_SLICE_COPY in TEST_F()
574 uiEcIdc = (uint32_t) (ERROR_CON_SLICE_COPY); in TEST_F()
[all …]
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;
Ddecode_api_test.cpp668 … EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_SLICE_COPY); //default value should be ERROR_CON_SLICE_COPY in TEST_F()
695 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in TEST_F()
757 EXPECT_EQ (uiGet, (uint32_t) ERROR_CON_SLICE_COPY); in TEST_F()
807 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in SetUp()
DBaseThreadDecoderTest.cpp156 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in SetUp()
/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp44 if ((pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY) in InitErrorCon()
120 …if ((pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY) && (pCtx->pCurDqLayer->sLayerInfo.sNalHea… in DoErrorConSliceCopy()
474 } else if ((ERROR_CON_SLICE_COPY == pCtx->pParam->eEcActiveIdc) in ImplementErrorCon()
/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp129 if ((pECCtx->pCtx->pParam->eEcActiveIdc == ERROR_CON_SLICE_COPY) in DoAncErrorConSliceCopy()
280 …CCtx->pCtx->pParam->eEcActiveIdc = iEC > 0 ? ERROR_CON_SLICE_COPY_CROSS_IDR : ERROR_CON_SLICE_COPY; in TEST()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp559 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_COPY;
566 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_COPY;
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h180 ERROR_CON_SLICE_COPY, enumerator