Home
last modified time | relevance | path

Searched refs:iEncoderError (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp3419 … 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 …]
Dwels_task_encoder.cpp143 m_pCtx->iEncoderError |= m_eTaskResult; in FinishTask()
/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h229 int32_t iEncoderError; member