Searched defs:delayDecodeUs (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 38 milliseconds