/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc.cpp | 80 // the uevent & vsync threads 249 ALOGE("Display is blanked - Cannot %s vsync", 261 ALOGD_IF (VSYNC_DEBUG, "VSYNC state changed to %s",
|
hwc_uevents.cpp | 56 int vsync = 0; local
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc.cpp | 80 // the uevent & vsync threads 250 ALOGE("Display is blanked - Cannot %s vsync", 262 ALOGD_IF (VSYNC_DEBUG, "VSYNC state changed to %s",
|
hwc_uevents.cpp | 56 int vsync = 0; local
|
/external/chromium_org/chrome/test/perf/frame_rate/ |
frame_rate_tests.cc | 290 // Tests for animated 2D canvas content with and without disabling vsync 311 // tests are run with and without Vsync
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 263 // this class is only used to fake the VSync event on systems that don't 299 inline void vsync(int disp, int64_t timestamp);
|
/cts/tests/tests/view/src/android/view/cts/ |
DisplayRefreshRateTest.java | 37 * achieved by vsync-limited eglSwapBuffers(). The primary goal is to test
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/java/com/example/android/basicmediadecoder/ |
MainActivity.java | 138 // recieves VSYNC events.
|
/developers/samples/android/media/BasicMediaDecoder/BasicMediaDecoderSample/src/main/java/com/example/android/basicmediadecoder/ |
MainActivity.java | 138 // recieves VSYNC events.
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.basicmediadecoder/ |
MainActivity.java | 138 // recieves VSYNC events.
|
/external/chromium_org/content/common/gpu/ |
image_transport_surface.h | 207 // If updated vsync parameters can be determined, send this information to
|
/external/chromium_org/ui/gfx/ozone/ |
surface_factory_ozone.h | 126 // operations (e.g. opening a file descriptor providing vsync events) that
|
/external/chromium_org/ui/gl/ |
gl_context_glx.cc | 195 "Could not disable vsync: driver does not "
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
AppSettings.java | 140 defaults.put("VSync", false); 536 putBoolean("VSync", value); 672 * Get the vsync state 676 return getBoolean("VSync");
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86vmode.h | 142 SDL_NAME(XF86VidModeSyncRange)* vsync; member in struct:__anon25119
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios.c | 841 Vsync(); 918 Vsync(); 962 Vsync(); 1068 Vsync();
|
/frameworks/base/core/java/android/os/ |
UEventObserver.java | 94 * for each vsync period.
|
/frameworks/native/services/surfaceflinger/ |
EventThread.h | 62 // count >= 1 : continuous event. count is the vsync rate
|
FrameTracker.h | 145 // particular range of vsync periods. Element n of the array stores the
|
SurfaceFlinger.cpp | 98 // This is the phase offset in nanoseconds of the software vsync event 99 // relative to the vsync event reported by HWComposer. The software vsync 105 // image is displayed. This value may be either positive (after the HW vsync) 106 // or negative (before the HW vsync). Setting it to 0 will result in a 107 // minimum latency of two vsync periods because the app and SurfaceFlinger 108 // will run just after the HW vsync. Setting it to a positive number will 115 // the latency will end up being an additional vsync period, and animations 460 ALOGE("error registering vsync callback: %s (%d)", 468 ALOGE("error unregistering vsync callback: %s (%d)" [all...] |
/frameworks/rs/ |
rsThreadIO.cpp | 178 // We want to finish processing fifo events before processing the vsync.
|
/hardware/libhardware/include/hardware/ |
fb.h | 110 * The buffer is shown during the next VSYNC.
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayRotator.cpp | 97 //Can happen if rotation takes > vsync and a fast producer. i.e queue
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_uevents.cpp | 57 int vsync = 0; local
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayRotator.cpp | 97 //Can happen if rotation takes > vsync and a fast producer. i.e queue
|