Home
last modified time | relevance | path

Searched refs:p_LTR_Recover_Request (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp202 long IsKeyFrameLost (ISVCDecoder* pDecoder, SLTRRecoverRequest* p_LTR_Recover_Request, long hr) { in IsKeyFrameLost() argument
212 if (p_LTR_Recover_Request->uiIDRPicId != (unsigned int) tempInt) { in IsKeyFrameLost()
213 p_LTR_Recover_Request->uiIDRPicId = tempInt; in IsKeyFrameLost()
214 p_LTR_Recover_Request->iLastCorrectFrameNum = -1; in IsKeyFrameLost()
218 p_LTR_Recover_Request->iLastCorrectFrameNum = tempInt; in IsKeyFrameLost()
238 …ryRequest (ISVCDecoder* pDecoder, ISVCEncoder* pEncoder, SLTRRecoverRequest* p_LTR_Recover_Request, in LTRRecoveryRequest() argument
240 long bKLost = IsKeyFrameLost (pDecoder, p_LTR_Recover_Request, hr); in LTRRecoveryRequest()
245 p_LTR_Recover_Request->uiFeedbackType = LTR_RECOVERY_REQUEST; in LTRRecoveryRequest()
246 pDecoder->GetOption (DECODER_OPTION_FRAME_NUM, &p_LTR_Recover_Request->iCurrentFrameNum); in LTRRecoveryRequest()
247 pDecoder->GetOption (DECODER_OPTION_IDR_PIC_ID, &p_LTR_Recover_Request->uiIDRPicId); in LTRRecoveryRequest()
[all …]
Dencode_decode_api_test.h162 long IsKeyFrameLost (ISVCDecoder* pDecoder, SLTRRecoverRequest* p_LTR_Recover_Request, long hr);
164 …ryRequest (ISVCDecoder* pDecoder, ISVCEncoder* pEncoder, SLTRRecoverRequest* p_LTR_Recover_Request,