/aosp12/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/ |
H A D | TouchLatencyActivity.java | 73 mFps = 0; in TouchLatencyView() 129 if (mFps > 75) in getBallColor() 131 else if (mFps > 45) in getBallColor() 153 if (Math.abs(mFps - fps) > FPS_UPDATE_THRESHOLD) { in drawBall() 154 mFps = fps; in drawBall() 158 mFps = 1f * mFrameCount * SEC_TO_NANOS / fDiff; in drawBall() 188 canvas.drawText(mDf.format(mFps), width, 100, mTextPaint); in drawBall() 224 private float mFps; field in TouchLatencyView
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | DisplayMode.h | 74 mDisplayMode->mFps = Fps::fromPeriodNsecs(vsyncPeriod); in setVsyncPeriod() 126 Fps getFps() const { return mFps; } in getFps() 127 nsecs_t getVsyncPeriod() const { return mFps.getPeriodNsecs(); } in getVsyncPeriod() 150 Fps mFps; variable
|
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
H A 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()
|
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
H A D | ViewfinderProcessor.java | 35 float mFps; field in ViewfinderProcessor 75 return mFps; in getmFps() 120 mFps = mCount * 1000 / (float) (time); in run()
|
/aosp12/hardware/qcom/display/msm8994/libhdmi/ |
H A D | hdmi.h | 40 int mMode, mWidth, mHeight, mFps; member 44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order) in EDIDData()
|
H A D | hdmi.cpp | 662 fps = gEDIDData[dataIndex].mFps; in getAttrForMode() 774 fps = gEDIDData[dataIndex].mFps; in getAttrForConfig()
|
/aosp12/frameworks/av/media/libstagefright/bqhelper/ |
H A D | GraphicBufferSource.cpp | 340 mFps(-1.0), in GraphicBufferSource() 813 && (mFps > 2 * mCaptureFps in calculateCodecTimestamp_l() 814 || mCaptureFps > 2 * mFps)) { in calculateCodecTimestamp_l() 821 std::llround((timeUs * mCaptureFps) / mFps); in calculateCodecTimestamp_l() 839 mFrameCount * 1000000 / mFps); in calculateCodecTimestamp_l() 855 (timeUs - mBaseCaptureUs) * (mCaptureFps / mFps)); in calculateCodecTimestamp_l() 1208 mFps = -1.0; in configure() 1381 mFps = fps; in setTimeLapseConfig()
|
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
H A 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()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosLayer.cpp | 42 mFps(0), in ExynosLayer() 98 bool wasLowFps = (mFps < LOW_FPS_THRESHOLD) ? true:false; in checkFps() 110 mFps = (uint32_t)(frameDiff * float(s2ns(1))) / diff; in checkFps() 114 bool nowLowFps = (mFps < LOW_FPS_THRESHOLD) ? true:false; in checkFps() 120 return mFps; in checkFps() 127 return mFps; in getFps() 960 .add("fps", mFps); in dump() 1034 …result.appendFormat("\tfps: %2d, priority: %d, windowIndex: %d\n", mFps, mOverlayPriority, mWindow… in printLayer()
|
H A D | ExynosLayer.h | 126 uint32_t mFps; variable
|
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
H A D | ViewfinderProcessor.java | 46 float mFps; field in ViewfinderProcessor 120 return mFps; in getmFps() 184 mFps = mCount * 1000 / (float) (time); in run()
|
/aosp12/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
H A D | GraphicBufferSource.h | 448 double mFps;
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | ACodec.h | 302 double mFps; member
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | ACodec.cpp | 586 mFps(-1.0), in ACodec() 4049 mFps = (double)tmp; in setupVideoEncoder() 4051 mFps = (double)framerate; in setupVideoEncoder() 4054 outputFormat->setInt32("frame-rate", (int32_t)mFps); in setupVideoEncoder() 4056 video_def->xFramerate = (OMX_U32)(mFps * 65536); in setupVideoEncoder() 7170 if (mCodec->mCaptureFps > 0. && mCodec->mFps > 0.) { in setupInputSurface() 7173 mCodec->mFps, mCodec->mCaptureFps)); in setupInputSurface()
|