Home
last modified time | relevance | path

Searched defs:resolution (Results 1 – 25 of 79) sorted by relevance

1234

/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp89 const ui::Size& resolution = getActiveDisplayResolution(); in createWindowSurface() local
106 const ui::Size& resolution = getActiveDisplayResolution(); in createOffscreenSurface() local
/aosp12/frameworks/av/media/libmediaformatshaper/
H A DCodecProperties.cpp115 std::string resolution = key.substr(strlen("vq-target-qpmax-")); in setTuningValue() local
128 std::string resolution = key.substr(strlen("vq-target-bpp-")); in setTuningValue() local
179 bool CodecProperties::bppPoint(std::string resolution, std::string value) { in bppPoint()
293 bool CodecProperties::qpMaxPoint(std::string resolution, std::string value) { in qpMaxPoint()
/aosp12/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp59 const ui::Size& resolution = displayMode.resolution; in WindowSurface() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenJPEGStrips.cpp52 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition destCS, int *numCompBytes) { in write_JPEG_Buff()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp352 const ui::Size& resolution = mode.resolution; in Test_HotplugOneConfig() local
418 const ui::Size& resolution = mode.resolution; in Test_HotplugTwoSeparateConfigs() local
471 const ui::Size& resolution = mode.resolution; in Test_HotplugTwoSeparateConfigs() local
526 const ui::Size& resolution = mode.resolution; in Test_HotplugTwoConfigsSameGroup() local
578 const ui::Size& resolution = mode.resolution; in Test_HotplugTwoConfigsSameGroup() local
643 const ui::Size& resolution = mode.resolution; in Test_HotplugThreeConfigsMixedGroups() local
695 const ui::Size& resolution = mode.resolution; in Test_HotplugThreeConfigsMixedGroups() local
742 const ui::Size& resolution = mode.resolution; in Test_HotplugThreeConfigsMixedGroups() local
789 const ui::Size& resolution = mode.resolution; in Test_HotplugThreeConfigsMixedGroups() local
1177 const ui::Size& resolution = mode.resolution; in SetUp() local
/aosp12/frameworks/native/libs/ui/include/ui/
H A DDisplayMode.h34 ui::Size resolution; member
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DDisplayMode.h34 ui::Size resolution; member
/aosp12/frameworks/native/services/sensorservice/
H A DSensorDeviceUtils.cpp33 void quantizeSensorEventValues(sensors_event_t *event, float resolution) { in quantizeSensorEventValues()
/aosp12/frameworks/base/core/java/android/hardware/input/
H A DInputSensorInfo.java80 float resolution, in InputSensorInfo()
265 float resolution = in.readFloat(); in InputSensorInfo() local
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.h47 int32_t resolution = 0; // resolution in units per mm or radians per mm member
H A DInputHost.cpp40 int32_t min, int32_t max, float resolution) { in declareUsage()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.h73 float resolution; // normalized resolution in units/mm member
H A DSensorInputMapper.h70 float resolution; // normalized resolution in units member
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DTransactionTestHarnesses.h45 const ui::Size& resolution = displayMode.resolution; in getScreenCapture() local
H A DEffectLayer_test.cpp183 const ui::Size& resolution = mode.resolution; in TEST_F() local
/aosp12/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp112 const ui::Size& resolution = getActiveDisplayResolution(); in doRun() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dlib_pclm.c91 media_type_t media_type, int resolution, duplex_t duplex, duplex_dry_time_t dry_time, in _start_job()
H A Dlib_pwg.c143 media_type_t media_type, int resolution, duplex_t duplex, duplex_dry_time_t dry_time, in _start_job()
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp69 float resolution; member
167 float resolution) { in inputReportDefinitionDeclareUsageInt()
337 input_usage_t usage, int32_t min, int32_t max, float resolution) { in input_report_definition_declare_usage_int()
/aosp12/frameworks/native/libs/input/
H A DInputDevice.cpp219 float flat, float fuzz, float resolution) { in addMotionRange()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalVideo.java117 private void parseResolution(String resolution) { in parseResolution()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h145 float resolution; member
204 float resolution; member
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java800 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange()
990 float resolution) { in MotionRange()
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerShellCommand.java416 final String resolution = assets.getLastResourceResolution(); in runLookup() local
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawSensor.h81 float resolution; member

1234