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

  /frameworks/native/include/gui/
DisplayEventReceiver.h 53 struct VSync {
59 VSync vsync; member in union:android::DisplayEventReceiver::Event::__anon17221
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/DisplayHardware/
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
  /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
  /device/samsung/crespo/libhwcomposer/
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)
SecHWCUtils.h 93 int vsync; member in struct:hwc_win_info_t
  /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
  /hardware/ti/omap4xxx/hwc/
hwc.c 1747 int vsync; local
    [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 322 milliseconds