Home
last modified time | relevance | path

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

/packages/screensavers/Basic/src/com/android/dreams/basic/
DColorsGLRenderer.java120 final int fps = (int) (1e9f / dt); in doFrame() local
122 LOG("frame %d fps=%d", mFrameNum, fps); in doFrame()
124 if (fps < 40) { in doFrame()
/packages/apps/DevCamera/src/com/android/devcamera/
DApi2Camera.java774 float fps = 0; in publishFrameData() local
777 fps = (mFrameTimes.size() - 1) * 1000000000f / dt; in publishFrameData()
778 fps = (float) Math.floor(fps + 0.1); // round to nearest whole number, ish. in publishFrameData()
783 mMyCameraCallback.frameDataAvailable(newFaces, normExposure, normLensPos, fps, in publishFrameData()
DCameraInterface.java133 …lable(NormalizedFace[] faces, float normExposure, float normLensPos, float fps, int iso, int afSta… in frameDataAvailable() argument
DDevCameraActivity.java464 …malizedFace[] faces, final float normExposure, final float normLens, float fps, int iso, final int… in frameDataAvailable() argument
475 … final String info = String.format(" %2.0f FPS%5d ISO AF:%s AE:%s AWB:%s", fps, iso, af, ae, awb); in frameDataAvailable()
/packages/apps/LegacyCamera/src/com/android/camera/
DEffectsRecorder.java234 public void setCaptureRate(double fps) { in setCaptureRate() argument
244 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps"); in setCaptureRate()
245 mCaptureRate = fps; in setCaptureRate()
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java1000 int fps = Math.round(frames * 1000f / dt);
1002 passive ? "CAF" : "AF", fps, frames);
1004 mUI.showDebugMessage(String.format("%d / %d", frames, fps));
DVideoModule.java1196 private static void setCaptureRate(MediaRecorder recorder, double fps) { in setCaptureRate() argument
1197 recorder.setCaptureRate(fps); in setCaptureRate()
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt39140 … modeId 1, defaultModeId 1, supportedModes [{id=1, width=1366, height=768, fps=60.0}], colorTransf…
74860 refresh-rate : 59.999999 fps
88131 …pp 768 x 576, mode 1, defaultMode 1, modes [{id=1, width=1366, height=768, fps=60.0}], colorTransf…
88215 … modeId 1, defaultModeId 1, supportedModes [{id=1, width=1366, height=768, fps=60.0}], colorTransf…
88232 …PhysicalDisplayInfo{1366 x 768, 60.0 fps, density 0.9993188, 159.891 x 159.895 dpi, secure true, a…
88234 DisplayModeRecord{mMode={id=1, width=1366, height=768, fps=60.0}}
88247 …p 1366 x 768, mode 1, defaultMode 1, modes [{id=1, width=1366, height=768, fps=60.0}], colorTransf…
88248 …pp 768 x 576, mode 1, defaultMode 1, modes [{id=1, width=1366, height=768, fps=60.0}], colorTransf…
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz