Home
last modified time | relevance | path

Searched refs:updateFpsBounds (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.h111 static void updateFpsBounds(int fd, CroppingType cropType,
DExternalCameraDevice.cpp850 void ExternalCameraDevice::updateFpsBounds( in updateFpsBounds() function in android::hardware::camera::device::implementation::ExternalCameraDevice
934 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked()
936 updateFpsBounds(fd, cropType, fpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h132 static void updateFpsBounds(int fd, CroppingType cropType,
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp912 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked()
914 updateFpsBounds(fd, cropType, fpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked()
926 void ExternalCameraDevice::updateFpsBounds( in updateFpsBounds() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDevice