Home
last modified time | relevance | path

Searched refs:dDecTime (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp640 pDecoderStatistics->fAverageFrameSpeedInMs = (float) (pDecContext->dDecTime) / in GetOption()
642 pDecoderStatistics->fActualAverageFrameSpeedInMs = (float) (pDecContext->dDecTime) / in GetOption()
872 pDecContext->dDecTime += (iEnd - iStart) / 1e3; in DecodeFrame2WithCtx()
899 pDecContext->dDecTime += (iEnd - iStart) / 1e3; in DecodeFrame2WithCtx()
1306 pDecContext->dDecTime += (iEnd - iStart) / 1e3; in DecodeParser()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h491 double dDecTime; member