Searched defs:vsync_period (Results 1 - 20 of 20) sorted by relevance

/hardware/qcom/display/msm8084/libqdutils/
H A Ddisplay_config.h51 uint32_t vsync_period; //nanoseconds member in struct:qdutils::DisplayAttributes_t
65 // i.e vsync_period = 1000000000l / fps
/hardware/qcom/display/msm8226/libqdutils/
H A Ddisplay_config.h51 uint32_t vsync_period; //nanoseconds member in struct:qdutils::DisplayAttributes_t
65 // i.e vsync_period = 1000000000l / fps
/hardware/qcom/display/msm8994/libqdutils/
H A Ddisplay_config.h73 uint32_t vsync_period; //nanoseconds member in struct:qdutils::DisplayAttributes_t
87 // i.e vsync_period = 1000000000l / fps
/hardware/qcom/display/msm8996/libqdutils/
H A Ddisplay_config.h82 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/
H A DDisplayConfig.h70 uint32_t vsync_period = 0; //nanoseconds member in struct:display::DisplayAttributes
/hardware/qcom/display/msm8909/libqdutils/
H A Ddisplay_config.h92 uint32_t vsync_period = 0; //nanoseconds member in struct:qdutils::DisplayAttributes
111 // i.e vsync_period = 1000000000l / fps
/hardware/qcom/display/msm8909w_3100/libdisplayconfig/
H A DDisplayConfig.h70 uint32_t vsync_period = 0; //nanoseconds member in struct:display::DisplayAttributes
/hardware/qcom/display/msm8909w_3100/libqdutils/
H A Ddisplay_config.h92 uint32_t vsync_period = 0; //nanoseconds member in struct:qdutils::DisplayAttributes
111 // i.e vsync_period = 1000000000l / fps
/hardware/qcom/display/msm8998/libqdutils/
H A Ddisplay_config.h92 uint32_t vsync_period = 0; //nanoseconds member in struct:qdutils::DisplayAttributes
111 // i.e vsync_period = 1000000000l / fps
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h72 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h78 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_session.cpp343 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
1501 usleep(vsync_period * 2 / 1000);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h79 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_session.cpp362 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
1639 usleep(vsync_period * 2 / 1000);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_session.cpp1536 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1537 usleep(vsync_period * 2 / 1000);
1555 int32_t vsync_period = 1000000000l / 60; local
1559 hwc_display_[disp]->GetDisplayAttribute(0, attribute, &vsync_period);
1562 return vsync_period;
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_session.cpp362 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
1639 usleep(vsync_period * 2 / 1000);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_session.cpp1452 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1453 usleep(vsync_period * 2 / 1000);
1471 int32_t vsync_period = 1000000000l / 60; local
1475 hwc_display_[disp]->GetDisplayAttribute(0, attribute, &vsync_period);
1478 return vsync_period;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h87 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.cpp1537 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1538 usleep(vsync_period * 2 / 1000);
1555 int32_t vsync_period = 1000000000l / 60; local
1559 hwc_display_[disp]->GetDisplayAttribute(0, attribute, &vsync_period);
1562 return vsync_period;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.cpp1586 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1587 usleep(vsync_period * 2 / 1000);
1604 int32_t vsync_period = 1000000000l / 60; local
1608 hwc_display_[disp]->GetDisplayAttribute(0, attribute, &vsync_period);
1611 return vsync_period;

Completed in 413 milliseconds