Home
last modified time | relevance | path

Searched refs:DECODER_OPTION_IS_REF_PIC (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_app_def.h169 DECODER_OPTION_IS_REF_PIC, ///< feedback current frame is ref pic or not enumerator
/third_party/openh264/test/api/
Ddecode_api_test.cpp203 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()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp624 } else if (DECODER_OPTION_IS_REF_PIC == eOptID) { in GetOption()