Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediatranscoding/
DTranscodingLogger.cpp129 const int32_t srcFrameCount = getInt32(srcFormat, AMEDIAFORMAT_KEY_FRAME_COUNT); in logSessionEnded() local
146 if (status == 0 && srcFrameCount > 0 && duration.count() > 0) { in logSessionEnded()
149 std::round(static_cast<double>(srcFrameCount) / seconds.count())); in logSessionEnded()