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

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp324 int64_t delayDecodeUs = getNowUs() - startDecodeUs; local
343 decodeTimesUs.push(delayDecodeUs);
352 sumDecodeUs += delayDecodeUs;

Completed in 70 milliseconds