Searched refs:iEncoderError (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 3419 … pCtx->iEncoderError = WriteSavcParaset (pCtx, iCurDid, pLayerBsInfo, iLayerNum, iFrameSize); in PrepareEncodeFrame() 3422 … pCtx->iEncoderError = WriteSsvcParaset (pCtx, iSpatialNum, pLayerBsInfo, iLayerNum, iFrameSize); in PrepareEncodeFrame() 3425 …pCtx->iEncoderError = WriteSavcParaset_Listing (pCtx, iSpatialNum, pLayerBsInfo, iLayerNum, iFrame… in PrepareEncodeFrame() 3479 pCtx->iEncoderError = ENC_RETURN_SUCCESS; in WelsEncoderEncodeExt() 3641 pCtx->iEncoderError = ENC_RETURN_CORRECTED; in WelsEncoderEncodeExt() 3668 …pCtx->iEncoderError = AddPrefixNal (pCtx, pLayerBsInfo, &pLayerBsInfo->pNalLengthInByte[0], &iNalI… in WelsEncoderEncodeExt() 3671 WELS_VERIFY_RETURN_IFNEQ (pCtx->iEncoderError, ENC_RETURN_SUCCESS) in WelsEncoderEncodeExt() 3677 pCtx->iEncoderError = SetSliceBoundaryInfo (pCtx->pCurDqLayer, pCurSlice, 0); in WelsEncoderEncodeExt() 3678 WELS_VERIFY_RETURN_IFNEQ (pCtx->iEncoderError, ENC_RETURN_SUCCESS) in WelsEncoderEncodeExt() 3680 pCtx->iEncoderError = WelsCodeOneSlice (pCtx, pCurSlice, eNalType); in WelsEncoderEncodeExt() [all …]
|
D | wels_task_encoder.cpp | 143 m_pCtx->iEncoderError |= m_eTaskResult; in FinishTask()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | encoder_context.h | 229 int32_t iEncoderError; member
|