HomeSort by relevance Sort by last modified time
    Searched refs:mPreviewWidth (Results 1 - 25 of 34) sorted by null

1 2

  /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;
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...]
EffectsRecorder.java 143 private int mPreviewWidth;
439 mPreviewWidth = previewWidth;
612 "previewWidth", mPreviewWidth,
    [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);
  /hardware/ti/omap4-aah/camera/inc/
ANativeWindowDisplayAdapter.h 168 uint32_t mPreviewWidth;
BufferSourceAdapter.h 213 uint32_t mPreviewWidth;
CameraHal.h 797 int mPreviewWidth;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 167 uint32_t mPreviewWidth;
  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 74 private int mPreviewWidth = 0;
113 if (mPreviewWidth != width || mPreviewHeight != height) {
114 mPreviewWidth = width;
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 85 private int mPreviewWidth;
262 mPreviewWidth = previewWidth;
434 + mPreviewWidth + ", " + mPreviewHeight);
439 "previewWidth", mPreviewWidth,
    [all...]
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 103 mPreviewWidth = 0;
330 mPreviewWidth = width;
333 CAMHAL_LOGVB("mPreviewWidth = %d mPreviewHeight = %d", mPreviewWidth, mPreviewHeight);
395 mPreviewWidth = 0;
1059 xOff + mPreviewWidth, yOff + mPreviewHeight);
1064 xOff + mPreviewWidth, yOff + mPreviewHeight);
    [all...]
AppCallbackNotifier.cpp 813 mPreviewWidth,
837 mPreviewWidth,
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 173 mPreviewWidth = 0;
406 mPreviewWidth = width;
409 CAMHAL_LOGVB("mPreviewWidth = %d mPreviewHeight = %d", mPreviewWidth, mPreviewHeight);
467 mPreviewWidth = 0;
1087 xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
1091 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
    [all...]
CameraHal.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 357 private final int mPreviewWidth;
444 mPreviewWidth = panelWidth;
461 data.previewWidth = mPreviewWidth;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp     [all...]
QCameraHWI.cpp     [all...]
QCameraHWI.h 698 int mPreviewWidth, mPreviewHeight;
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 739 previewBufSize = ((mHalCamCtrl->mPreviewWidth+15)/16) * 16 * mHalCamCtrl->mPreviewHeight
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 685 int mPreviewWidth, mPreviewHeight;
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 772 int mPreviewWidth, mPreviewHeight;
    [all...]

Completed in 553 milliseconds

1 2