Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp216 pDecoder->GetOption (DECODER_OPTION_FRAME_NUM, &tempInt); in IsKeyFrameLost()
246 pDecoder->GetOption (DECODER_OPTION_FRAME_NUM, &p_LTR_Recover_Request->iCurrentFrameNum); in LTRRecoveryRequest()
Ddecode_api_test.cpp80 decoder_->GetOption (DECODER_OPTION_FRAME_NUM, &iDecFrameNum); in TEST_P()
85 decoder_->GetOption (DECODER_OPTION_FRAME_NUM, &iDecFrameNum); in TEST_P()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h155 DECODER_OPTION_FRAME_NUM, ///< feedback current decoded frame number enumerator
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp371 pDecoder->GetOption (DECODER_OPTION_FRAME_NUM, &iFrameNum); in H264DecodeInstance()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp602 } else if (DECODER_OPTION_FRAME_NUM == eOptID) { in GetOption()