Searched refs:mFps (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/ |
D | TouchLatencyActivity.java | 73 mFps = 0; in TouchLatencyView() 125 if (mFps > 75) in getBallColor() 127 else if (mFps > 45) in getBallColor() 149 if (Math.abs(mFps - fps) > FPS_UPDATE_THRESHOLD) { in drawBall() 150 mFps = fps; in drawBall() 154 mFps = 1f * mFrameCount * SEC_TO_NANOS / fDiff; in drawBall() 186 canvas.drawText(df.format(mFps), width, 100, mTextPaint); in drawBall() 222 private float mFps; field in TouchLatencyView
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
D | MediaEncoderFilter.java | 115 private int mFps = 30; field in MediaEncoderFilter 238 mFps = mProfile.videoFrameRate; in updateMediaRecorderParams() 248 mMediaRecorder.setVideoFrameRate(mFps); in updateMediaRecorderParams() 368 mTimestampNs = mTimestampNs + (1000000000L / (long)mFps); in skipFrameAndModifyTimestamp() 370 + mTimestampNs + ", delta t = " + (1000000000L / (long)mFps) + in skipFrameAndModifyTimestamp() 371 ", fps = " + mFps ); in skipFrameAndModifyTimestamp()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | ViewfinderProcessor.java | 35 float mFps; field in ViewfinderProcessor 75 return mFps; in getmFps() 120 mFps = mCount * 1000 / (float) (time); in run()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
D | CameraSource.java | 60 private int mFps = 30; field in CameraSource 232 int closestRange[] = findClosestFpsRange(mFps, mCameraParameters); in fieldPortValueUpdated() 259 int closestRange[] = findClosestFpsRange(mFps, mCameraParameters); in getCameraParameters()
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 339 mFps(-1.0), in GraphicBufferSource() 809 && (mFps > 2 * mCaptureFps in calculateCodecTimestamp_l() 810 || mCaptureFps > 2 * mFps)) { in calculateCodecTimestamp_l() 817 std::llround((timeUs * mCaptureFps) / mFps); in calculateCodecTimestamp_l() 834 mFrameCount * 1000000 / mFps); in calculateCodecTimestamp_l() 1187 mFps = -1.0; in configure() 1360 mFps = fps; in setTimeLapseConfig()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | ViewfinderProcessor.java | 46 float mFps; field in ViewfinderProcessor 120 return mFps; in getmFps() 184 mFps = mCount * 1000 / (float) (time); in run()
|
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 450 double mFps;
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ACodec.h | 286 double mFps; member
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 569 mFps(-1.0), in ACodec() 3905 mFps = (double)tmp; in setupVideoEncoder() 3907 mFps = (double)framerate; in setupVideoEncoder() 3910 outputFormat->setInt32("frame-rate", (int32_t)mFps); in setupVideoEncoder() 3912 video_def->xFramerate = (OMX_U32)(mFps * 65536); in setupVideoEncoder() 6933 if (mCodec->mCaptureFps > 0. && mCodec->mFps > 0.) { in setupInputSurface() 6936 mCodec->mFps, mCodec->mCaptureFps)); in setupInputSurface()
|