HomeSort by relevance Sort by last modified time
    Searched defs:mPreviewWidth (Results 1 - 19 of 19) 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 59 private int mPreviewWidth;
90 mPreviewWidth = previewWidth;
93 setupMosaicer(mPreviewWidth, mPreviewHeight, mPreviewBufferSize);
182 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
188 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
228 (mPreviewWidth / HR_TO_LR_DOWNSAMPLE_FACTOR) / WINDOW_SIZE;
FocusOverlayManager.java 83 private int mPreviewWidth; // The width of the preview frame layout.
155 if (mPreviewWidth != previewWidth || mPreviewHeight != previewHeight) {
156 mPreviewWidth = previewWidth;
177 if (mPreviewWidth != 0 && mPreviewHeight != 0) {
180 mPreviewWidth, mPreviewHeight);
353 int previewWidth = mPreviewWidth;
EffectsRecorder.java 143 private int mPreviewWidth;
439 mPreviewWidth = previewWidth;
612 "previewWidth", mPreviewWidth,
    [all...]
PanoramaModule.java 140 private int mPreviewWidth;
383 mPreviewWidth = w;
401 Log.v(TAG, "preview h = " + mPreviewHeight + " , w = " + mPreviewWidth);
402 parameters.setPreviewSize(mPreviewWidth, mPreviewHeight);
430 return (mPreviewWidth * mPreviewHeight * pixelInfo.bitsPerPixel / 8) + 32;
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
MosaicFrameProcessor.java 59 private int mPreviewWidth;
90 mPreviewWidth = previewWidth;
93 setupMosaicer(mPreviewWidth, mPreviewHeight, mPreviewBufferSize);
183 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
189 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth,
229 (mPreviewWidth / HR_TO_LR_DOWNSAMPLE_FACTOR) / WINDOW_SIZE;
FocusOverlayManager.java 78 private int mPreviewWidth; // The width of the preview frame layout.
161 if (mPreviewWidth != previewWidth || mPreviewHeight != previewHeight) {
162 mPreviewWidth = previewWidth;
179 if (mPreviewWidth != 0 && mPreviewHeight != 0) {
182 mPreviewWidth, mPreviewHeight);
350 if (mPreviewWidth == 0 || mPreviewHeight == 0) return;
505 initializeFocusAreas(mPreviewWidth / 2, mPreviewHeight / 2);
509 initializeMeteringAreas(mPreviewWidth / 2, mPreviewHeight / 2);
515 int areaSize = (int) (Math.min(mPreviewWidth, mPreviewHeight) * areaMultiple / 20);
516 int left = Util.clamp(x - areaSize, 0, mPreviewWidth - 2 * areaSize)
    [all...]
EffectsRecorder.java 144 private int mPreviewWidth;
440 mPreviewWidth = previewWidth;
613 "previewWidth", mPreviewWidth,
    [all...]
PhotoUI.java 93 private int mPreviewWidth = 0;
110 if (mPreviewWidth != width || mPreviewHeight != height) {
111 mPreviewWidth = width;
595 mPreviewWidth = 0;
PanoramaModule.java 140 private int mPreviewWidth;
385 mPreviewWidth = w;
403 Log.v(TAG, "preview h = " + mPreviewHeight + " , w = " + mPreviewWidth);
404 parameters.setPreviewSize(mPreviewWidth, mPreviewHeight);
432 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...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 686 int mPreviewWidth, mPreviewHeight;
  /device/lge/mako/camera/
QCameraHWI.h 697 int mPreviewWidth, mPreviewHeight;

Completed in 4196 milliseconds