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

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp321 int64_t delayDecodeUs = getNowUs() - startDecodeUs; local
340 decodeTimesUs.push(delayDecodeUs);
349 sumDecodeUs += delayDecodeUs;

Completed in 26 milliseconds