Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp178 void FlushFrames (ISVCDecoder* pDecoder, int64_t& iTotal, FILE* pYuvFile, FILE* pOptionFile, int32_… in FlushFrames() argument
185 pDecoder->GetOption (DECODER_OPTION_NUM_OF_FRAMES_REMAINING_IN_BUFFER, &num_of_frames_in_buffer); in FlushFrames()
193 pDecoder->FlushFrame (pData, &sDstBufInfo); in FlushFrames()
218 void H264DecodeInstance (ISVCDecoder* pDecoder, const char* kpH264FileName, const char* kpOuputFile… in H264DecodeInstance() argument
228 if (pDecoder == NULL) return; in H264DecodeInstance()
247 pDecoder->SetOption (DECODER_OPTION_ERROR_CON_IDC, &iErrorConMethod); in H264DecodeInstance()
254 pDecoder->GetOption (DECODER_OPTION_NUM_OF_THREADS, &iThreadCount); in H264DecodeInstance()
324 pDecoder->SetOption (DECODER_OPTION_END_OF_STREAM, (void*)&iEndOfStreamFlag); in H264DecodeInstance()
340 …FlushFrames (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, i… in H264DecodeInstance()
367 pDecoder->GetOption (DECODER_OPTION_END_OF_STREAM, &iEndOfStreamFlag); in H264DecodeInstance()
[all …]
/third_party/openh264/test/api/
Dencode_decode_api_test.cpp202 long IsKeyFrameLost (ISVCDecoder* pDecoder, SLTRRecoverRequest* p_LTR_Recover_Request, long hr) { in IsKeyFrameLost() argument
207 pDecoder->GetOption (DECODER_OPTION_TEMPORAL_ID, &temple_id); in IsKeyFrameLost()
210 pDecoder->GetOption (DECODER_OPTION_IDR_PIC_ID, &tempInt); in IsKeyFrameLost()
216 pDecoder->GetOption (DECODER_OPTION_FRAME_NUM, &tempInt); in IsKeyFrameLost()
232 bool IsLTRMarking (ISVCDecoder* pDecoder) { in IsLTRMarking() argument
234 pDecoder->GetOption (DECODER_OPTION_LTR_MARKING_FLAG, &bLTR_marking_flag); in IsLTRMarking()
238 void LTRRecoveryRequest (ISVCDecoder* pDecoder, ISVCEncoder* pEncoder, SLTRRecoverRequest* p_LTR_Re… in LTRRecoveryRequest() argument
240 long bKLost = IsKeyFrameLost (pDecoder, p_LTR_Recover_Request, hr); 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);
163 bool IsLTRMarking (ISVCDecoder* pDecoder);
164 void LTRRecoveryRequest (ISVCDecoder* pDecoder, ISVCEncoder* pEncoder, SLTRRecoverRequest* p_LTR_Re…
166 void LTRMarkFeedback (ISVCDecoder* pDecoder, ISVCEncoder* pEncoder, SLTRMarkingFeedback* p_LTR_Mark…
/third_party/openh264/codec/api/svc/
Dcodec_api.h573 void WelsDestroyDecoder (ISVCDecoder* pDecoder);
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1479 void WelsDestroyDecoder (ISVCDecoder* pDecoder) { in WelsDestroyDecoder() argument
1480 if (NULL != pDecoder) { in WelsDestroyDecoder()
1481 delete (CWelsDecoder*)pDecoder; in WelsDestroyDecoder()