Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dstagefright.cpp127 int64_t slotUs = minUs + (i * (maxUs - minUs) / 100); in displayDecodeHistogram() local
129 double fps = 1E6 / slotUs; in displayDecodeHistogram()