Home
last modified time | relevance | path

Searched refs:uiIDRPicId (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/test/api/
Dltr_test.cpp95 m_LTR_Recover_Request.uiIDRPicId = rand() % 2 == 1 ? -rand() % 10000 : rand() % 10000; in TEST_P()
99 m_LTR_Marking_Feedback.uiIDRPicId = rand() % 2 == 1 ? -rand() % 10000 : rand() % 10000; in TEST_P()
109 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_P()
Dencode_decode_api_test.cpp212 if (p_LTR_Recover_Request->uiIDRPicId != (unsigned int) tempInt) { in IsKeyFrameLost()
213 p_LTR_Recover_Request->uiIDRPicId = 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()
Ddecoder_ec_test.cpp16 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_P()
84 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_P()
666 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_F()
731 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_F()
Ddecode_api_test.cpp230 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_P()
301 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_P()
358 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_P()
416 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_P()
482 m_LTR_Recover_Request.uiIDRPicId = 0; in TEST_P()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h241 unsigned int uiIDRPicId; ///< distinguish request from different IDR member
252 unsigned int uiIDRPicId; ///< distinguish request from different IDR member
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp533 …if (pRequest->uiFeedbackType == LTR_RECOVERY_REQUEST && pRequest->uiIDRPicId == pParamInternal->u… in FilterLTRRecoveryRequest()
552 …, pRequest->uiFeedbackType, pRequest->uiIDRPicId, pRequest->iCurrentFrameNum, pRequest->iLastCorre… in FilterLTRRecoveryRequest()
557 …, pRequest->uiFeedbackType, pRequest->uiIDRPicId, pRequest->iCurrentFrameNum, pRequest->iLastCorre… in FilterLTRRecoveryRequest()
572 if (pLTRMarkingFeedback->uiIDRPicId == pParamInternal->uiIdrPicId in FilterLTRMarkingFeedback()
579 …pLTRMarkingFeedback->uiFeedbackType, pLTRMarkingFeedback->uiIDRPicId, pLTRMarkingFeedback->iLTRFra… in FilterLTRMarkingFeedback()
585 …pLTRMarkingFeedback->uiFeedbackType, pLTRMarkingFeedback->uiIDRPicId, pLTRMarkingFeedback->iLTRFra… in FilterLTRMarkingFeedback()