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

  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_vsync.h 26 uint32_t vsync_period_ns; member in struct:DvrVsync
41 int dvrVSyncClientGetSchedInfo(DvrVSyncClient* client, int64_t* vsync_period_ns,
dvr_api.h 63 uint32_t vsync_period_ns; member in struct:DvrNativeDisplayMetrics
255 int64_t* vsync_period_ns,
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
HWC2OnFbAdapter.h 49 int vsync_period_ns; member in struct:android::HWC2OnFbAdapter::Info
  /device/google/cuttlefish_common/guest/hals/hwcomposer/
hwcomposer.cpp 84 int32_t vsync_period_ns; member in struct:__anon2011::vsoc_hwc_device
107 timestamp += pdev->vsync_period_ns -
108 (timestamp - base_timestamp) % pdev->vsync_period_ns;
216 *value = pdev->vsync_period_ns;
313 dev->vsync_period_ns = 1000000000 / refreshRate;
  /frameworks/native/libs/vr/libvrflinger/
vsync_service.cpp 156 int64_t vsync_period_ns = 0; local
163 vsync_period_ns = 20000000;
168 vsync_period_ns = current_vsync_ - last_vsync_;
172 vsync_period_ns = std::min(vsync_period_ns, INT64_C(20000000));
173 next_warp = current_vsync_ + vsync_period_ns - compositor_time_ns_;
176 next_warp += vsync_period_ns;
181 return {{vsync_period_ns, next_warp, next_vsync_count}};
hardware_composer.h 52 int vsync_period_ns; member in struct:android::dvr::DisplayParams
  /device/generic/goldfish/hwcomposer/
hwcomposer.cpp 32 int32_t vsync_period_ns; // constant after init member in struct:ranchu_hwc_composer_device_1
125 value[0] = pdev->vsync_period_ns;
188 return pdev->vsync_period_ns;
247 wait_time.tv_nsec = pdev->vsync_period_ns;
320 pdev->vsync_period_ns = 1000*1000*1000/60; // vsync is 60 hz
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
hwcomposer.cpp 85 int32_t vsync_period_ns; member in struct:vsoc_hwc_composer_device_1_t
325 value[0] = pdev->vsync_period_ns;
368 timestamp += pdev->vsync_period_ns -
369 (timestamp - base_timestamp) % pdev->vsync_period_ns;
436 return pdev->vsync_period_ns;
501 dev->vsync_period_ns = 1000000000 / refreshRate;
529 new ComposerType(dev->vsync_base_timestamp, dev->vsync_period_ns);
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
display_protocol.h 31 uint32_t vsync_period_ns; member in struct:android::dvr::display::Metrics
48 display_x_dpi, display_y_dpi, vsync_period_ns,
261 int64_t vsync_period_ns; member in struct:android::VSyncSchedInfo
266 PDX_SERIALIZABLE_MEMBERS(VSyncSchedInfo, vsync_period_ns, timestamp_ns,
  /hardware/qcom/display/msm8996/sdm/include/core/
display_interface.h 142 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msm8909/sdm/include/core/
display_interface.h 170 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msm8909w_3100/sdm/include/core/
display_interface.h 170 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msm8998/sdm/include/core/
display_interface.h 164 uint32_t vsync_period_ns = 0; //!< VSync period in nanoseconds. member in struct:sdm::DisplayConfigVariableInfo

Completed in 917 milliseconds