Searched refs:mHFRVideoFps (Results 1 – 2 of 2) sorted by relevance
712 float mHFRVideoFps; variable
522 mHFRVideoFps(DEFAULT_VIDEO_FPS), in QCamera3HardwareInterface()3310 mHFRVideoFps = DEFAULT_VIDEO_FPS; in configureStreamsPerfLocked()3815 (((loopCount - 1) * NSEC_PER_SEC) / (double) mHFRVideoFps); in handleBatchMetadata()3817 first_frame_capture_time + (i * NSEC_PER_SEC / (double) mHFRVideoFps); in handleBatchMetadata()12922 if((mHFRVideoFps >= MIN_FPS_FOR_BATCH_MODE) && in setHalFpsRange()12923 (mHFRVideoFps != fps_range.max_fps)) { in setHalFpsRange()12926 mHFRVideoFps = fps_range.max_fps; in setHalFpsRange()12927 mBatchSize = mHFRVideoFps / PREVIEW_FPS_FOR_HFR; in setHalFpsRange()