HomeSort by relevance Sort by last modified time
    Searched refs:getVsyncPeriod (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/include/
VideoFrameScheduler.h 40 nsecs_t getVsyncPeriod();
  /hardware/qcom/display/msm8909/libhdmi/
hdmi.h 61 uint32_t getVsyncPeriod() const { return mVsyncPeriod; };
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 61 uint32_t getVsyncPeriod() const { return mVsyncPeriod; };
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 382 nsecs_t VideoFrameScheduler::getVsyncPeriod() {
MediaSync.cpp 545 int64_t twoVsyncsUs = 2 * (mFrameScheduler->getVsyncPeriod() / 1000);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 196 nsecs_t getVsyncPeriod() const { return mVsyncPeriod; }
HWComposer.cpp 289 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod();
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 754 info.fps = 1e9 / hwConfig->getVsyncPeriod();
769 info.presentationDeadline = hwConfig->getVsyncPeriod() -
    [all...]
Layer.cpp 156 nsecs_t displayPeriod = activeConfig->getVsyncPeriod();
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp     [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 159 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod();
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 131 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod();
    [all...]

Completed in 265 milliseconds