Searched refs:getDouble (Results 1 – 4 of 4) sorted by relevance
125 double getDouble() const; // FrameRate in double. Ex: 30.0
664 int32_t frameRateInt = static_cast<int32_t>(fr.getDouble()); in calculateMinFps()783 double framerate = fr.getDouble(); in getFrameRateList()
664 double f = fr.getDouble(); in processOneCaptureRequest()2025 double f = fr.getDouble(); in configureV4l2StreamLocked()2514 int32_t framerateInt = static_cast<int32_t>(fr.getDouble()); in initDefaultRequests()
180 double SupportedV4L2Format::FrameRate::getDouble() const { in getDouble() function in android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format::FrameRate