/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipImageFormat.java | 47 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 D | BipImageProperties.java | 193 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 D | BipPixel.java | 111 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 D | BipPixelTest.java | 33 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 D | CoverArt.java | 152 BipPixel pixel = descriptor.getPixel(); in isDescriptorValid() local 188 BipPixel pixel = BipPixel.createFixed(200, 200); in getImageProperties() local
|
/aosp12/hardware/google/pixel/health/ |
H A D | DeviceHealth.cpp | 26 namespace pixel { namespace
|
H A D | BatteryThermalControl.cpp | 21 namespace pixel { namespace
|
H A D | LowBatteryShutdownMetrics.cpp | 23 namespace pixel { namespace
|
H A D | StatsHelper.cpp | 27 namespace pixel { namespace
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ReadbackVts.cpp | 117 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 D | PcaChargeStats.cpp | 30 namespace pixel { namespace
|
H A D | OrientationCollector.cpp | 26 namespace pixel { namespace
|
H A D | MitigationStatsReporter.cpp | 33 namespace pixel { namespace
|
H A D | WirelessChargeStats.cpp | 30 namespace pixel { namespace
|
/aosp12/hardware/google/pixel/powerstats/ |
H A D | PowerStatsUtils.cpp | 22 namespace pixel { namespace
|
H A D | WlanStateResidencyDataProvider.cpp | 30 namespace pixel { namespace
|
H A D | DisplayStateResidencyDataProvider.cpp | 33 namespace pixel { namespace
|
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/ |
H A D | ScreenshotUtils.h | 154 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 D | DisplayLowPower.cpp | 32 namespace pixel { namespace
|
/aosp12/hardware/google/pixel/misc_writer/ |
H A D | misc_writer.cpp | 29 namespace pixel { namespace
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | ImageCompare.java | 30 private static double luma(int pixel) { in luma()
|
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/ |
H A D | PowerExt.cpp | 37 namespace pixel { namespace
|
/aosp12/hardware/google/pixel/recovery/ |
H A D | recovery_ui.cpp | 38 namespace pixel { namespace
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/ |
H A D | CoverArtTest.java | 117 BipPixel pixel = format.getPixel(); in containsThumbnailFormat() local 126 BipPixel pixel = format.getPixel(); in containsThumbnailFormat() local
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | pixel-display.cpp | 47 namespace pixel { namespace
|