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

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp64 int64_t mNumBytesDecoded; member in struct:android::CodecState
119 state->mNumBytesDecoded = 0;
267 state->mNumBytesDecoded += size;
320 (long long)state->mNumBytesDecoded,
321 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);
328 (long long)state->mNumBytesDecoded,
329 state->mNumBytesDecoded * 1E6 / 1024 / elapsedTimeUs);

Completed in 52 milliseconds