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

  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 168 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/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/Camera/src/com/android/camera/
EffectsRecorder.java 85 private int mPreviewWidth;
262 mPreviewWidth = previewWidth;
434 + mPreviewWidth + ", " + mPreviewHeight);
439 "previewWidth", mPreviewWidth,
    [all...]

Completed in 261 milliseconds