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

  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 510 mTargetSmoothZoom = arg1;
512 mSmoothZoomStep = (mCurrentZoom > mTargetSmoothZoom)? -1: 1;
513 if(mCurrentZoom == mTargetSmoothZoom) {
519 mTargetSmoothZoom < 0 || mTargetSmoothZoom > MaxZoom) {
526 if ((mSmoothZoomStep < 0 && mCurrentZoom < mTargetSmoothZoom)||
527 (mSmoothZoomStep > 0 && mCurrentZoom > mTargetSmoothZoom )) {
528 mCurrentZoom = mTargetSmoothZoom;
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 534 mTargetSmoothZoom = arg1;
536 mSmoothZoomStep = (mCurrentZoom > mTargetSmoothZoom)? -1: 1;
537 if(mCurrentZoom == mTargetSmoothZoom) {
543 mTargetSmoothZoom < 0 || mTargetSmoothZoom > MaxZoom) {
550 if ((mSmoothZoomStep < 0 && mCurrentZoom < mTargetSmoothZoom)||
551 (mSmoothZoomStep > 0 && mCurrentZoom > mTargetSmoothZoom )) {
552 mCurrentZoom = mTargetSmoothZoom;
    [all...]
QCameraHWI.h 714 int mTargetSmoothZoom;
QualcommCameraHardware.h 389 int mTargetSmoothZoom;
QualcommCameraHardware.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 703 int mTargetSmoothZoom;

Completed in 122 milliseconds