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

  /hardware/qcom/display/msm8994/libqdutils/
mdp_version.h 97 uint32_t mMaxFps; // Max fps supported by panel
101 mDynFpsSupported(0), mMinFps(0), mMaxFps(0) {}
140 uint32_t getMaxFpsSupported() { return mPanelInfo.mMaxFps; }
mdp_version.cpp 247 mPanelInfo.mMaxFps = atoi(tokens[1]);
248 ALOGI("Max Panel fps: %d", mPanelInfo.mMaxFps);
  /frameworks/av/include/media/stagefright/
ACodec.h 262 float mMaxFps;
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 515 mMaxFps(-1),
    [all...]

Completed in 133 milliseconds