Home
last modified time | relevance | path

Searched refs:startDecodeUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/cmds/stagefright/
Dstagefright.cpp337 int64_t startDecodeUs = getNowUs(); in playSource() local
339 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()