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

/frameworks/base/include/ui/
H A DDisplayInfo.h34 float fps; member in struct:android::DisplayInfo
/frameworks/base/core/jni/
H A Dandroid_view_Display.cpp37 jfieldID fps; member in struct:android::offsets_t
62 env->SetFloatField(clazz, offsets.fps, info.fps);
120 offsets.fps = env->GetFieldID(clazz, "mRefreshRate", "F");
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h75 int fps; member in struct:android::BootAnimation::Animation
H A DBootAnimation.cpp332 // 12fps: don't animate too fast to preserve CPU
368 int fps, width, height, count, pause; local
370 if (sscanf(l, "%d %d %d", &width, &height, &fps) == 3) {
371 //LOGD("> w=%d, h=%d, fps=%d", fps, width, height);
374 animation.fps = fps;
439 nsecs_t frameDuration = s2ns(1) / animation.fps;
/frameworks/base/include/camera/
H A DCameraParameters.h62 void setPreviewFrameRate(int fps);
86 // The current minimum and maximum preview fps. This controls the rate of
88 // maximum fps must be one of the elements from
92 // The supported preview fps (frame-per-second) ranges. Each range contains
93 // a minimum fps and maximum fps. If minimum fps equals to maximum fps, the
97 // sorted from small to large (first by maximum fps and then minimum fps)
[all...]
/frameworks/base/libs/camera/
H A DCameraParameters.cpp33 const char CameraParameters::KEY_PREVIEW_FPS_RANGE[] = "preview-fps-range";
34 const char CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE[] = "preview-fps-range-values";
340 void CameraParameters::setPreviewFrameRate(int fps) argument
342 set(KEY_PREVIEW_FRAME_RATE, fps);
/frameworks/base/libs/surfaceflinger_client/
H A DSurfaceComposerClient.cpp231 info->fps = dcblk->fps;
/frameworks/base/include/private/surfaceflinger/
H A DSharedBufferStack.h371 float fps; member in struct:android::display_cblk_t
/frameworks/base/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp105 mRefreshRate = fbDev->fps;
/frameworks/base/core/java/android/hardware/
H A DCamera.java992 private static final String KEY_PREVIEW_FPS_RANGE = "preview-fps-range";
1237 * The array index of minimum preview fps for use with {@link
1244 * The array index of maximum preview fps for use with {@link
1503 * @param fps the frame rate (frames per second)
1507 public void setPreviewFrameRate(int fps) { argument
1508 set(KEY_PREVIEW_FRAME_RATE, fps);
1538 * Sets the maximum and maximum preview fps. This controls the rate of
1540 * maximum preview fps must be one of the elements from {@link
1543 * @param min the minimum preview fps (scaled by 1000).
1544 * @param max the maximum preview fps (scale
[all...]
/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp236 dcblk->fps = hw.getRefreshRate();
409 usleep(16667); // 60 fps period

Completed in 641 milliseconds