Home
last modified time | relevance | path

Searched defs:FpsRange (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/virtualcamera/util/
DUtil.h147 struct FpsRange { struct
151 bool operator<(const FpsRange& other) const { argument
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFps.h66 struct FpsRange { struct
71 bool includes(FpsRange) const; argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h120 struct FpsRange { struct
121 int32_t low;
122 int32_t high;
/frameworks/base/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/
DGraphicsActivity.java62 static class FpsRange { class in GraphicsActivity
67 FpsRange(double min, double max) { in FpsRange() method in GraphicsActivity.FpsRange