HomeSort by relevance Sort by last modified time
    Searched refs:previewWidth (Results 1 - 14 of 14) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 227 int previewWidth = width;
230 previewWidth = mPreviewSize.width;
235 if (width * previewHeight > height * previewWidth) {
236 final int scaledChildWidth = previewWidth * height / previewHeight;
240 final int scaledChildHeight = previewHeight * width / previewWidth;
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 243 int previewWidth = width;
246 previewWidth = mPreviewSize.width;
251 if (width * previewHeight > height * previewWidth) {
252 final int scaledChildWidth = previewWidth * height
258 / previewWidth;
  /device/asus/flo/camera/QCamera2/HAL/test/
qcamera_test.cpp 330 unsigned int previewWidth, previewHeight;
333 previewWidth = dinfo.w;
335 previewWidth = width;
352 previewWidth,
366 ret |= mSurfaceControl->setSize(previewWidth, previewHeight);
522 int previewWidth, previewHeight;
532 previewWidth = currentPreviewSize.width;
535 ret = createPreviewSurface(previewWidth,
543 mParams.setPreviewSize(previewWidth, previewHeight);
  /device/lge/hammerhead/camera/QCamera2/HAL/test/
qcamera_test.cpp 330 unsigned int previewWidth, previewHeight;
333 previewWidth = dinfo.w;
335 previewWidth = width;
352 previewWidth,
366 ret |= mSurfaceControl->setSize(previewWidth, previewHeight);
522 int previewWidth, previewHeight;
532 previewWidth = currentPreviewSize.width;
535 ret = createPreviewSurface(previewWidth,
543 mParams.setPreviewSize(previewWidth, previewHeight);
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]
QCameraHWI_Parm.cpp     [all...]
QualcommCameraHardware.h 596 int previewWidth, previewHeight;
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
QCameraHWI_Preview.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 5552 milliseconds