Searched refs:fr (Results 1 – 3 of 3) sorted by relevance
617 for (const auto& fr : supportedFormat.frameRates) { in initOutputCharskeysByFormat() local620 int64_t frameDuration = 1000000000LL * fr.durationNumerator / in initOutputCharskeysByFormat()621 fr.durationDenominator; in initOutputCharskeysByFormat()663 for (const auto& fr : supportedFormat.frameRates) { in calculateMinFps() local664 int32_t frameRateInt = static_cast<int32_t>(fr.getDouble()); in calculateMinFps()780 SupportedV4L2Format::FrameRate fr = { in getFrameRateList() local783 double framerate = fr.getDouble(); in getFrameRateList()794 format->frameRates.push_back(fr); in getFrameRateList()
663 for (const auto& fr : mV4l2StreamingFmt.frameRates) { in processOneCaptureRequest() local664 double f = fr.getDouble(); in processOneCaptureRequest()2024 for (const auto& fr : v4l2Fmt.frameRates) { in configureV4l2StreamLocked() local2025 double f = fr.getDouble(); in configureV4l2StreamLocked()2513 for (const auto& fr : supportedFormat.frameRates) { in initDefaultRequests() local2514 int32_t framerateInt = static_cast<int32_t>(fr.getDouble()); in initDefaultRequests()
1683 /** Unique session value defined by fr amework returned in all "responses/unslo". */