/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_oracle_unittest.cc | 14 void SteadyStateSampleAndAdvance(base::TimeDelta vsync, 21 *t += vsync; 25 void SteadyStateNoSampleAndAdvance(base::TimeDelta vsync, 30 *t += vsync; 68 const base::TimeDelta vsync = base::TimeDelta::FromSeconds(1) / 60; local 77 // Steady state, we should capture every other vsync, indefinitely. 80 SteadyStateSampleAndAdvance(vsync, &sampler, &t); 81 SteadyStateNoSampleAndAdvance(vsync, &sampler, &t); 91 t += vsync; 99 SteadyStateSampleAndAdvance(vsync, &sampler, &t) 108 const base::TimeDelta vsync = base::TimeDelta::FromSeconds(1) \/ 50; local 154 const base::TimeDelta vsync = base::TimeDelta::FromSeconds(1) \/ 75; local 204 const base::TimeDelta vsync = base::TimeDelta::FromSeconds(1) \/ 30; local 240 const base::TimeDelta vsync = base::TimeDelta::FromSeconds(1) \/ 24; local [all...] |
/frameworks/native/include/gui/ |
DisplayEventReceiver.h | 55 struct VSync { 65 VSync vsync; member in union:android::DisplayEventReceiver::Event::__anon30421 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/msm8960/libhwcomposer/ |
hwc_uevents.cpp | 56 int vsync = 0; local
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_uevents.cpp | 57 int vsync = 0; local
|
/hardware/qcom/display/msm8x26/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:__anon25119
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 139 mCBContext->procs.vsync = &hook_vsync; 148 // don't need a vsync thread if we have a hardware composer 150 // always turn vsync off when we start 179 ALOGW("getting VSYNC period from fb HAL: %lld", disp.refresh); 183 ALOGW("getting VSYNC period from thin air: %lld", 194 // we don't have VSYNC support, we need to fake it 271 ctx->hwc->vsync(disp, timestamp); 285 void HWComposer::vsync(int disp, int64_t timestamp) { function in class:android::HWComposer 290 // There have been reports of HWCs that signal several vsync events 295 ALOGW("Ignoring duplicate VSYNC event from HWC (t=%lld)" [all...] |
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 389 * (*vsync)() is called by the h/w composer HAL when a vsync event is 393 * the "disp" parameter indicates which display the vsync event is for. 395 * nanosecond of when the vsync event happened. 397 * vsync() is GUARANTEED TO NOT CALL BACK into the h/w composer HAL. 399 * It is expected that vsync() is called from a thread of at least 405 * can either stop or continue to process VSYNC events, but must not 408 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::__anon32247 [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::__anon646 [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::__anon20279 [all...] |
/hardware/qcom/msm8x74/kernel-headers/linux/ |
videodev2.h | 731 __u32 vsync; member in struct:v4l2_bt_timings 2132 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon31944 [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
videodev2.h | 1040 __u32 vsync; \/* Vertical Sync length in lines *\/ member in struct:v4l2_bt_timings 2504 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon32005 [all...] |