Searched refs:DECODER_OPTION_IS_REF_PIC (Results 1 – 3 of 3) sorted by relevance
169 DECODER_OPTION_IS_REF_PIC, ///< feedback current frame is ref pic or not enumerator
203 decoder_->GetOption (DECODER_OPTION_IS_REF_PIC, &iIsRefPic); in TEST_P()215 decoder_->GetOption (DECODER_OPTION_IS_REF_PIC, &iIsRefPic); in TEST_P()219 decoder_->GetOption (DECODER_OPTION_IS_REF_PIC, &iIsRefPic); in TEST_P()
624 } else if (DECODER_OPTION_IS_REF_PIC == eOptID) { in GetOption()