/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;
|
PhotoUI.java | 107 private int mPreviewWidth = 0; 132 if (mPreviewWidth != width || mPreviewHeight != height) { 133 mPreviewWidth = width; 239 if (mPreviewWidth != 0 && mPreviewHeight != 0) { 240 setTransformMatrix(mPreviewWidth, mPreviewHeight); 292 if (mPreviewWidth != 0 && mPreviewHeight != 0) { 294 setTransformMatrix(mPreviewWidth, mPreviewHeight);
|
VideoUI.java | 98 private int mPreviewWidth = 0; 110 setTransformMatrix(mPreviewWidth, mPreviewHeight); 130 if (mPreviewWidth != width || mPreviewHeight != height) { 131 mPreviewWidth = width; 259 return mPreviewWidth; 425 setTransformMatrix(mPreviewWidth, mPreviewHeight); 431 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;
|