Searched refs:smallBuffer (Results 1 – 4 of 4) sorted by relevance
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/ |
D | TransferRtpDataChannelTest.java | 97 byte[] smallBuffer = new byte[20]; in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 102 transferRtpDataChannel.read(smallBuffer, /* offset= */ 0, smallBuffer.length); in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 103 assertThat(smallBuffer) in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 117 transferRtpDataChannel.read(smallBuffer, /* offset= */ 0, smallBuffer.length); in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 118 assertThat(smallBuffer) in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 126 byte[] smallBuffer = new byte[30]; in read_withSmallAndBigBufferWithPartialReadAndSubsequentProducerWrite_reads() 131 transferRtpDataChannel.read(smallBuffer, /* offset= */ 0, smallBuffer.length); in read_withSmallAndBigBufferWithPartialReadAndSubsequentProducerWrite_reads() 132 assertThat(smallBuffer) in read_withSmallAndBigBufferWithPartialReadAndSubsequentProducerWrite_reads() 155 byte[] smallBuffer = new byte[20]; in read_withSmallAndBigBufferAndSubsequentProducerWrite_reads() 160 transferRtpDataChannel.read(smallBuffer, /* offset= */ 0, smallBuffer.length); in read_withSmallAndBigBufferAndSubsequentProducerWrite_reads() [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/ |
D | TransferRtpDataChannelTest.java | 97 byte[] smallBuffer = new byte[20]; in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 102 transferRtpDataChannel.read(smallBuffer, /* offset= */ 0, smallBuffer.length); in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 103 assertThat(smallBuffer) in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 117 transferRtpDataChannel.read(smallBuffer, /* offset= */ 0, smallBuffer.length); in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 118 assertThat(smallBuffer) in read_withSmallAndModerateBufferAndSubsequentProducerWrite_reads() 126 byte[] smallBuffer = new byte[30]; in read_withSmallAndBigBufferWithPartialReadAndSubsequentProducerWrite_reads() 131 transferRtpDataChannel.read(smallBuffer, /* offset= */ 0, smallBuffer.length); in read_withSmallAndBigBufferWithPartialReadAndSubsequentProducerWrite_reads() 132 assertThat(smallBuffer) in read_withSmallAndBigBufferWithPartialReadAndSubsequentProducerWrite_reads() 155 byte[] smallBuffer = new byte[20]; in read_withSmallAndBigBufferAndSubsequentProducerWrite_reads() 160 transferRtpDataChannel.read(smallBuffer, /* offset= */ 0, smallBuffer.length); in read_withSmallAndBigBufferAndSubsequentProducerWrite_reads() [all …]
|
/external/dng_sdk/source/ |
D | dng_stream.cpp | 1106 uint8 smallBuffer [1024]; in CopyToStream() local 1108 if (count <= sizeof (smallBuffer)) in CopyToStream() 1111 Get (smallBuffer, (uint32) count); in CopyToStream() 1113 dstStream.Put (smallBuffer, (uint32) count); in CopyToStream()
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 5269 CharBuffer smallBuffer = CharBuffer.allocate(11); in TestSCSUConverter() local 5271 CoderResult status = decode.decode(test, smallBuffer, true); in TestSCSUConverter()
|