Searched refs:mPreviewWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h81 mPreviewWidth(NOT_SET),
682 if (hw->mPreviewWidth != NOT_SET) {
684 hw->mPreviewWidth, hw->mPreviewHeight);
707 hw->mPreviewWidth = width;
794 int mPreviewWidth; member in class:android::CameraHardwareInterface
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java408 private final int mPreviewWidth; field in class:GlobalScreenshot
500 mPreviewWidth = panelWidth;
517 data.previewWidth = mPreviewWidth;

Completed in 941 milliseconds