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

  /hardware/qcom/display/msm8084/libqdutils/
display_config.h 51 uint32_t vsync_period; //nanoseconds member in struct:qdutils::DisplayAttributes_t
65 // i.e vsync_period = 1000000000l / fps
  /hardware/qcom/display/msm8226/libqdutils/
display_config.h 51 uint32_t vsync_period; //nanoseconds member in struct:qdutils::DisplayAttributes_t
65 // i.e vsync_period = 1000000000l / fps
  /hardware/qcom/display/msm8994/libqdutils/
display_config.h 73 uint32_t vsync_period; //nanoseconds member in struct:qdutils::DisplayAttributes_t
87 // i.e vsync_period = 1000000000l / fps
  /hardware/qcom/display/msm8996/libqdutils/
display_config.h 82 uint32_t vsync_period; //nanoseconds member in struct:qdutils::DisplayAttributes
89 DisplayAttributes() : vsync_period(0), xres(0), yres(0), xdpi(0.0f),
103 // i.e vsync_period = 1000000000l / fps
  /hardware/qcom/display/msm8909/libdisplayconfig/
DisplayConfig.h 70 uint32_t vsync_period = 0; //nanoseconds member in struct:display::DisplayAttributes
  /hardware/qcom/display/msm8909/libqdutils/
display_config.h 92 uint32_t vsync_period = 0; //nanoseconds member in struct:qdutils::DisplayAttributes
111 // i.e vsync_period = 1000000000l / fps
  /hardware/qcom/display/msm8909w_3100/libdisplayconfig/
DisplayConfig.h 70 uint32_t vsync_period = 0; //nanoseconds member in struct:display::DisplayAttributes
  /hardware/qcom/display/msm8909w_3100/libqdutils/
display_config.h 92 uint32_t vsync_period = 0; //nanoseconds member in struct:qdutils::DisplayAttributes
111 // i.e vsync_period = 1000000000l / fps
  /hardware/qcom/display/msm8998/libqdutils/
display_config.h 92 uint32_t vsync_period = 0; //nanoseconds member in struct:qdutils::DisplayAttributes
111 // i.e vsync_period = 1000000000l / fps
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 72 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 386 auto vsync_period = get_attr(HWC2_ATTRIBUTE_VSYNC_PERIOD, "vsync period"); local
387 if (vsync_period) {
388 params.vsync_period_ns = *vsync_period;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 78 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.cpp 362 int32_t vsync_period = 1000000000l / 60; local
366 hwc_display_[disp]->GetDisplayAttributes(0, &attribute, &vsync_period);
369 return vsync_period;
1638 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.cpp 1536 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1555 int32_t vsync_period = 1000000000l \/ 60; local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.cpp 362 int32_t vsync_period = 1000000000l / 60; local
366 hwc_display_[disp]->GetDisplayAttributes(0, &attribute, &vsync_period);
369 return vsync_period;
1638 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.cpp 1452 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1471 int32_t vsync_period = 1000000000l \/ 60; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 343 int32_t vsync_period = 1000000000l / 60; local
347 hwc_display_[disp]->GetDisplayAttributes(0, &attribute, &vsync_period);
350 return vsync_period;
1500 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 1537 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1555 int32_t vsync_period = 1000000000l \/ 60; local
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 1586 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1604 int32_t vsync_period = 1000000000l \/ 60; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 79 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 87 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes

Completed in 398 milliseconds