OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytebuffer
(Results
601 - 625
of
964
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java
25
import java.nio.
ByteBuffer
;
67
mVertices =
ByteBuffer
.allocateDirect(mVerticesData.length
121
IntBuffer pixel =
ByteBuffer
.allocateDirect(4).asIntBuffer();
/external/chromium_org/third_party/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioTrack.java
13
import java.nio.
ByteBuffer
;
29
private
ByteBuffer
_playBuffer;
44
_playBuffer =
ByteBuffer
.allocateDirect(2 * 480); // Max 10 ms @ 48
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java
7
import java.nio.
ByteBuffer
;
267
private final
ByteBuffer
data;
270
this.data =
ByteBuffer
.wrap(data);
/external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java
13
import java.nio.
ByteBuffer
;
174
@Override protected void process(
ByteBuffer
bb) {
183
@Override protected void processRemaining(
ByteBuffer
bb) {
/frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java
22
import java.nio.
ByteBuffer
;
46
private
ByteBuffer
encodedBytes;
122
encodedBytes =
ByteBuffer
.allocate(80);
/frameworks/base/docs/html/sdk/api_diff/19/changes/
javax.crypto.Cipher.html
100
<A NAME="javax.crypto.Cipher.updateAAD_added(java.nio.
ByteBuffer
)"></A>
101
<nobr><code>void</code> <A HREF="../../../../reference/javax/crypto/Cipher.html#updateAAD(java.nio.
ByteBuffer
)" target="_top"><code>updateAAD</code></A>(<code>
ByteBuffer
</code>)</nobr>
javax.crypto.CipherSpi.html
93
<A NAME="javax.crypto.CipherSpi.engineUpdateAAD_added(java.nio.
ByteBuffer
)"></A>
94
<nobr><code>void</code> <A HREF="../../../../reference/javax/crypto/CipherSpi.html#engineUpdateAAD(java.nio.
ByteBuffer
)" target="_top"><code>engineUpdateAAD</code></A>(<code>
ByteBuffer
</code>)</nobr>
/frameworks/base/media/java/android/media/
MiniThumbFile.java
26
import java.nio.
ByteBuffer
;
53
private
ByteBuffer
mBuffer;
132
mBuffer =
ByteBuffer
.allocateDirect(BYTES_PER_MINTHUMB);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
GenImage.java
22
import java.nio.
ByteBuffer
;
141
ByteBuffer
bb =
ByteBuffer
.allocateDirect(buf.length * 4);
/packages/apps/Browser/src/com/android/browser/
DataController.java
36
import java.nio.
ByteBuffer
;
54
private
ByteBuffer
mBuffer; // to capture thumbnails
203
mBuffer =
ByteBuffer
.allocate(capture.getByteCount());
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java
20
import java.nio.
ByteBuffer
;
190
* @param bb
ByteBuffer
where to construct the message.
195
public void constructEventMessage(
ByteBuffer
bb, MotionEvent event, int ptr_index) {
/cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureSurfaceView.java
21
import java.nio.
ByteBuffer
;
138
ByteBuffer
mReadBackBuffer;
153
mTriangleVertices =
ByteBuffer
.allocateDirect(
163
mReadBackBuffer =
ByteBuffer
.allocateDirect(byteBufferSize);
/cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java
63
import java.nio.
ByteBuffer
;
107
private final
ByteBuffer
mPixelBuf =
ByteBuffer
.allocateDirect(4);
112
private
ByteBuffer
[] mDecoderInputBuffers;
117
public void onCodecConfig(
ByteBuffer
data, MediaCodec.BufferInfo info) {
121
public void onBufferReady(
ByteBuffer
data, MediaCodec.BufferInfo info) {
257
public void onCodecConfig(
ByteBuffer
data, BufferInfo info) {
265
public void onBufferReady(
ByteBuffer
data, BufferInfo info) {
277
private void handleEncodedData(
ByteBuffer
data, BufferInfo info) {
292
ByteBuffer
inputBuffer = mDecoderInputBuffers[inputBufferIndex]
[
all
...]
/cts/tests/tests/opengl/src/android/opengl/cts/
NativeRendererOneColorBufferTest.java
20
import java.nio.
ByteBuffer
;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java
21
import java.nio.
ByteBuffer
;
81
private
ByteBuffer
mVertexByteBuffer;
104
mVertexByteBuffer =
ByteBuffer
.allocateDirect(VERTEX_SIZE * size)
113
mIndexBuffer =
ByteBuffer
.allocateDirect(CHAR_SIZE * indexCount)
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java
45
import java.nio.
ByteBuffer
;
348
final
ByteBuffer
waveformatex =
ByteBuffer
.allocate(22);
355
final
ByteBuffer
dec3Content =
ByteBuffer
.allocate((int) ec3SpecificBox.getContentSize());
376
final
ByteBuffer
waveformatex =
ByteBuffer
.allocate(22);
402
final
ByteBuffer
dtsCodecPrivateData =
ByteBuffer
.allocate(8);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java
29
import java.nio.
ByteBuffer
;
235
public List<
ByteBuffer
> getSamples() {
236
ArrayList<
ByteBuffer
> lists = new ArrayList<
ByteBuffer
>();
/frameworks/base/core/java/android/ddm/
DdmHandleNativeHeap.java
75
//
ByteBuffer
in = wrapChunk(request);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
frametovalues.cpp
17
// Native function to extract histogram from image (handed down as
ByteBuffer
).
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java
27
import java.nio.
ByteBuffer
;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
ISOCharsetEncoderTest.java
18
import java.nio.
ByteBuffer
;
/libcore/luni/src/main/java/java/security/
SignatureSpi.java
20
import java.nio.
ByteBuffer
;
110
* {@code
ByteBuffer
}.
113
* the {@code
ByteBuffer
} to update with.
120
protected void engineUpdate(
ByteBuffer
input) {
/system/core/libutils/
BlobCache.cpp
192
uint8_t*
byteBuffer
= reinterpret_cast<uint8_t*>(buffer);
209
&
byteBuffer
[byteOffset]);
249
const uint8_t*
byteBuffer
= reinterpret_cast<const uint8_t*>(buffer);
260
&
byteBuffer
[byteOffset]);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc
30
#include "talk/base/
bytebuffer
.h"
81
talk_base::
ByteBuffer
buf(input, size);
743
talk_base::
ByteBuffer
correct_buf;
744
talk_base::
ByteBuffer
wrong_buf;
790
talk_base::
ByteBuffer
correct_buf;
791
talk_base::
ByteBuffer
wrong_buf;
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java
38
import java.nio.
ByteBuffer
;
374
public void copyTo(
ByteBuffer
target) {
380
public
ByteBuffer
asReadOnlyByteBuffer() {
381
ByteBuffer
byteBuffer
=
ByteBuffer
.wrap(toByteArray());
382
return
byteBuffer
.asReadOnlyBuffer();
386
public List<
ByteBuffer
> asReadOnlyByteBufferList() {
388
// rope, and add each one as a read-only
ByteBuffer
.
389
List<
ByteBuffer
> result = new ArrayList<ByteBuffer>()
[
all
...]
Completed in 835 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>