Searched refs:fr (Results 1 – 3 of 3) sorted by relevance
606 for (const auto& fr : supportedFormat.frameRates) { in initOutputCharskeysByFormat() local609 int64_t frameDuration = 1000000000LL * fr.durationNumerator / in initOutputCharskeysByFormat()610 fr.durationDenominator; in initOutputCharskeysByFormat()652 for (const auto& fr : supportedFormat.frameRates) { in calculateMinFps() local653 int32_t frameRateInt = static_cast<int32_t>(fr.getDouble()); in calculateMinFps()769 SupportedV4L2Format::FrameRate fr = { in getFrameRateList() local772 double framerate = fr.getDouble(); in getFrameRateList()783 format->frameRates.push_back(fr); in getFrameRateList()
691 for (const auto& fr : mV4l2StreamingFmt.frameRates) { in processOneCaptureRequest() local692 double f = fr.getDouble(); in processOneCaptureRequest()2371 for (const auto& fr : v4l2Fmt.frameRates) { in configureV4l2StreamLocked() local2372 double f = fr.getDouble(); in configureV4l2StreamLocked()2859 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests() local2860 int32_t framerateInt = static_cast<int32_t>(fr.getDouble()); in initDefaultRequests()
1683 /** Unique session value defined by fr amework returned in all "responses/unslo". */