HomeSort by relevance Sort by last modified time
    Searched refs:vsync (Results 1 - 19 of 19) sorted by null

  /frameworks/native/services/surfaceflinger/tests/vsync/
Android.mk 5 vsync.cpp
14 LOCAL_MODULE:= test-vsync-events
vsync.cpp 34 printf("event vsync: count=%d\t", buffer[i].vsync.count);
  /frameworks/native/include/gui/
DisplayEventReceiver.h 53 struct VSync {
59 VSync vsync; member in union:android::DisplayEventReceiver::Event::__anon17217
66 * SurfaceFlinger. VSync events are disabled by default. Call setVSyncRate
109 * setVsyncRate() sets the Event::VSync delivery rate. A value of
110 * 1 returns every Event::VSync. A value of 2 returns every other event,
117 * requestNextVsync() schedules the next Event::VSync. It has no effect
118 * if the vsync rate is > 0.
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 105 // disable reliance on h/w vsync
114 // resume use of h/w vsync
130 DisplayEventReceiver::Event vsync; local
136 // latch VSYNC event if any
140 // check if we should be waiting for VSYNC events
155 // we received a VSYNC but we have no clients
156 // don't report it, and disable VSYNC events
159 // report VSYNC event
163 // never disable VSYNC events immediately, instead
166 // disable VSYNC events then
    [all...]
Layer.h 127 Statistics() : timestamp(0), set(0), vsync(0) { }
130 nsecs_t vsync; // vsync immediately before set member in struct:android::Layer::Statistics
Layer.cpp 79 mFrameStats[mFrameLatencyOffset].vsync = hw.getRefreshTimestamp();
746 const nsecs_t time_vsync = mFrameStats[index].vsync;
SurfaceFlinger.cpp     [all...]
  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.h 93 int vsync; member in struct:hwc_win_info_t
SecHWC.cpp 446 // vsync period in nanosecond
479 if(!ctx->procs || !ctx->procs->vsync)
485 if (!strncmp(s, "VSYNC=", strlen("VSYNC=")))
486 timestamp = strtoull(s + strlen("VSYNC="), NULL, 0);
493 ctx->procs->vsync(ctx->procs, 0, timestamp);
508 bool vsync = !strcmp(uevent_desc, "change@/devices/platform/s3cfb"); local
509 if(vsync)
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 91 // this class is only used to fake the VSync event on systems that don't
131 inline void vsync(int dpy, int64_t timestamp);
HWComposer.cpp 73 mCBContext.procs.vsync = &hook_vsync;
79 // make sure to turn h/w vsync off in "fake vsync" mode
91 // we don't have VSYNC support, we need to fake it
116 reinterpret_cast<cb_context *>(procs)->hwc->vsync(dpy, timestamp);
123 void HWComposer::vsync(int dpy, int64_t timestamp) { function in class:android::HWComposer
124 ATRACE_INT("VSYNC", ++mVSyncCount&1);
306 // we missed, find where the next vsync should be
  /hardware/libhardware/include/hardware/
hwcomposer.h 211 * (*vsync)() is called by the h/w composer HAL when a vsync event is
216 * nanosecond of when the vsync event happened.
218 * vsync() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL.
220 * It is expected that vsync() is called from a thread of at least
226 * can either stop or continue to process VSYNC events, but must not
230 void (*vsync)(struct hwc_procs* procs, int zero, int64_t timestamp); member in struct:hwc_procs
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmode.h 142 SDL_NAME(XF86VidModeSyncRange)* vsync; member in struct:__anon10867
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 105 ALOGV("receiver %p ~ Scheduling vsync.", this);
114 ALOGW("Failed to request next vsync, status=%d", status);
136 // Drain all pending events, keep the last vsync.
140 ALOGV("receiver %p ~ Woke up but there was no vsync pulse!", this);
141 return 1; // keep the callback, did not obtain a vsync pulse
144 ALOGV("receiver %p ~ Vsync pulse: timestamp=%lld, count=%d",
150 ALOGV("receiver %p ~ Invoking vsync handler.", this);
153 ALOGV("receiver %p ~ Returned from vsync handler.", this);
168 *outCount = buf[n].vsync.count;
169 return true; // stop at last vsync in the buffe
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 286 vsyncBox = new JCheckBox("VSync?");
371 boolean vsync = vsyncBox.isSelected();
432 source.setVSync(vsync);
  /hardware/ti/omap4xxx/hwc/
hwc.c 1747 int vsync; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 963 if (!(monitor->vsync = Xcalloc(rep.nvsync, sizeof(SDL_NAME(XF86VidModeSyncRange))))) {
982 monitor->vsync[i].lo = (float)(syncrange & 0xFFFF) / 100.0;
983 monitor->vsync[i].hi = (float)(syncrange >> 16) / 100.0;
    [all...]
  /bionic/libc/kernel/common/linux/
videodev2.h 694 __u32 vsync; member in struct:v4l2_bt_timings
1795 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon555
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 989 __u32 vsync; \/* Vertical Sync length in lines *\/ member in struct:v4l2_bt_timings
2136 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon8226
    [all...]

Completed in 315 milliseconds