Searched refs:fpsUpperBound (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraUtils.cpp | 293 limit.size.width, limit.size.height, limit.fpsUpperBound); in loadFromCfg() 297 limit.fpsUpperBound); in loadFromCfg() 314 limit.fpsUpperBound = row->DoubleAttribute("fpsBound", /*Default*/ 1000.0); in updateFpsList() 317 limit.fpsUpperBound >= prevLimit.fpsUpperBound) { in updateFpsList() 321 __FUNCTION__, prevLimit.size.width, prevLimit.size.height, prevLimit.fpsUpperBound, in updateFpsList() 322 limit.size.width, limit.size.height, limit.fpsUpperBound); in updateFpsList()
|
D | ExternalCameraDevice.cpp | 754 int fd, double fpsUpperBound, SupportedV4L2Format* format) { in getFrameRateList() argument 773 if (framerate > fpsUpperBound) { in getFrameRateList() 919 double fpsUpperBound = -1.0; in updateFpsBounds() local 923 fpsUpperBound = limit.fpsUpperBound; in updateFpsBounds() 928 fpsUpperBound = limit.fpsUpperBound; in updateFpsBounds() 933 if (fpsUpperBound < 0.f) { in updateFpsBounds() 937 getFrameRateList(fd, fpsUpperBound, &format); in updateFpsBounds()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 80 double fpsUpperBound; member
|
D | ExternalCameraDevice_3_4.h | 130 static void getFrameRateList(int fd, double fpsUpperBound, SupportedV4L2Format* format);
|