Searched refs:ERROR_CON_IDC (Results 1 – 6 of 6) sorted by relevance
92 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()
184 m_sDecParam.eEcActiveIdc = (ERROR_CON_IDC)7; in Init()
186 } ERROR_CON_IDC; typedef612 ERROR_CON_IDC eEcActiveIdc; ///< whether active error concealment feature in decoder
186 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()
543 sDecParam.eEcActiveIdc = (ERROR_CON_IDC)atol (strTag[1].c_str());596 sDecParam.eEcActiveIdc = (ERROR_CON_IDC)iEcActiveIdc;
530 pDecContext->pParam->eEcActiveIdc = (ERROR_CON_IDC)iVal; in SetOption()