HomeSort by relevance Sort by last modified time
    Searched refs:vsync_period (Results 1 - 25 of 48) sorted by null

1 2

  /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
display_config.cpp 66 dpyattr.vsync_period = outParcel.readInt32();
  /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
display_config.cpp 66 dpyattr.vsync_period = outParcel.readInt32();
  /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
display_config.cpp 76 dpyattr.vsync_period = outParcel.readInt32();
250 dpyattr.vsync_period = outParcel.readInt32();
  /hardware/qcom/display/msm8909/libqdutils/
display_config.h 67 uint32_t vsync_period; //nanoseconds member in struct:qdutils::DisplayAttributes_t
81 // i.e vsync_period = 1000000000l / fps
display_config.cpp 66 dpyattr.vsync_period = outParcel.readInt32();
  /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
display_config.cpp 66 dpyattr.vsync_period = outParcel.readInt32();
  /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
display_config.cpp 76 dpyattr.vsync_period = outParcel.readInt32();
250 dpyattr.vsync_period = outParcel.readInt32();
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 112 ctx->dpyAttr[dpy].vsync_period
113 = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period;
225 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
237 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
360 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
395 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
hwc_qclient.cpp 110 outParcel->writeInt32(ctx->dpyAttr[dpy].vsync_period);
hwc_uevents.cpp 226 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 123 ctx->dpyAttr[dpy].vsync_period
124 = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period;
254 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
277 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
398 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
433 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
hwc_uevents.cpp 155 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
234 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_virtual.cpp 91 ctx->dpyAttr[dpy].vsync_period
92 = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period;
hwc_uevents.cpp 162 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 91 ctx->dpyAttr[dpy].vsync_period
92 = ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period;
hwc_uevents.cpp 162 usleep(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period
  /hardware/qcom/display/msm8084/libvirtual/
virtual.cpp 186 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].vsync_period =
  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 204 mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].vsync_period =
  /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 =

Completed in 345 milliseconds

1 2