/third_party/openh264/codec/decoder/core/src/ |
D | cabac_decoder.cpp | 90 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 …]
|
D | memmgr_nal_unit.cpp | 83 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()
|
D | parse_mb_syn_cabac.cpp | 227 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 …]
|
D | decode_slice.cpp | 161 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 …]
|
D | manage_dec_ref.cpp | 207 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 …]
|
D | fmo.cpp | 80 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()
|
D | bit_stream.cpp | 58 return ERR_NONE; in InitReadBits() 85 return ERR_NONE; in DecInitBits()
|
D | decoder.cpp | 104 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 …]
|
D | decoder_core.cpp | 189 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 …]
|
D | au_parser.cpp | 115 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 …]
|
D | parse_mb_syn_cavlc.cpp | 585 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 …]
|
D | rec_mb.cpp | 67 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/ |
D | DecUT_DecExt.cpp | 230 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 …]
|
D | DecUT_ParseSyntax.cpp | 109 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/ |
D | dec_golomb.h | 54 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()
|
D | error_code.h | 46 ERR_NONE = 0, enumerator
|
D | rec_mb.h | 54 if( uiRetTmp != ERR_NONE ) \
|
/third_party/cef/tests/ceftests/ |
D | webui_unittest.cc | 22 : 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()
|
D | test_request.h | 43 cef_errorcode_t error_code_ = ERR_NONE;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | urlrequest_ctocpp.cc | 112 return ERR_NONE; in GetRequestError()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | urlrequest_cpptoc.cc | 117 return ERR_NONE; in urlrequest_get_request_error()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 260 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/ |
D | urlrequest_test.cc | 163 if (error_code == ERR_NONE) in OnRequestComplete()
|
/third_party/cef/libcef/renderer/ |
D | render_urlrequest_impl.cc | 94 error_code_(ERR_NONE), in Context() 453 return ERR_NONE; in GetRequestError()
|
/third_party/curl/src/ |
D | tool_cfgable.h | 30 ERR_NONE, enumerator
|