Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dcodec.cpp64 int64_t mNumBytesDecoded; member
119 state->mNumBytesDecoded = 0; in decode()
265 state->mNumBytesDecoded += size; in decode()
318 (long long)state->mNumBytesDecoded, in decode()
319 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs); in decode()
326 (long long)state->mNumBytesDecoded, in decode()
327 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs); in decode()