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()
301 mFps(-1.0), in GraphicBufferSource()755 && (mFps > 2 * mCaptureFps in calculateCodecTimestamp_l()756 || mCaptureFps > 2 * mFps)) { in calculateCodecTimestamp_l()763 std::llround((timeUs * mCaptureFps) / mFps); in calculateCodecTimestamp_l()780 mFrameCount * 1000000 / mFps); in calculateCodecTimestamp_l()1125 mFps = -1.0; in configure()1298 mFps = fps; in setTimeLapseConfig()
46 float mFps; field in ViewfinderProcessor120 return mFps; in getmFps()184 mFps = mCount * 1000 / (float) (time); in run()
437 double mFps;
283 double mFps; member
572 mFps(-1.0), in ACodec()3821 mFps = (double)tmp; in setupVideoEncoder()3823 mFps = (double)framerate; in setupVideoEncoder()3826 outputFormat->setInt32("frame-rate", (int32_t)mFps); in setupVideoEncoder()3828 video_def->xFramerate = (OMX_U32)(mFps * 65536); in setupVideoEncoder()6722 if (mCodec->mCaptureFps > 0. && mCodec->mFps > 0.) { in setupInputSurface()6725 mCodec->mFps, mCodec->mCaptureFps)); in setupInputSurface()