Searched refs:previewWidth (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCallbackProcessor.cpp133 if (currentWidth != (uint32_t)params.previewWidth ||
154 params.previewWidth, params.previewHeight,
157 params.previewWidth, params.previewHeight, callbackFormat,
317 if (imgBuffer.width != static_cast<uint32_t>(l.mParameters.previewWidth) ||
321 l.mParameters.previewWidth, l.mParameters.previewHeight,
H A DParameters.cpp96 previewWidth = 0;
101 if (newWidth >= previewWidth && newHeight >= previewHeight &&
107 previewWidth = newWidth;
113 if (previewWidth == 0) {
117 videoWidth = previewWidth;
120 params.setPreviewSize(previewWidth, previewHeight);
124 previewWidth, previewHeight));
1201 newParams.getPreviewSize(&validatedParams.previewWidth,
1204 if (validatedParams.previewWidth != previewWidth ||
[all...]
H A DStreamingProcessor.cpp177 if (currentWidth != (uint32_t)params.previewWidth ||
181 params.previewWidth, params.previewHeight);
201 params.previewWidth, params.previewHeight,
H A DParameters.h50 int previewWidth, previewHeight; member in struct:android::camera2::Parameters
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java81 int previewWidth; field in class:SaveImageInBackgroundData
140 int previewWidth = data.previewWidth;
151 Bitmap picture = Bitmap.createBitmap(previewWidth, previewHeight, data.image.getConfig());
152 matrix.setTranslate((previewWidth - mImageWidth) / 2, (previewHeight - mImageHeight) / 2);
517 data.previewWidth = mPreviewWidth;
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1162 final int previewWidth = preview.getWidth() - preview.getPaddingLeft()
1168 if (targetWidth > previewWidth) {
1169 target.setScaleX((float) previewWidth / targetWidth);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp164 p.previewWidth, p.previewHeight);

Completed in 1821 milliseconds