Home
last modified time | relevance | path

Searched refs:mResolution (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/companion/virtual/sensor/
DVirtualSensorConfig.java58 private final float mResolution; field in VirtualSensorConfig
72 mResolution = resolution; in VirtualSensorConfig()
84 mResolution = parcel.readFloat(); in VirtualSensorConfig()
102 parcel.writeFloat(mResolution); in writeToParcel()
157 return mResolution; in getResolution()
241 private float mResolution; field in VirtualSensorConfig.Builder
281 return new VirtualSensorConfig(mType, mName, mVendor, mMaximumRange, mResolution, in build()
312 mResolution = resolution; in setResolution()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionForwardProcessor.java48 private Size mResolution = null; field in CameraExtensionForwardProcessor
84 mResolution = size; in onResolutionUpdate()
101 mIntermediateReader = ImageReader.newInstance(mResolution.getWidth(), in initializePipeline()
102 mResolution.getHeight(), CameraExtensionCharacteristics.PROCESSING_INPUT_FORMAT, in initializePipeline()
112 sz.width = mResolution.getWidth(); in initializePipeline()
113 sz.height = mResolution.getHeight(); in initializePipeline()
DCameraExtensionJpegProcessor.java59 private android.hardware.camera2.extension.Size mResolution = null; field in CameraExtensionJpegProcessor
237 mResolution = size; in onResolutionUpdate()
252 if ((mFormat != -1) && (mOutputSurface != null) && (mResolution != null) && in initializePipeline()
261 (mResolution.width * mResolution.height * 3) / 2 in initializePipeline()
263 mYuvReader = ImageReader.newInstance(mResolution.width, mResolution.height, in initializePipeline()
269 mProcessor.onResolutionUpdate(mResolution, mPostviewResolution); in initializePipeline()
291 mProcessor.onResolutionUpdate(mResolution, mPostviewResolution); in initializePostviewPipeline()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h80 mDisplayMode->mResolution = resolution; in setResolution()
140 ui::Size getResolution() const { return mResolution; } in getResolution()
141 int32_t getWidth() const { return mResolution.getWidth(); } in getWidth()
142 int32_t getHeight() const { return mResolution.getHeight(); } in getHeight()
177 ui::Size mResolution; variable
/frameworks/base/core/java/android/hardware/input/
DInputSensorInfo.java41 private float mResolution; field in InputSensorInfo
100 this.mResolution = resolution; in InputSensorInfo()
150 return mResolution; in getResolution()
211 "resolution = " + mResolution + ", " + in toString()
236 dest.writeFloat(mResolution); in writeToParcel()
286 this.mResolution = resolution; in InputSensorInfo()
/frameworks/base/core/java/android/print/
DPrintAttributes.java86 private @Nullable Resolution mResolution; field in PrintAttributes
98 mResolution = (parcel.readInt() == 1) ? Resolution.createFromParcel(parcel) : null; in PrintAttributes()
136 return mResolution; in getResolution()
147 mResolution = resolution; in setResolution()
339 if (mResolution != null) { in writeToParcel()
341 mResolution.writeToParcel(parcel); in writeToParcel()
368 result = prime * result + ((mResolution == null) ? 0 : mResolution.hashCode()); in hashCode()
404 if (mResolution == null) { in equals()
405 if (other.mResolution != null) { in equals()
408 } else if (!mResolution.equals(other.mResolution)) { in equals()
[all …]
/frameworks/base/core/java/android/hardware/
DSensor.java1024 private float mResolution; field in Sensor
1052 this.mResolution = sensorInfo.getResolution(); in Sensor()
1106 return mResolution; in getResolution()
1279 mResolution = res; in setRange()
1285 + ", type=" + mType + ", maxRange=" + mMaxRange + ", resolution=" + mResolution in toString()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DIPControls.java89 private Resolutions mResolution; field in IPControls
129 mResolution = Resolutions.values()[pos];
204 intent.putExtra("resolution X", mResolution.width); in makeBasicLaunchIntent()
205 intent.putExtra("resolution Y", mResolution.height); in makeBasicLaunchIntent()
241 float pr = (1920.f / mResolution.width) * (1080.f / mResolution.height); in rebase()
/frameworks/native/libs/sensor/
DSensor.cpp38 mMinValue(0), mMaxValue(0), mResolution(0), in Sensor()
57 mResolution = hwSensor.resolution; in Sensor()
400 return mResolution; in getResolution()
519 sizeof(mMinValue) + sizeof(mMaxValue) + sizeof(mResolution) + in getFlattenedSize()
546 FlattenableUtils::write(buffer, size, mResolution); in flatten()
572 sizeof(mMaxValue) + sizeof(mResolution) + sizeof(mPower) + sizeof(mMinDelay) + in unflatten()
583 FlattenableUtils::read(buffer, size, mResolution); in unflatten()
/frameworks/base/core/java/android/view/
DInputDevice.java1428 private float mResolution; field in InputDevice.MotionRange
1438 mResolution = resolution; in MotionRange()
1523 return mResolution; in getResolution()
1639 out.writeFloat(range.mResolution); in writeToParcel()
1715 description.append(" resolution=").append(range.mResolution); in toString()
/frameworks/native/libs/sensor/include/sensor/
DSensor.h120 float mResolution; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h821 mResolution = resolution; in setResolution()
886 .WillRepeatedly(DoAll(SetArgPointee<3>(mResolution.getWidth()), in inject()
892 .WillRepeatedly(DoAll(SetArgPointee<3>(mResolution.getHeight()), in inject()
936 ui::Size mResolution = DEFAULT_RESOLUTION; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21911 Landroid/hardware/Sensor;->mResolution:F
40353 Landroid/print/PrintAttributes;->mResolution:Landroid/print/PrintAttributes$Resolution;
59570 Landroid/view/InputDevice$MotionRange;->mResolution:F