Searched refs:fps (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/av/media/libmedia/aidl/android/
H A DIGraphicBufferSource.aidl31 void setTimeLapseConfig(double fps, double captureFps);
/frameworks/native/include/ui/
H A DDisplayInfo.h32 float fps{0};
/frameworks/native/libs/ui/include/ui/
H A DDisplayInfo.h32 float fps{0};
/frameworks/native/libs/ui/include_vndk/ui/
H A DDisplayInfo.h32 float fps{0};
/frameworks/av/media/libmedia/omx/1.0/
H A DWGraphicBufferSource.cpp56 double fps, double captureFps) {
57 return toBinderStatus(mBase->setTimeLapseConfig(fps, captureFps));
55 setTimeLapseConfig( double fps, double captureFps) argument
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java53 float fps = 1000000.f / elapsedTime_us;
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
/frameworks/av/include/media/stagefright/
H A DVideoFrameScheduler.h57 void reset(float fps = -1);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DVideoFrameScheduler.h57 void reset(float fps = -1);
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DBWGraphicBufferSource.h53 double fps, double captureFps) override;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java316 private int[] findClosestFpsRange(int fps, Camera.Parameters params) { argument
320 if (range[Camera.Parameters.PREVIEW_FPS_MIN_INDEX] < fps*1000 &&
321 range[Camera.Parameters.PREVIEW_FPS_MAX_INDEX] > fps*1000 &&
329 if (mLogVerbose) Log.v(TAG, "Requested fps: " + fps
/frameworks/av/camera/include/camera/
H A DCameraParameters2.h98 void setPreviewFrameRate(int fps);
H A DCameraParameters.h91 void setPreviewFrameRate(int fps);
124 // The current minimum and maximum preview fps. This controls the rate of
126 // maximum fps must be one of the elements from
130 // The supported preview fps (frame-per-second) ranges. Each range contains
131 // a minimum fps and maximum fps. If minimum fps equals to maximum fps, the
135 // sorted from small to large (first by maximum fps and then minimum fps)
[all...]
/frameworks/av/include/camera/
H A DCameraParameters2.h98 void setPreviewFrameRate(int fps);
H A DCameraParameters.h91 void setPreviewFrameRate(int fps);
124 // The current minimum and maximum preview fps. This controls the rate of
126 // maximum fps must be one of the elements from
130 // The supported preview fps (frame-per-second) ranges. Each range contains
131 // a minimum fps and maximum fps. If minimum fps equals to maximum fps, the
135 // sorted from small to large (first by maximum fps and then minimum fps)
[all...]
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DWGraphicBufferSource.h74 BnStatus setTimeLapseConfig(double fps, double captureFps) override;
/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp74 void VideoFrameScheduler::PLL::reset(float fps) { argument
81 if (fps <= 0.f) {
85 ALOGV("reset at %.1f fps", fps);
86 mPeriod = (nsecs_t)(1e9 / fps + 0.5);
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DWGraphicBufferSource.h81 Return<Status> setTimeLapseConfig(double fps, double captureFps) override;
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp62 DummySource(int width, int height, int nFrames, int fps, int colorFormat) argument
66 mFrameRate(fps),
334 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start));
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Renderer.h70 void setVideoFrameRate(float fps);
265 void onSetVideoFrameRate(float fps);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.h70 void setVideoFrameRate(float fps);
265 void onSetVideoFrameRate(float fps);
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp207 double fps, double captureFps) {
208 return toStatus(mBase->setTimeLapseConfig(fps, captureFps));
206 setTimeLapseConfig( double fps, double captureFps) argument
/frameworks/av/media/libstagefright/omx/
H A DBWGraphicBufferSource.cpp146 double fps, double captureFps) {
148 fps, captureFps));
145 setTimeLapseConfig( double fps, double captureFps) argument
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DGraphicBufferSource.h172 status_t setTimeLapseConfig(double fps, double captureFps);
451 // timestamp interval (after rounding) with the configured capture fps. The
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h86 int fps; member in struct:android::BootAnimation::Animation
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java394 Measurement(int surfaceCnt, double fps) { argument
396 mFPS = fps;
426 double fps = mViews.get(0).measureFPS(mRefreshRate * 0.8, mRefreshRate * 0.999);
431 return fps;

Completed in 6274 milliseconds

12