Searched refs:ERROR_CON_SLICE_COPY (Results 1 – 10 of 10) sorted by relevance
/third_party/openh264/test/api/ |
D | decoder_ec_test.cpp | 124 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 …]
|
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 | decode_api_test.cpp | 668 … 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()
|
D | BaseThreadDecoderTest.cpp | 156 decParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; in SetUp()
|
/third_party/openh264/codec/decoder/core/src/ |
D | error_concealment.cpp | 44 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/ |
D | DecUT_ErrorConcealment.cpp | 129 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/ |
D | h264dec.cpp | 559 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_COPY; 566 sDecParam.eEcActiveIdc = ERROR_CON_SLICE_COPY;
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 180 ERROR_CON_SLICE_COPY, enumerator
|