Searched refs:mCaptureFps (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/module/bqhelper/ |
D | GraphicBufferSource.cpp | 341 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() 1221 mCaptureFps = -1.0; in configure() 1394 mCaptureFps = captureFps; in setTimeLapseConfig()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 203 mMetricsItem->setDouble(kRecorderCaptureFps, mCaptureFps); in updateMetrics() 804 mCaptureFps = fps; in setParamCaptureFps() 1218 mFrameRate, mCaptureFps); in prepareInternal() 1331 if (mCaptureFpsEnable && mCaptureFps >= mFrameRate) { in createAudioSource() 1339 (mSampleRate * mCaptureFps + mFrameRate / 2) / mFrameRate; in createAudioSource() 1343 mSampleRate, mCaptureFps, mFrameRate); in createAudioSource() 1929 if (!(mCaptureFps > 0.)) { in setupCameraSource() 1930 ALOGE("Invalid mCaptureFps value: %lf", mCaptureFps); in setupCameraSource() 1937 std::llround(1e6 / mCaptureFps)); in setupCameraSource() 2050 if (!(mCaptureFps > 0.)) { in setupVideoEncoder() [all …]
|
D | StagefrightRecorder.h | 166 double mCaptureFps; member
|
/frameworks/av/media/codec2/sfplugin/ |
D | InputSurfaceWrapper.h | 67 float mCaptureFps = 0.0; // capture fps member
|
D | CCodec.cpp | 358 if (config.mCaptureFps != mConfig.mCaptureFps || config.mCodedFps != mConfig.mCodedFps) { in configure() 360 GetStatus(mSource->setTimeLapseConfig(config.mCodedFps, config.mCaptureFps)); in configure() 361 status << " timeLapse " << config.mCaptureFps << "fps as " << config.mCodedFps << "fps"; in configure() 366 mConfig.mCaptureFps = config.mCaptureFps; in configure() 588 if (config.mCaptureFps != mConfig.mCaptureFps || config.mCodedFps != mConfig.mCodedFps) { in configure() 590 fromAidlStatus(mSource->setTimeLapseConfig(config.mCodedFps, config.mCaptureFps)); in configure() 591 status << " timeLapse " << config.mCaptureFps << "fps as " << config.mCodedFps << "fps"; in configure() 596 mConfig.mCaptureFps = config.mCaptureFps; in configure() 1250 config->mISConfig->mCaptureFps = timeLapseFps; in configure() 1253 config->mISConfig->mCaptureFps = captureRate; in configure()
|
/frameworks/av/media/module/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 463 double mCaptureFps;
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ACodec.h | 321 double mCaptureFps; member
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 604 mCaptureFps(-1.0), in ACodec() 1922 if (!msg->findDouble("time-lapse-fps", &mCaptureFps)) { in configureCodec() 1925 mCaptureFps = captureRate; in configureCodec() 1927 mCaptureFps = -1.0; in configureCodec() 7341 if (mCodec->mCaptureFps > 0. && mCodec->mFps > 0.) { in setupInputSurface() 7344 mCodec->mFps, mCodec->mCaptureFps)); in setupInputSurface()
|