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()
267 state->mNumBytesDecoded += size; in decode()
320 (long long)state->mNumBytesDecoded, in decode()
321 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs); in decode()
328 (long long)state->mNumBytesDecoded, in decode()
329 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs); in decode()