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

12

  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
EffectsRecorder.java 249 int previewWidth,
262 mPreviewWidth = previewWidth;
439 "previewWidth", mPreviewWidth,
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 141 if (currentWidth != (uint32_t)params.previewWidth ||
145 params.previewWidth, params.previewHeight);
165 params.previewWidth, params.previewHeight,
  /frameworks/base/core/java/android/widget/
FastScroller.java     [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 557 size_t previewWidth,
561 size_t previewWidth,
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 424 int previewWidth,
439 mPreviewWidth = previewWidth;
612 "previewWidth", mPreviewWidth,
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp     [all...]
QualcommCameraHardware.h 597 int previewWidth, previewHeight;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 538 int previewWidth = preview.getWidth();
544 previewWidth += PREVIEW_HGAP;
546 Rect position = packer.occupy(previewWidth, previewHeight);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 260 public void onScreenSizeChanged(int width, int height, int previewWidth, int previewHeight) {
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 336 final int previewWidth =
341 if ( Math.abs((float)previewWidth / previewHeight -
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 173 p.previewWidth, p.previewHeight);
    [all...]

Completed in 6292 milliseconds

12