Searched defs:fr (Results 1 - 1 of 1) sorted by last modified time

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp603 for (const auto& fr : supportedFormat.frameRates) {
605 // fr.durationNumerator is uint32_t, so no overflow here
606 int64_t frameDuration = 1000000000LL * fr.durationNumerator /
607 fr.durationDenominator;
611 int32_t frameRateInt = static_cast<int32_t>(fr.getDouble());
707 SupportedV4L2Format::FrameRate fr = { local
710 double framerate = fr.getDouble();
721 format->frameRates.push_back(fr);

Completed in 23 milliseconds