Searched refs:fps (Results 1 - 12 of 12) 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/awt/org/apache/harmony/awt/gl/font/
H A DFontManager.java345 FontProperty[] fps = getFontProperties(family.toLowerCase() + "." + style); //$NON-NLS-1$
346 if (fps != null){
347 int numFonts = fps.length;
350 FontProperty fp = fps[i];
371 return new CompositeFont(family, faceName, style, size, fps, physicalFonts);
699 FontProperty[] fps = new FontProperty[size];
700 for (int i=0; i < fps.length; i++){
701 fps[i] = props.elementAt(i);
703 return fps;
/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.h46 void setPreviewFrameRate(int fps);
/frameworks/base/libs/camera/
H A DCameraParameters.cpp303 void CameraParameters::setPreviewFrameRate(int fps) argument
305 set(KEY_PREVIEW_FRAME_RATE, fps);
/frameworks/base/include/private/surfaceflinger/
H A DSharedBufferStack.h335 float fps; member in struct:android::display_cblk_t
/frameworks/base/libs/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp215 mRefreshRate = fbDev->fps;
/frameworks/base/libs/surfaceflinger_client/
H A DSurfaceComposerClient.cpp264 info->fps = dcblk->fps;
/frameworks/base/core/java/android/hardware/
H A DCamera.java1095 * @param fps the frame rate (frames per second)
1097 public void setPreviewFrameRate(int fps) { argument
1098 set(KEY_PREVIEW_FRAME_RATE, fps);
/frameworks/base/libs/surfaceflinger/
H A DSurfaceFlinger.cpp358 dcblk->fps = hw.getRefreshRate();
512 usleep(16667); // 60 fps period

Completed in 244 milliseconds