Searched refs:byteBuffer (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-image/android/src/main/java/expo/modules/image/dataurls/ |
| H A D | Base64DataFetcher.kt | 18 val byteBuffer = ByteBuffer.wrap(data) in cleanup() constant 19 callback.onDataReady(byteBuffer) in cleanup()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/dataurls/ |
| H A D | Base64DataFetcher.kt | 18 val byteBuffer = ByteBuffer.wrap(data) in cleanup() constant 19 callback.onDataReady(byteBuffer) in cleanup()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/image/dataurls/ |
| H A D | Base64DataFetcher.kt | 18 val byteBuffer = ByteBuffer.wrap(data) in cleanup() constant 19 callback.onDataReady(byteBuffer) in cleanup()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/barcodescanner/utils/ |
| H A D | FrameFactory.kt | 10 val byteBuffer = ByteBuffer.wrap(bitmapData) in buildFrame() constant 11 builder.setImageData(byteBuffer, width, height, ImageFormat.NV21) in buildFrame()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/barcodescanner/utils/ |
| H A D | FrameFactory.kt | 10 val byteBuffer = ByteBuffer.wrap(bitmapData) in buildFrame() constant 11 builder.setImageData(byteBuffer, width, height, ImageFormat.NV21) in buildFrame()
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JavaScriptTypedArray.cpp | 62 auto byteBuffer = jni::JByteBuffer::wrapBytes( in toDirectBuffer() local 67 byteBuffer->order(jni::JByteOrder::nativeOrder()); in toDirectBuffer() 69 return byteBuffer; in toDirectBuffer()
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 1075 val byteBuffer = ByteArrayOutputStream() in parseFileUri() constant 1081 byteBuffer.write(buffer, 0, len) in parseFileUri() 1083 bytesResult = byteBuffer.toByteArray() in parseFileUri() 1086 byteBuffer.close() in parseFileUri()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 1075 val byteBuffer = ByteArrayOutputStream() in parseFileUri() constant 1081 byteBuffer.write(buffer, 0, len) in parseFileUri() 1083 bytesResult = byteBuffer.toByteArray() in parseFileUri() 1086 byteBuffer.close() in parseFileUri()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 1295 val byteBuffer = ByteArrayOutputStream() in toFile() constant 1301 byteBuffer.write(buffer, 0, len) in toFile() 1303 bytesResult = byteBuffer.toByteArray() in toFile() 1306 byteBuffer.close() in toFile()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 1295 val byteBuffer = ByteArrayOutputStream() in toFile() constant 1301 byteBuffer.write(buffer, 0, len) in toFile() 1303 bytesResult = byteBuffer.toByteArray() in toFile() 1306 byteBuffer.close() in toFile()
|