Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h227 int64_t iLastStatisticsLogTs; member
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp585 const int64_t kiTimeDiff = kiCurrentFrameTs - m_pEncContext->iLastStatisticsLogTs; in UpdateStatistics()
659 static_cast<int64_t> (m_pEncContext->iLastStatisticsLogTs)); in UpdateStatistics()
673 m_pEncContext->iLastStatisticsLogTs = kiCurrentFrameTs; in UpdateStatistics()
781 LogStatistics (m_pEncContext->iLastStatisticsLogTs, 0); in SetOption()
843 LogStatistics (m_pEncContext->iLastStatisticsLogTs, sEncodingParam.iSpatialLayerNum - 1); in SetOption()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp4324 int64_t iLastStatisticsLogTs = (*ppCtx)->iLastStatisticsLogTs; in WelsEncoderParamAdjust() local
4355 (*ppCtx)->iLastStatisticsLogTs = iLastStatisticsLogTs; in WelsEncoderParamAdjust()