Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 25 of 77) sorted by relevance

1234

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipImageFormat.java47 public static BipImageFormat parseNative(String encoding, String pixel, String size) { in parseNative()
54 public static BipImageFormat parseVariant(String encoding, String pixel, String maxSize, in parseVariant()
63 public static BipImageFormat createNative(BipEncoding encoding, BipPixel pixel, int size) { in createNative()
70 public static BipImageFormat createVariant(BipEncoding encoding, BipPixel pixel, int maxSize, in createVariant()
116 private BipImageFormat(int type, BipEncoding encoding, BipPixel pixel, int size, int maxSize, in BipImageFormat()
126 private BipImageFormat(int type, String encoding, String pixel, String size, String maxSize, in BipImageFormat()
H A DBipImageProperties.java193 String pixel = xpp.getAttributeValue(null, "pixel"); in parse() local
198 String pixel = xpp.getAttributeValue(null, "pixel"); in parse() local
322 BipPixel pixel = format.getPixel(); in toString() local
339 BipPixel pixel = format.getPixel(); in toString() local
H A DBipPixel.java111 public BipPixel(String pixel) { in BipPixel()
201 private static int determinePixelType(String pixel) { in determinePixelType()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipPixelTest.java33 BipPixel pixel = new BipPixel(input); in testParse() local
43 BipPixel pixel = BipPixel.createFixed(width, height); in testFixed() local
54 BipPixel pixel = BipPixel.createResizableModified(minWidth, minHeight, maxWidth, maxHeight); in testResizableModified() local
66 BipPixel pixel = BipPixel.createResizableFixed(minWidth, maxWidth, maxHeight); in testResizableFixed() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/
H A DCoverArt.java152 BipPixel pixel = descriptor.getPixel(); in isDescriptorValid() local
188 BipPixel pixel = BipPixel.createFixed(200, 200); in getImageProperties() local
/aosp12/hardware/google/pixel/health/
H A DDeviceHealth.cpp26 namespace pixel { namespace
H A DBatteryThermalControl.cpp21 namespace pixel { namespace
H A DLowBatteryShutdownMetrics.cpp23 namespace pixel { namespace
H A DStatsHelper.cpp27 namespace pixel { namespace
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp117 int pixel = row * width + col; in fillBuffer() local
137 int pixel = row * displayWidth + col; in clearColors() local
148 int pixel = row * stride + col; in fillColorsArea() local
177 int pixel = row * width + col; in compareColorBuffers() local
/aosp12/hardware/google/pixel/pixelstats/
H A DPcaChargeStats.cpp30 namespace pixel { namespace
H A DOrientationCollector.cpp26 namespace pixel { namespace
H A DMitigationStatsReporter.cpp33 namespace pixel { namespace
H A DWirelessChargeStats.cpp30 namespace pixel { namespace
/aosp12/hardware/google/pixel/powerstats/
H A DPowerStatsUtils.cpp22 namespace pixel { namespace
H A DWlanStateResidencyDataProvider.cpp30 namespace pixel { namespace
H A DDisplayStateResidencyDataProvider.cpp33 namespace pixel { namespace
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/
H A DScreenshotUtils.h154 const uint8_t* pixel = mPixels + (4 * (y * mOutBuffer->getStride() + x)); in checkPixel() local
168 const uint8_t* pixel = mPixels + (4 * (y * mOutBuffer->getStride() + x)); in getPixelColor() local
/aosp12/hardware/google/pixel/power-libperfmgr/disp-power/
H A DDisplayLowPower.cpp32 namespace pixel { namespace
/aosp12/hardware/google/pixel/misc_writer/
H A Dmisc_writer.cpp29 namespace pixel { namespace
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DImageCompare.java30 private static double luma(int pixel) { in luma()
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPowerExt.cpp37 namespace pixel { namespace
/aosp12/hardware/google/pixel/recovery/
H A Drecovery_ui.cpp38 namespace pixel { namespace
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/
H A DCoverArtTest.java117 BipPixel pixel = format.getPixel(); in containsThumbnailFormat() local
126 BipPixel pixel = format.getPixel(); in containsThumbnailFormat() local
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dpixel-display.cpp47 namespace pixel { namespace

1234