HomeSort by relevance Sort by last modified time
    Searched full:vsync (Results 226 - 250 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 109 // the uevent & vsync threads
397 ALOGD_IF (VSYNC_DEBUG, "VSYNC state changed to %s",
518 ALOGD("%s: setting power mode to previous active mode and enabling vsync",
862 dumpsys_log(aBuf, " Vsync is being faked!!\n");
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.cpp 95 //Can happen if rotation takes > vsync and a fast producer. i.e queue
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 98 //Can happen if rotation takes > vsync and a fast producer. i.e queue
  /hardware/qcom/display/msm8996/libqdutils/
display_config.h 102 // Get display vsync period which is in nanoseconds
  /hardware/qcom/display/msm8998/libqdutils/
display_config.h 110 // Get display vsync period which is in nanoseconds
  /hardware/qcom/display/sdm845/libqdutils/
display_config.h 110 // Get display vsync period which is in nanoseconds
  /system/core/adb/
framebuffer_service.cpp 36 ** - sync with vsync to avoid tearing
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 448 HWC2::Error HWCDisplay::SetVsyncEnabled(HWC2::Vsync enabled) {
457 if (enabled == HWC2::Vsync::Enable)
459 else if (enabled == HWC2::Vsync::Disable)
683 DisplayError HWCDisplay::VSync(const DisplayEventVSync &vsync) {
684 callbacks_->Vsync(id_, vsync.timestamp);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 65 * phase the test will become with respect to the actual vsync timing.
343 // Update our vsync rate guess every frame so that, if we start with a
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 153 } else if (strcmp(sensor, "vsync") == 0) {
375 printf(" flat|anymo|nomo|sigmo|gesture|hall|vsync\n");
  /docs/source.android.com/en/devices/graphics/
index.html 123 one of which is VSYNC (another is hotplug for plug-and-playHDMI support).</p>
207 <a href="/devices/graphics/implement-vsync.html#explicit_synchronization">Explicit
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 484 void SkOSWindow::setVsync(bool vsync) {
486 int swapInterval = vsync ? 1 : 0;
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 429 if ((settings_.vsync && m == VK_PRESENT_MODE_MAILBOX_KHR) ||
430 (!settings_.vsync && m == VK_PRESENT_MODE_IMMEDIATE_KHR)) {
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.h 297 // this class is only used to fake the VSync event on systems that don't
333 inline void vsync(int disp, int64_t timestamp);
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 85 // explicitly disable vsync
334 * spurious vsync events.
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 69 //single vsync in HWC
345 //Enable vsync
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 69 //single vsync in HWC
346 //Enable vsync
  /hardware/qcom/display/msm8909/libgralloc/
framebuffer.cpp 62 //single vsync in HWC
361 //Enable vsync
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 69 //single vsync in HWC
330 //Enable vsync
  /hardware/qcom/display/msm8994/libgralloc/
framebuffer.cpp 70 //single vsync in HWC
369 //Enable vsync
  /hardware/qcom/display/msm8996/libgralloc/
framebuffer.cpp 61 //single vsync in HWC
359 //Enable vsync
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.cpp 624 HWC2::Error HWCDisplay::SetVsyncEnabled(HWC2::Vsync enabled) {
626 ATRACE_INT("SetVsyncState ", enabled == HWC2::Vsync::Enable ? 1 : 0);
634 if (enabled == HWC2::Vsync::Enable)
636 else if (enabled == HWC2::Vsync::Disable)
895 DisplayError HWCDisplay::VSync(const DisplayEventVSync &vsync) {
896 callbacks_->Vsync(id_, vsync.timestamp);
    [all...]
  /hardware/qcom/display/sdm845/libgralloc/
framebuffer.cpp 63 //single vsync in HWC
363 //Enable vsync
  /prebuilts/misc/windows/sdl2/include/
SDL_hints.h 124 * "0" - Disable vsync
125 * "1" - Enable vsync
  /cts/hostsidetests/incident/src/com/android/server/cts/
GraphicsStatsValidationTest.java 110 // 10 of them to be daveyjrs, and 20 to jank from missed vsync (from the davey/daveyjr prior to it)

Completed in 810 milliseconds

1 2 3 4 5 6 7 8 91011>>