Home
last modified time | relevance | path

Searched refs:mCaptureFps (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp182 mMetricsItem->setDouble(kRecorderCaptureFps, mCaptureFps); in updateMetrics()
755 mCaptureFps = fps; in setParamCaptureFps()
990 mFrameRate, mCaptureFps); in prepareInternal()
1093 if (mCaptureFpsEnable && mCaptureFps >= mFrameRate) { in createAudioSource()
1101 (mSampleRate * mCaptureFps + mFrameRate / 2) / mFrameRate; in createAudioSource()
1105 mSampleRate, mCaptureFps, mFrameRate); in createAudioSource()
1667 if (!(mCaptureFps > 0.)) { in setupCameraSource()
1668 ALOGE("Invalid mCaptureFps value: %lf", mCaptureFps); in setupCameraSource()
1675 std::llround(1e6 / mCaptureFps)); in setupCameraSource()
1779 if (!(mCaptureFps > 0.)) { in setupVideoEncoder()
[all …]
DStagefrightRecorder.h148 double mCaptureFps; member
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp341 mCaptureFps(-1.0), in GraphicBufferSource()
812 if (mCaptureFps > 0. in calculateCodecTimestamp_l()
813 && (mFps > 2 * mCaptureFps in calculateCodecTimestamp_l()
814 || mCaptureFps > 2 * mFps)) { in calculateCodecTimestamp_l()
821 std::llround((timeUs * mCaptureFps) / mFps); in calculateCodecTimestamp_l()
824 double nFrames = (timeUs - mPrevCaptureUs) * mCaptureFps / 1000000; in calculateCodecTimestamp_l()
837 mFrameCount * 1000000 / mCaptureFps); in calculateCodecTimestamp_l()
855 (timeUs - mBaseCaptureUs) * (mCaptureFps / mFps)); in calculateCodecTimestamp_l()
1209 mCaptureFps = -1.0; in configure()
1382 mCaptureFps = captureFps; in setTimeLapseConfig()
/frameworks/av/media/codec2/sfplugin/
DInputSurfaceWrapper.h66 float mCaptureFps; // capture fps member
DCCodec.cpp321 if (config.mCaptureFps != mConfig.mCaptureFps || config.mCodedFps != mConfig.mCodedFps) { in configure()
323 GetStatus(mSource->setTimeLapseConfig(config.mCodedFps, config.mCaptureFps)); in configure()
324 status << " timeLapse " << config.mCaptureFps << "fps as " << config.mCodedFps << "fps"; in configure()
329 mConfig.mCaptureFps = config.mCaptureFps; in configure()
845 config->mISConfig->mCaptureFps = timeLapseFps; in configure()
848 config->mISConfig->mCaptureFps = captureRate; in configure()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h451 double mCaptureFps;
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h297 double mCaptureFps; member
/frameworks/av/media/libstagefright/
DACodec.cpp570 mCaptureFps(-1.0), in ACodec()
1837 if (!msg->findDouble("time-lapse-fps", &mCaptureFps)) { in configureCodec()
1840 mCaptureFps = captureRate; in configureCodec()
1842 mCaptureFps = -1.0; in configureCodec()
7002 if (mCodec->mCaptureFps > 0. && mCodec->mFps > 0.) { in setupInputSurface()
7005 mCodec->mFps, mCodec->mCaptureFps)); in setupInputSurface()