HomeSort by relevance Sort by last modified time
    Searched refs:vsync_period (Results 26 - 50 of 51) sorted by null

12 3

  /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/msm8960/libexternal/
external.cpp 693 mHwcContext->dpyAttr[mExtDpyNum].vsync_period =
706 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].vsync_period =
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 111 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period);
hwc_utils.h 79 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
hwc.cpp 819 values[i] = ctx->dpyAttr[disp].vsync_period;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 72 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
hwc.cpp 542 values[i] = ctx->dpyAttr[disp].vsync_period;
hwc_utils.cpp 97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
    [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/sdm845/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;
1647 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_session.cpp 1574 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY)); local
1592 int32_t vsync_period = 1000000000l \/ 60; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qclient.cpp 123 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period);
hwc_utils.h 93 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
hwc.cpp 839 values[i] = ctx->dpyAttr[disp].vsync_period;
    [all...]
hwc_utils.cpp 159 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod();
256 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period =
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 122 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period);
hwc_utils.h 87 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
hwc.cpp 857 hotPluggable ? refresh : ctx->dpyAttr[disp].vsync_period;
    [all...]
hwc_utils.cpp 131 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod();
233 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period =
    [all...]
  /hardware/qcom/display/msm8084/libexternal/
external.cpp 610 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].vsync_period =
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 78 uint32_t vsync_period; //nanos member in struct:qhwc::DisplayAttributes
hwc.cpp 789 values[i] = ctx->dpyAttr[disp].vsync_period;
hwc_utils.cpp 167 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period =
    [all...]
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 630 mHwcContext->dpyAttr[HWC_DISPLAY_EXTERNAL].vsync_period =

Completed in 518 milliseconds

12 3