Searched defs:delayDecodeUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp318 int64_t delayDecodeUs = getNowUs() - startDecodeUs; local
337 decodeTimesUs.push(delayDecodeUs);
346 sumDecodeUs += delayDecodeUs;

Completed in 28 milliseconds