Searched defs:fpsUpperBound (Results 1 - 2 of 2) sorted by path

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp692 int fd, double fpsUpperBound, SupportedV4L2Format* format) {
711 if (framerate > fpsUpperBound) {
831 double fpsUpperBound = -1.0; local
835 fpsUpperBound = limit.fpsUpperBound;
840 fpsUpperBound = limit.fpsUpperBound;
846 if (fpsUpperBound < 0.f) {
850 getFrameRateList(fd, fpsUpperBound, &format);
691 getFrameRateList( int fd, double fpsUpperBound, SupportedV4L2Format* format) argument
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraUtils.h76 double fpsUpperBound; member in struct:android::hardware::camera::external::common::ExternalCameraConfig::FpsLimitation

Completed in 28 milliseconds