HomeSort by relevance Sort by last modified time
    Searched defs:meas (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/x11vnc/
util.c 511 static int meas = 0, verb = -1; local
540 meas += n;
546 double rate = meas / (now - last);
548 meas = 0;
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 240 struct meas { struct
273 vector<meas> measurements;
444 struct meas meas; local
445 struct meas *measPtr;
446 meas.format = format->format;
447 measurements.push_back(meas);
    [all...]

Completed in 180 milliseconds