Searched refs:DECODER_OPTION_ERROR_CON_IDC (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/test/api/ |
D | decoder_ec_test.cpp | 125 decoder_->SetOption (DECODER_OPTION_ERROR_CON_IDC, &uiEcIdc); in TEST_P() 155 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P() 159 decoder_->SetOption (DECODER_OPTION_ERROR_CON_IDC, &uiEcIdc); in TEST_P() 160 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P() 187 decoder_->SetOption (DECODER_OPTION_ERROR_CON_IDC, &uiEcIdc); in TEST_P() 188 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P() 199 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P() 203 decoder_->SetOption (DECODER_OPTION_ERROR_CON_IDC, &uiEcIdc); in TEST_P() 204 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_P() 236 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F() [all …]
|
D | decode_api_test.cpp | 174 decoder_->SetOption (DECODER_OPTION_ERROR_CON_IDC, &uiEcIdc); in TEST_P() 667 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F() 756 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F() 986 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F() 1170 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F() 1258 decoder_->GetOption (DECODER_OPTION_ERROR_CON_IDC, &uiGet); in TEST_F()
|
/third_party/openh264/test/decoder/ |
D | DecUT_DecExt.cpp | 287 iRet = m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, &iOutput); in TestParseOnlyAPI() 293 iRet = m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, &iOutput); in TestParseOnlyAPI() 299 iRet = m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, &iOutput); in TestParseOnlyAPI() 320 iRet = m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, &iOutput); in TestParseOnlyAPI() 326 iRet = m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, &iOutput); in TestParseOnlyAPI() 332 iRet = m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, &iOutput); in TestParseOnlyAPI() 479 eRet = (CM_RETURN) m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, NULL); in TestErrorConIdc() 484 eRet = (CM_RETURN) m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, &iOut); in TestErrorConIdc() 489 eRet = (CM_RETURN) m_pDec->SetOption (DECODER_OPTION_ERROR_CON_IDC, &iTmp); in TestErrorConIdc() 493 eRet = (CM_RETURN) m_pDec->GetOption (DECODER_OPTION_ERROR_CON_IDC, &iOut); in TestErrorConIdc() [all …]
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 159 DECODER_OPTION_ERROR_CON_IDC, ///< indicate decoder error concealment method enumerator
|
/third_party/openh264/codec/console/dec/src/ |
D | h264dec.cpp | 247 pDecoder->SetOption (DECODER_OPTION_ERROR_CON_IDC, &iErrorConMethod); in H264DecodeInstance()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 516 } else if (eOptID == DECODER_OPTION_ERROR_CON_IDC) { // Indicate error concealment status in SetOption() 630 } else if (DECODER_OPTION_ERROR_CON_IDC == eOptID) { in GetOption()
|