HomeSort by relevance Sort by last modified time
    Searched defs:mPreviewWidth (Results 1 - 12 of 12) sorted by null

  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 167 uint32_t mPreviewWidth;
CameraHal.h     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayTitleEditor.java 51 private int mPreviewWidth, mPreviewHeight;
99 mPreviewWidth = dbo.outWidth;
124 mPreviewWidth, mPreviewHeight);
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 86 int mPreviewWidth;
  /packages/apps/Camera/src/com/android/camera/
MosaicFrameProcessor.java 62 private int mPreviewWidth;
93 mPreviewWidth = previewWidth;
96 setupMosaicer(mPreviewWidth, mPreviewHeight, mPreviewBufferSize);
192 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
198 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
240 (mPreviewWidth / HR_TO_LR_DOWNSAMPLE_FACTOR) / mTotalDeltaTime;
EffectsRecorder.java 78 private int mPreviewWidth;
263 mPreviewWidth = previewWidth;
434 "previewWidth", mPreviewWidth,
    [all...]
FocusManager.java 86 private int mPreviewWidth; // The width of the preview frame layout.
157 if (mPreviewWidth != previewWidth || mPreviewHeight != previewHeight) {
158 mPreviewWidth = previewWidth;
163 int len = Math.min(mPreviewWidth, mPreviewHeight) / 4;
185 if (mPreviewWidth != 0 && mPreviewHeight != 0) {
188 mPreviewWidth, mPreviewHeight);
322 int previewWidth = mPreviewWidth;
PanoramaActivity.java 130 private int mPreviewWidth;
402 mPreviewWidth = w;
420 Log.v(TAG, "preview h = " + mPreviewHeight + " , w = " + mPreviewWidth);
421 parameters.setPreviewSize(mPreviewWidth, mPreviewHeight);
449 return (mPreviewWidth * mPreviewHeight * pixelInfo.bitsPerPixel / 8) + 32;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 63 private int mPreviewWidth;
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;
PanoramaActivity.java 151 private int mPreviewWidth;
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;
    [all...]
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 60 private int mPreviewWidth;
179 mPreviewWidth = dimensions[0];
191 mAppWidgetFrame.addView(mAppWidgetView, mPreviewWidth, mPreviewHeight);
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 85 private int mPreviewWidth;
262 mPreviewWidth = previewWidth;
434 + mPreviewWidth + ", " + mPreviewHeight);
439 "previewWidth", mPreviewWidth,
    [all...]

Completed in 1098 milliseconds