Home
last modified time | relevance | path

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

/frameworks/av/media/libmediatranscoding/
DTranscodingSessionController.cpp193 : mBurstThresholdMs(config.pacerBurstThresholdMs), in Pacer()
205 int32_t mBurstThresholdMs; member
285 if (timeSinceLastComplete > std::chrono::milliseconds(mBurstThresholdMs)) { in onSessionStarted()