Home
last modified time | relevance | path

Searched refs:createNative (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormatTest.java148 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_requiredOnly()
162 BipImageFormat format = BipImageFormat.createNative( in testCreateNative_withSize()
267 BipImageFormat format = BipImageFormat.createNative(null, BipPixel.createFixed(1280, 1024), in testCreateFormat_noEncoding()
273 BipImageFormat format = BipImageFormat.createNative(new BipEncoding(BipEncoding.JPEG, null), in testCreateFormat_noPixel()
DBipImagePropertiesTest.java400 builder.addNativeFormat(BipImageFormat.createNative(new BipEncoding(BipEncoding.JPEG, null), in testCreateProperties()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java63 public static BipImageFormat createNative(BipEncoding encoding, BipPixel pixel, int size) { in createNative() method in BipImageFormat
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/
DCoverArt.java189 BipImageFormat format = BipImageFormat.createNative(encoding, pixel, -1); in getImageProperties()