Home
last modified time | relevance | path

Searched refs:ERROR_CON_IDC (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/test/decoder/
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()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h186 } ERROR_CON_IDC; typedef
612 ERROR_CON_IDC eEcActiveIdc; ///< whether active error concealment feature in decoder
/third_party/openh264/test/api/
Ddecoder_ec_test.cpp186 uiEcIdc = (ERROR_CON_IDC) (rand() % 2); in TEST_P()
202 uiEcIdc = (ERROR_CON_IDC) (rand() % 2); in TEST_P()
237 …EXPECT_EQ (uiGet, (ERROR_CON_IDC) ERROR_CON_SLICE_COPY); //default value should be ERROR_CON_SLICE… in TEST_F()
257 EXPECT_EQ (uiGet, (ERROR_CON_IDC) ERROR_CON_DISABLE); in TEST_F()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp543 sDecParam.eEcActiveIdc = (ERROR_CON_IDC)atol (strTag[1].c_str());
596 sDecParam.eEcActiveIdc = (ERROR_CON_IDC)iEcActiveIdc;
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp530 pDecContext->pParam->eEcActiveIdc = (ERROR_CON_IDC)iVal; in SetOption()