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

  /frameworks/native/include/gui/
DisplayEventReceiver.h 55 struct VSync {
65 VSync vsync; member in union:android::DisplayEventReceiver::Event::__anon20064
73 * SurfaceFlinger. VSync events are disabled by default. Call setVSyncRate
116 * setVsyncRate() sets the Event::VSync delivery rate. A value of
117 * 1 returns every Event::VSync. A value of 2 returns every other event,
124 * requestNextVsync() schedules the next Event::VSync. It has no effect
125 * if the vsync rate is > 0.
  /hardware/qcom/display/libhwcomposer/
hwc_uevents.cpp 56 int vsync = 0; local
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmode.h 142 SDL_NAME(XF86VidModeSyncRange)* vsync; member in struct:__anon13451
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 143 mCBContext->procs.vsync = &hook_vsync;
152 // don't need a vsync thread if we have a hardware composer
154 // always turn vsync off when we start
183 ALOGW("getting VSYNC period from fb HAL: %lld", disp.refresh);
187 ALOGW("getting VSYNC period from thin air: %lld",
198 // we don't have VSYNC support, we need to fake it
275 ctx->hwc->vsync(disp, timestamp);
289 void HWComposer::vsync(int disp, int64_t timestamp) { function in class:android::HWComposer
290 ATRACE_INT("VSYNC", ++mVSyncCount&1);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 359 * (*vsync)() is called by the h/w composer HAL when a vsync event is
363 * the "disp" parameter indicates which display the vsync event is for.
365 * nanosecond of when the vsync event happened.
367 * vsync() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL.
369 * It is expected that vsync() is called from a thread of at least
375 * can either stop or continue to process VSYNC events, but must not
378 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp); member in struct:hwc_procs
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 1000 bool vsync = mParent->mSensor->waitForVSync(kWaitPerLoop); local
1001 if (!vsync) return true;
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 1800 int vsync; local
    [all...]
  /hardware/samsung_slsi/exynos5/include/
videodev2.h 1039 __u32 vsync; \/* Vertical Sync length in lines *\/ member in struct:v4l2_bt_timings
2272 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon21197
    [all...]
  /bionic/libc/kernel/common/linux/
videodev2.h 719 __u32 vsync; member in struct:v4l2_bt_timings
2020 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon596
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 1030 __u32 vsync; \/* Vertical Sync length in lines *\/ member in struct:v4l2_bt_timings
2389 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon10035
    [all...]

Completed in 192 milliseconds