Searched refs:mCaptureFps (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 181 mAnalyticsItem->setDouble(kRecorderCaptureFps, mCaptureFps); in updateMetrics() 735 mCaptureFps = fps; in setParamCaptureFps() 970 mFrameRate, mCaptureFps); in prepareInternal() 1073 if (mCaptureFpsEnable && mCaptureFps >= mFrameRate) { in createAudioSource() 1081 (mSampleRate * mCaptureFps + mFrameRate / 2) / mFrameRate; in createAudioSource() 1085 mSampleRate, mCaptureFps, mFrameRate); in createAudioSource() 1621 if (!(mCaptureFps > 0.)) { in setupCameraSource() 1622 ALOGE("Invalid mCaptureFps value: %lf", mCaptureFps); in setupCameraSource() 1629 std::llround(1e6 / mCaptureFps)); in setupCameraSource() 1733 if (!(mCaptureFps > 0.)) { in setupVideoEncoder() [all …]
|
D | StagefrightRecorder.h | 138 double mCaptureFps; member
|
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 340 mCaptureFps(-1.0), in GraphicBufferSource() 808 if (mCaptureFps > 0. in calculateCodecTimestamp_l() 809 && (mFps > 2 * mCaptureFps in calculateCodecTimestamp_l() 810 || mCaptureFps > 2 * mFps)) { in calculateCodecTimestamp_l() 817 std::llround((timeUs * mCaptureFps) / mFps); in calculateCodecTimestamp_l() 821 double nFrames = (timeUs - mPrevCaptureUs) * mCaptureFps / 1000000; in calculateCodecTimestamp_l() 832 mFrameCount * 1000000 / mCaptureFps); in calculateCodecTimestamp_l() 1188 mCaptureFps = -1.0; in configure() 1361 mCaptureFps = captureFps; in setTimeLapseConfig()
|
/frameworks/av/media/codec2/sfplugin/ |
D | InputSurfaceWrapper.h | 66 float mCaptureFps; // capture fps member
|
D | CCodec.cpp | 317 if (config.mCaptureFps != mConfig.mCaptureFps || config.mCodedFps != mConfig.mCodedFps) { in configure() 319 GetStatus(mSource->setTimeLapseConfig(config.mCodedFps, config.mCaptureFps)); in configure() 320 status << " timeLapse " << config.mCaptureFps << "fps as " << config.mCodedFps << "fps"; in configure() 325 mConfig.mCaptureFps = config.mCaptureFps; in configure() 821 config->mISConfig->mCaptureFps = timeLapseFps; in configure() 824 config->mISConfig->mCaptureFps = captureRate; in configure()
|
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
D | GraphicBufferSource.h | 453 double mCaptureFps;
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ACodec.h | 287 double mCaptureFps; member
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 570 mCaptureFps(-1.0), in ACodec() 1829 if (!msg->findDouble("time-lapse-fps", &mCaptureFps)) { in configureCodec() 1832 mCaptureFps = captureRate; in configureCodec() 1834 mCaptureFps = -1.0; in configureCodec() 6933 if (mCodec->mCaptureFps > 0. && mCodec->mFps > 0.) { in setupInputSurface() 6936 mCodec->mFps, mCodec->mCaptureFps)); in setupInputSurface()
|