Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapabilities.cpp446 const int fixedFrameRate = fixedFrameRates[i].num * CameraHal::VFR_SCALE; in encodeFrameRates() local
448 if ( fixedFrameRate < minFrameRate || fixedFrameRate > maxFrameRate ) { in encodeFrameRates()
453 const FpsRange fpsRange = FpsRange(fixedFrameRate, fixedFrameRate); in encodeFrameRates()