Searched refs:fpsUpperBound (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 765 int fd, double fpsUpperBound, SupportedV4L2Format* format) { in getFrameRateList() argument 784 if (framerate > fpsUpperBound) { in getFrameRateList() 930 double fpsUpperBound = -1.0; in updateFpsBounds() local 934 fpsUpperBound = limit.fpsUpperBound; in updateFpsBounds() 939 fpsUpperBound = limit.fpsUpperBound; in updateFpsBounds() 944 if (fpsUpperBound < 0.f) { in updateFpsBounds() 948 getFrameRateList(fd, fpsUpperBound, &format); in updateFpsBounds()
|
D | ExternalCameraUtils.cpp | 843 limit.size.width, limit.size.height, limit.fpsUpperBound); in loadFromCfg() 847 limit.fpsUpperBound); in loadFromCfg() 864 limit.fpsUpperBound = row->DoubleAttribute("fpsBound", /*Default*/ 1000.0); in updateFpsList() 867 limit.fpsUpperBound >= prevLimit.fpsUpperBound) { in updateFpsList() 871 __FUNCTION__, prevLimit.size.width, prevLimit.size.height, prevLimit.fpsUpperBound, in updateFpsList() 872 limit.size.width, limit.size.height, limit.fpsUpperBound); in updateFpsList()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDevice_3_4.h | 130 static void getFrameRateList(int fd, double fpsUpperBound, SupportedV4L2Format* format);
|
D | ExternalCameraUtils.h | 94 double fpsUpperBound; member
|