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

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp317 int64_t delayDecodeUs = getNowUs() - startDecodeUs; local
336 decodeTimesUs.push(delayDecodeUs);
345 sumDecodeUs += delayDecodeUs;

Completed in 155 milliseconds