Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:fpsConstRangesSec

354 fpsConst_RangesSec fpsConstRangesSec[] = {
363 size_t length_fpsConst_RangesSec = ARRAY_SIZE(fpsConstRangesSec);
413 int frameRateIDXSec = ARRAY_SIZE(fpsConstRangesSec) - 1;
936 if ( recorder->setVideoFrameRate(fpsConstRangesSec[frameRateIDXSec].constFramerate) < 0 ) {
1348 printf(" r. Framerate: %d\n", fpsConstRangesSec[frameRateIDXSec].constFramerate);
1964 frameRateIDXSec %= ARRAY_SIZE(fpsConstRangesSec);
1965 params.set(CameraParameters::KEY_PREVIEW_FPS_RANGE, fpsConstRangesSec[frameRateIDXSec].range);