HomeSort by relevance Sort by last modified time
    Searched defs:mPreviewWidth (Results 1 - 17 of 17) 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);
  /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/Camera2/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 79 private int mPreviewWidth; // The width of the preview frame layout.
162 if (mPreviewWidth != previewWidth || mPreviewHeight != previewHeight) {
163 mPreviewWidth = previewWidth;
180 if (mPreviewWidth != 0 && mPreviewHeight != 0) {
183 mPreviewWidth, mPreviewHeight);
355 if (mPreviewWidth == 0 || mPreviewHeight == 0) return;
510 initializeFocusAreas(mPreviewWidth / 2, mPreviewHeight / 2);
521 int left = CameraUtil.clamp(x - areaSize / 2, 0, mPreviewWidth - areaSize);
532 return Math.max(mPreviewWidth, mPreviewHeight) / 8;
PhotoUI.java 106 private int mPreviewWidth = 0;
129 if (mPreviewWidth != width || mPreviewHeight != height) {
130 mPreviewWidth = width;
262 if (mPreviewWidth != 0 && mPreviewHeight != 0) {
264 setTransformMatrix(mPreviewWidth, mPreviewHeight);
VideoUI.java 97 private int mPreviewWidth = 0;
109 setTransformMatrix(mPreviewWidth, mPreviewHeight);
129 if (mPreviewWidth != width || mPreviewHeight != height) {
130 mPreviewWidth = width;
253 return mPreviewWidth;
419 setTransformMatrix(mPreviewWidth, mPreviewHeight);
425 setTransformMatrix(mPreviewWidth, mPreviewHeight);
  /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 342 milliseconds