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

/packages/apps/Camera/src/com/android/camera/panorama/
H A DMosaicFrameProcessor.java63 private int mPreviewWidth; field in class:MosaicFrameProcessor
74 mPreviewWidth = previewWidth;
88 setupMosaicer(mPreviewWidth, mPreviewHeight, mPreviewBufferSize);
180 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
186 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
228 (mPreviewWidth / HR_TO_LR_DOWNSAMPLE_FACTOR) / mTotalDeltaTime;
H A DPanoramaActivity.java151 private int mPreviewWidth; field in class:PanoramaActivity
388 mPreviewWidth = w;
406 Log.v(TAG, "preview h = " + mPreviewHeight + " , w = " + mPreviewWidth);
407 parameters.setPreviewSize(mPreviewWidth, mPreviewHeight);
435 return (mPreviewWidth * mPreviewHeight * pixelInfo.bitsPerPixel / 8) + 32;
995 mPreviewWidth, mPreviewHeight, getPreviewBufSize());
1113 // can always get undistorted mPreviewWidth x mPreviewHeight image data
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DOverlayTitleEditor.java51 private int mPreviewWidth, mPreviewHeight; field in class:OverlayTitleEditor
99 mPreviewWidth = dbo.outWidth;
124 mPreviewWidth, mPreviewHeight);
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java85 private int mPreviewWidth; field in class:EffectsRecorder
262 mPreviewWidth = previewWidth;
434 + mPreviewWidth + ", " + mPreviewHeight);
439 "previewWidth", mPreviewWidth,

Completed in 38 milliseconds