Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dstagefright.cpp254 bool shouldSeek = false; in playSource() local
263 shouldSeek = true; in playSource()
297 shouldSeek = ((double)rand() / RAND_MAX) < 0.1; in playSource()
300 shouldSeek = false; in playSource()
306 if (shouldSeek) { in playSource()