Home
last modified time | relevance | path

Searched defs:sourceBuffer (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
H A DBinaryUtilsTest.java207 ByteBuffer sourceBuffer = ByteBuffer.allocate(4); in testImmutableCopyOfByteBuffer() local
231 ByteBuffer sourceBuffer = ByteBuffer.allocate(10); in immutableCopyOf_retainsOriginalLimit() local
247 ByteBuffer sourceBuffer = ByteBuffer.allocate(4); in testImmutableCopyOfByteBuffer_partiallyReadBuffer() local
263 ByteBuffer sourceBuffer = ByteBuffer.allocate(4); in testImmutableCopyOfRemainingByteBuffer() local
292 ByteBuffer sourceBuffer = ByteBuffer.allocate(4); in testImmutableCopyOfByteBufferRemaining_partiallyReadBuffer() local
328 ByteBuffer sourceBuffer = ByteBuffer.allocateDirect(4); in testToNonDirectBuffer_partiallyReadBuffer() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/buffer/
H A DPeekableInputStream.java58 public boolean peek(final byte[] sourceBuffer) throws IOException { in peek()
73 …public boolean peek(final byte[] sourceBuffer, final int offset, final int length) throws IOExcept… in peek()
H A DCircularByteBuffer.java182 public boolean peek(final byte[] sourceBuffer, final int offset, final int length) { in peek()
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuffer/
H A DIndexOf.java79 StringBuffer sourceBuffer; in simpleTest() local
108 StringBuffer sourceBuffer; in compareIndexOfLastIndexOf() local
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp191 const MediaBufferBase& sourceBuffer, in createMediaBufferCopy()
206 void CameraSourceTimeLapse::fillLastReadBufferCopy(MediaBufferBase& sourceBuffer) { in fillLastReadBufferCopy()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.cpp183 int64_t BitstreamBufferImpl::CopyDataFromBuffer(const uint8_t *sourceBuffer, VkDeviceSize srcOffset, in CopyDataFromBuffer()
195 …nt64_t BitstreamBufferImpl::CopyDataFromBuffer(const VkSharedBaseObj<VulkanBitstreamBuffer> &sourc… in CopyDataFromBuffer()
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DCommonOkioKotlinTest.kt23 @Test fun sourceBuffer() { in sourceBuffer() method in okio.CommonOkioKotlinTest
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DBuffer9.cpp102 Buffer9 *sourceBuffer = GetAs<Buffer9>(source); in copySubData() local
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java110 StringWriter sourceBuffer = new StringWriter(256); in translateAstToJavaSource() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/
H A DByteBuffersAsyncRequestBodyTest.java160 ByteBuffer sourceBuffer = ByteBuffer.wrap("Hello World!".getBytes(StandardCharsets.UTF_8)); in multipleSubscribersReceiveTheSameResults() local
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbuffer_with_extendable_buffer.cpp153 bool BufferWithExtendableBuffer::copy(const BufferWithExtendableBuffer *const sourceBuffer) { in copy()
/aosp_15_r20/frameworks/base/libs/hwui/
H A DReadback.cpp84 UniqueAHardwareBuffer sourceBuffer{rawSourceBuffer}; in copySurfaceInto() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp439 Buffer11 *sourceBuffer = GetAs<Buffer11>(source); in copySubData() local
1155 const d3d11::Buffer *sourceBuffer = &GetAs<NativeStorage>(source)->getBuffer(); in copyFromStorage() local
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFType1Font.cpp167 AutoTMalloc<uint8_t> sourceBuffer(SkToInt(srcLen + 1)); in convert_type1_font_stream() local
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/
H A DVideoTrackTranscoder.cpp417 uint8_t* sourceBuffer = AMediaCodec_getInputBuffer(mDecoder, bufferIndex, &bufferSize); in enqueueInputSample() local
/aosp_15_r20/frameworks/av/drm/libmediadrm/fuzzer/
H A Dmediadrm_fuzzer.cpp397 const SharedBuffer sourceBuffer = {.bufferId = segmentIndex, .offset = 0, .size = totalSize}; in invokeCryptoDecrypt() local
/aosp_15_r20/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_common.cpp415 const SharedBuffer sourceBuffer = { in decrypt() local
/aosp_15_r20/hardware/interfaces/drm/aidl/vts/
H A Ddrm_hal_common.cpp510 SharedBuffer sourceBuffer; in decrypt() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp701 de::ArrayBuffer<uint8_t> sourceBuffer(testCase.bufferSize); in BufferViewAllFormatsTestInstance() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp589 std::vector<char> sourceBuffer(sourceLength + 1); in readSource() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DBufferDataTest.cpp1091 GLBuffer sourceBuffer; in TEST_P() local
/aosp_15_r20/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp860 const SharedBuffer sourceBuffer = { in decrypt() local
H A Ddrm_hal_vendor_test.cpp1150 SharedBuffer sourceBuffer = { in decrypt() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp637 std::vector<char> sourceBuffer(sourceLength + 1); in readSource() local
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DTracks.cpp1273 const AudioBufferProvider::Buffer& sourceBuffer) { in interceptBuffer()

123