Searched refs:mFps (Results 1 – 8 of 8) sorted by relevance
115 private int mFps = 30; field in MediaEncoderFilter238 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()
35 float mFps; field in ViewfinderProcessor75 return mFps; in getmFps()120 mFps = mCount * 1000 / (float) (time); in run()
60 private int mFps = 30; field in CameraSource232 int closestRange[] = findClosestFpsRange(mFps, mCameraParameters); in fieldPortValueUpdated()259 int closestRange[] = findClosestFpsRange(mFps, mCameraParameters); in getCameraParameters()
274 mFps(-1.0), in GraphicBufferSource()721 && (mFps > 2 * mCaptureFps in calculateCodecTimestamp_l()722 || mCaptureFps > 2 * mFps)) { in calculateCodecTimestamp_l()729 std::llround((timeUs * mCaptureFps) / mFps); in calculateCodecTimestamp_l()744 mFrameCount / mFps); in calculateCodecTimestamp_l()1072 mFps = -1.0; in configure()1233 mFps = fps; in setTimeLapseConfig()
421 double mFps;
46 float mFps; field in ViewfinderProcessor120 return mFps; in getmFps()184 mFps = mCount * 1000 / (float) (time); in run()
297 double mFps; member
550 mFps(-1.0), in ACodec()3779 mFps = (double)tmp; in setupVideoEncoder()3781 mFps = (double)framerate; in setupVideoEncoder()3784 video_def->xFramerate = (OMX_U32)(mFps * 65536); in setupVideoEncoder()6644 if (mCodec->mCaptureFps > 0. && mCodec->mFps > 0.) { in setupInputSurface()6647 mCodec->mFps, mCodec->mCaptureFps)); in setupInputSurface()