Home
last modified time | relevance | path

Searched refs:ERR_NONE (Results 1 – 25 of 41) sorted by relevance

12

/third_party/openh264/codec/decoder/core/src/
Dcabac_decoder.cpp90 return ERR_NONE; in InitCabacDecEngineFromBS()
135 return ERR_NONE; in Read32BitsCabac()
139 int32_t iErrorInfo = ERR_NONE; in DecodeBinCabac()
160 return ERR_NONE; in DecodeBinCabac()
170 return ERR_NONE; in DecodeBinCabac()
180 return ERR_NONE; in DecodeBinCabac()
184 int32_t iErrorInfo = ERR_NONE; in DecodeBypassCabac()
206 return ERR_NONE; in DecodeBypassCabac()
211 return ERR_NONE; in DecodeBypassCabac()
215 int32_t iErrorInfo = ERR_NONE; in DecodeTerminateCabac()
[all …]
Dmemmgr_nal_unit.cpp83 return ERR_NONE; in MemInitNalList()
94 return ERR_NONE; in MemFreeNalList()
104 int32_t iRet = ERR_NONE; in ExpandNalUnitList()
105 …if ((iRet = MemInitNalList (&pTmp, kiExpSize, pMa)) != ERR_NONE) // request new list with expanding in ExpandNalUnitList()
121 return ERR_NONE; in ExpandNalUnitList()
Dparse_mb_syn_cabac.cpp227 return ERR_NONE; in ParseEndOfSliceCabac()
239 return ERR_NONE; in ParseSkipFlagCabac()
280 return ERR_NONE; in ParseMBTypeISliceCabac()
297 return ERR_NONE;//MB_TYPE_INTRA_PCM; in ParseMBTypePSliceCabac()
336 return ERR_NONE; in ParseMBTypePSliceCabac()
371 return ERR_NONE; in ParseMBTypeBSliceCabac()
374 return ERR_NONE; in ParseMBTypeBSliceCabac()
377 return ERR_NONE; in ParseMBTypeBSliceCabac()
380 return ERR_NONE; in ParseMBTypeBSliceCabac()
388 return ERR_NONE; in ParseMBTypeBSliceCabac()
[all …]
Ddecode_slice.cpp161 return ERR_NONE; //no error but just ignore the type unsupported in WelsTargetSliceConstruction()
164 return ERR_NONE; in WelsTargetSliceConstruction()
168 return ERR_NONE;//NO_SUPPORTED_FILTER_IDX in WelsTargetSliceConstruction()
174 return ERR_NONE; in WelsTargetSliceConstruction()
208 return ERR_NONE; in WelsMbInterSampleConstruction()
243 return ERR_NONE; in WelsMbInterConstruction()
301 return ERR_NONE; in WelsMbIntraPredictionConstruction()
331 return ERR_NONE; in WelsMbInterPrediction()
338 return ERR_NONE; in WelsTargetMbConstruction()
356 return ERR_NONE; in WelsTargetMbConstruction()
[all …]
Dmanage_dec_ref.cpp207 return ERR_NONE; in WelsCheckAndRecoverForFutureDecoding()
233 if (err != ERR_NONE) return err; in WelsInitBSliceRefList()
351 return ERR_NONE; in WelsInitBSliceRefList()
360 if (err != ERR_NONE) return err; in WelsInitRefList()
380 return ERR_NONE; in WelsInitRefList()
386 return ERR_NONE; in WelsReorderRefList()
475 return ERR_NONE; in WelsReorderRefList()
482 return ERR_NONE; in WelsReorderRefList2()
577 return ERR_NONE; in WelsReorderRefList2()
593 int32_t iRet = ERR_NONE; in WelsMarkAsRef()
[all …]
Dfmo.cpp80 return ERR_NONE; // well here in FmoGenerateMbAllocMapType0()
107 return ERR_NONE; // well here in FmoGenerateMbAllocMapType1()
145 return ERR_NONE; in FmoGenerateSliceGroup()
263 int32_t iRet = ERR_NONE; in FmoParamUpdate()
Dbit_stream.cpp58 return ERR_NONE; in InitReadBits()
85 return ERR_NONE; in DecInitBits()
Ddecoder.cpp104 return ERR_NONE; in CreatePicBuff()
166 return ERR_NONE; in IncreasePicBuff()
255 return ERR_NONE; in DecreasePicBuff()
336 pCtx->iErrorCode = ERR_NONE; in WelsDecoderDefaults()
466 int32_t iErr = ERR_NONE; in WelsRequestMem()
484 WELS_VERIFY_RETURN_IF (ERR_NONE, pCtx->bHaveGotMemory && (kiPicWidth == pCtx->iImgWidthInPixel in WelsRequestMem()
528 if (iErr != ERR_NONE) in WelsRequestMem()
543 return ERR_NONE; in WelsRequestMem()
599 int iRet = ERR_NONE; in WelsOpenDecoder()
608 if (ERR_NONE != iRet) { in WelsOpenDecoder()
[all …]
Ddecoder_core.cpp189 return ERR_NONE; in DecodeFrameConstruction()
282 return ERR_NONE; in DecodeFrameConstruction()
337 return ERR_NONE; in ParsePredWeightedTable()
394 return ERR_NONE; in ParsePredWeightedTable()
454 return ERR_NONE; in ParseRefPicListReordering()
498 return ERR_NONE; in ParseRefPicListReordering()
568 return ERR_NONE; in ParseDecRefPicMarking()
645 return ERR_NONE; in InitBsBuffer()
699 return ERR_NONE; in ExpandBsBuffer()
730 return ERR_NONE; in ExpandBsLenBuffer()
[all …]
Dau_parser.cpp115 int32_t iErr = ERR_NONE; in ParseNalHeader()
397 if (iErr != ERR_NONE) { in ParseNalHeader()
582 int32_t iErr = ERR_NONE; in ParseNonVclNal()
595 if (ERR_NONE != iErr) { in ParseNonVclNal()
604 if (ERR_NONE != iErr) { // modified for pSps/pSubsetSps invalid, 12/1/2009 in ParseNonVclNal()
617 if (ERR_NONE != iErr) { in ParseNonVclNal()
626 if (ERR_NONE != iErr) { // modified for pps invalid, 12/1/2009 in ParseNonVclNal()
685 return ERR_NONE; in ParseRefBasePicMarking()
707 return ERR_NONE; in ParsePrefixNalUnit()
790 return ERR_NONE; in DecodeSpsSvcExt()
[all …]
Dparse_mb_syn_cavlc.cpp585 return ERR_NONE; in CheckIntra16x16PredMode()
599 return ERR_NONE; in CheckIntra16x16PredMode()
610 return ERR_NONE; in CheckIntraChromaPredMode()
624 return ERR_NONE; in CheckIntraChromaPredMode()
910 return ERR_NONE; in WelsResidualBlockCavlc()
976 return ERR_NONE; in WelsResidualBlockCavlc()
1029 return ERR_NONE; in WelsResidualBlockCavlc8x8()
1063 return ERR_NONE; in WelsResidualBlockCavlc8x8()
1326 return ERR_NONE; in ParseInterInfo()
1361 if (ret != ERR_NONE) { in ParseInterBInfo()
[all …]
Drec_mb.cpp67 return ERR_NONE; in RecI8x8Mb()
114 return ERR_NONE; in RecI8x8Luma()
120 return ERR_NONE; in RecI4x4Mb()
156 return ERR_NONE; in RecI4x4Luma()
175 return ERR_NONE; in RecI4x4Chroma()
212 return ERR_NONE; in RecI16x16Mb()
234 return ERR_NONE; in GetRefPic()
663 return ERR_NONE; in GetInterPred()
1054 return ERR_NONE; in GetInterBPred()
1075 return ERR_NONE; in RecChroma()
/third_party/openh264/test/decoder/
DDecUT_DecExt.cpp230 int32_t iRet = ERR_NONE; in TestInitUninit()
239 ASSERT_EQ (iRet, ERR_NONE); in TestInitUninit()
344 int32_t iRet = ERR_NONE; in TestEndOfStream()
347 ASSERT_EQ (iRet, ERR_NONE); in TestEndOfStream()
408 int32_t iRet = ERR_NONE; in TestVclNal()
411 ASSERT_EQ (iRet, ERR_NONE); in TestVclNal()
472 int32_t iRet = ERR_NONE; in TestErrorConIdc()
475 ASSERT_EQ (iRet, ERR_NONE); in TestErrorConIdc()
524 ASSERT_EQ (iRet, ERR_NONE); in TestGetDecStatistics()
552 ASSERT_EQ (iRet, ERR_NONE); in TestGetDecStatistics()
[all …]
DDecUT_ParseSyntax.cpp109 int iRet = ERR_NONE; in Initialize()
394 int32_t iRet = ERR_NONE; in TestScalingList()
396 ASSERT_EQ (iRet, ERR_NONE); in TestScalingList()
405 ASSERT_EQ (iRet, ERR_NONE); in TestScalingList()
420 int32_t iRet = ERR_NONE; in TestSpecificBs()
424 ASSERT_EQ (iRet, ERR_NONE); in TestSpecificBs()
430 int32_t iRet = ERR_NONE; in TestSpecificBsError()
432 ASSERT_EQ (iRet, ERR_NONE); in TestSpecificBsError()
/third_party/openh264/codec/decoder/core/inc/
Ddec_golomb.h54 if( uiRetTmp != ERR_NONE ) \
83 return ERR_NONE; in BsGetBits()
183 return ERR_NONE; in BsGetUe()
200 return ERR_NONE; in BsGetSe()
215 return ERR_NONE; in BsGetTe0()
Derror_code.h46 ERR_NONE = 0, enumerator
Drec_mb.h54 if( uiRetTmp != ERR_NONE ) \
/third_party/cef/tests/ceftests/
Dwebui_unittest.cc22 : url_list_(url_list), url_index_(0U), expected_error_code_(ERR_NONE) { in WebUITestHandler()
84 if (expected_error_code_ == ERR_NONE) in DestroyTest()
95 if (expected_error_code_ == ERR_NONE) { in NextNavIfDone()
Dtest_request.h43 cef_errorcode_t error_code_ = ERR_NONE;
/third_party/cef/libcef_dll/ctocpp/
Durlrequest_ctocpp.cc112 return ERR_NONE; in GetRequestError()
/third_party/cef/libcef_dll/cpptoc/
Durlrequest_cpptoc.cc117 return ERR_NONE; in urlrequest_get_request_error()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp260 int iRet = ERR_NONE; in Initialize()
281 return ERR_NONE; in Uninitialize()
1276 if (pDecContext->iErrorCode == ERR_NONE) { //update statistics: decoding frame count in DecodeParser()
1363 if (ERR_NONE != iErr) { in ParseAccessUnit()
1453 return ERR_NONE; in WelsGetDecoderCapability()
1473 return ERR_NONE; in WelsCreateDecoder()
/third_party/cef/tests/cefclient/browser/
Durlrequest_test.cc163 if (error_code == ERR_NONE) in OnRequestComplete()
/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc94 error_code_(ERR_NONE), in Context()
453 return ERR_NONE; in GetRequestError()
/third_party/curl/src/
Dtool_cfgable.h30 ERR_NONE, enumerator

12