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