Home
last modified time | relevance | path

Searched refs:DECODER_OPTION_IDR_PIC_ID (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp210 pDecoder->GetOption (DECODER_OPTION_IDR_PIC_ID, &tempInt); in IsKeyFrameLost()
247 pDecoder->GetOption (DECODER_OPTION_IDR_PIC_ID, &p_LTR_Recover_Request->uiIDRPicId); in LTRRecoveryRequest()
262 pDecoder->GetOption (DECODER_OPTION_IDR_PIC_ID, &p_LTR_Marking_Feedback->uiIDRPicId); in LTRMarkFeedback()
Ddecode_api_test.cpp131 decoder_->GetOption (DECODER_OPTION_IDR_PIC_ID, &iDecCurIdrPicId); in TEST_P()
135 decoder_->GetOption (DECODER_OPTION_IDR_PIC_ID, &iDecCurIdrPicId); in TEST_P()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h156 DECODER_OPTION_IDR_PIC_ID, ///< feedback current frame belong to which IDR period enumerator
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp369 pDecoder->GetOption (DECODER_OPTION_IDR_PIC_ID, &iCurIdrPicId); in H264DecodeInstance()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp598 else if (DECODER_OPTION_IDR_PIC_ID == eOptID) { in GetOption()