Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 3 of 3) sorted by relevance

/camera/camera-video/src/androidTest/java/androidx/camera/video/internal/
DSharedByteBufferTest.kt56 val buf = ByteBuffer.allocate(0) in <lambda>() constant
70 val buf = ByteBuffer.allocate(0) in <lambda>() constant
87 val buf = ByteBuffer.allocate(0) in <lambda>() constant
112 val buf = ByteBuffer.allocate(0) in <lambda>() constant
130 val buf = ByteBuffer.allocate(0) in <lambda>() constant
148 val buf = ByteBuffer.allocate(0) in <lambda>() constant
167 val buf = ByteBuffer.allocate(0) in <lambda>() constant
184 val buf = ByteBuffer.allocate(0) in <lambda>() constant
206 val buf = ByteBuffer.allocate(16) in <lambda>() constant
239 val buf = ByteBuffer.allocate(16) in <lambda>() constant
[all …]
/camera/camera-core/src/main/java/androidx/camera/core/internal/
DByteBufferOutputStream.java33 public ByteBufferOutputStream(@NonNull ByteBuffer buf) { in ByteBufferOutputStream()
/camera/integration-tests/extensionstestapp/src/main/java/androidx/camera/integration/extensions/utils/
DFileUtil.kt174 val buf = ByteArray(1024) in <lambda>() constant