Home | History | Annotate | Download | only in libqdutils

Lines Matching refs:mPanelInfo

111     char getPanelType() {return mPanelInfo.mType;}
127 bool isPartialUpdateEnabled() { return mPanelInfo.mPartialUpdateEnable; }
128 int getLeftAlign() { return mPanelInfo.mLeftAlign; }
129 int getWidthAlign() { return mPanelInfo.mWidthAlign; }
130 int getTopAlign() { return mPanelInfo.mTopAlign; }
131 int getHeightAlign() { return mPanelInfo.mHeightAlign; }
132 int getMinROIWidth() { return mPanelInfo.mMinROIWidth; }
133 int getMinROIHeight() { return mPanelInfo.mMinROIHeight; }
134 bool needsROIMerge() { return mPanelInfo.mNeedsROIMerge; }
138 bool isDynFpsSupported() { return mPanelInfo.mDynFpsSupported; }
139 uint32_t getMinFpsSupported() { return mPanelInfo.mMinFps; }
140 uint32_t getMaxFpsSupported() { return mPanelInfo.mMaxFps; }
174 PanelInfo mPanelInfo;