/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | ColorsGLRenderer.java | 120 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/ |
D | Api2Camera.java | 774 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()
|
D | CameraInterface.java | 133 …lable(NormalizedFace[] faces, float normExposure, float normLensPos, float fps, int iso, int afSta… in frameDataAvailable() argument
|
D | DevCameraActivity.java | 464 …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/ |
D | EffectsRecorder.java | 234 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/ |
D | CaptureModule.java | 1000 int fps = Math.round(frames * 1000f / dt); 1002 passive ? "CAF" : "AF", fps, frames); 1004 mUI.showDebugMessage(String.format("%d / %d", frames, fps));
|
D | VideoModule.java | 1196 private static void setCaptureRate(MediaRecorder recorder, double fps) { in setCaptureRate() argument 1197 recorder.setCaptureRate(fps); in setCaptureRate()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 39140 … 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/ |
D | en_US_wordlist.combined.gz |
|