Home
last modified time | relevance | path

Searched refs:dsErrorFree (Results 1 – 10 of 10) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp100 int iRet = dsErrorFree; in ConstructAccessUnit()
694 int iRet = dsErrorFree; in DecodeFrameNoDelay()
750 return dsErrorFree; in DecodeFrame2WithCtx()
780 pDecContext->iErrorCode = dsErrorFree; //initialize at the starting of AU decoding. in DecodeFrame2WithCtx()
815 return dsErrorFree; in DecodeFrame2WithCtx()
822 return dsErrorFree; in DecodeFrame2WithCtx()
909 return dsErrorFree; in DecodeFrame2WithCtx()
938 return dsErrorFree; in FlushFrame()
1196 DECODING_STATE iRet = dsErrorFree; in ReorderPicturesInDisplay()
1234 return dsErrorFree; in DecodeParser()
[all …]
/third_party/openh264/test/api/
DBaseDecoderTest.cpp86 ASSERT_TRUE (rv == dsErrorFree); in DecodeFrame()
122 ASSERT_TRUE (rv == dsErrorFree); in FlushFrame()
Dencode_decode_api_test.cpp208 if (hr == dsErrorFree) { in IsKeyFrameLost()
224 } else if (((hr & dsRefLost) && (1 == temple_id)) || ((dsErrorFree != hr) && (0 == temple_id))) { in IsKeyFrameLost()
261 …p_LTR_Marking_Feedback->uiFeedbackType = (hr == dsErrorFree) ? (LTR_MARKING_SUCCESS) : (LTR_MARKIN… in LTRMarkFeedback()
DBaseThreadDecoderTest.cpp181 ASSERT_TRUE (rv == dsErrorFree); in DecodeFrame()
219 ASSERT_TRUE (rv == dsErrorFree); in FlushFrame()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp41 m_pDecContext->iErrorCode = dsErrorFree; //initialize at the starting of AU decoding. in DecodeFrame()
283 EXPECT_TRUE (iRet == dsErrorFree); in DecodeBs()
352 EXPECT_TRUE (iRet == dsErrorFree || iRet == dsFramePending); in ParseBs()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp270 if (ret != dsErrorFree || dst_buf_info.iBufferStatus != 1) { in gst_openh264dec_handle_frame()
301 if (ret != dsErrorFree) { in gst_openh264dec_handle_frame()
/third_party/ffmpeg/libavcodec/
Dlibopenh264dec.c122 if (state != dsErrorFree) { in svc_decode_frame()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h81 dsErrorFree = 0x00, ///< bit stream error-free enumerator
/third_party/openh264/module/
Dgmp-openh264.cpp749 DECODING_STATE dState = dsErrorFree; in Decode()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp91 if (dsErrorFree == pCtx->iErrorCode) { //correct decoding, add to data buffer in DecodeFrameConstruction()
201 && (pCtx->iErrorCode == dsErrorFree)) { //complete non-ECed IDR frame done in DecodeFrameConstruction()