Searched
full:bytebuffer (Results
326 -
350 of
964) sorted by null
<<11121314151617181920>>
/frameworks/base/docs/html/training/graphics/opengl/ |
shapes.jd | 49 efficiency, you write these coordinates into a {@link java.nio.ByteBuffer}, that is passed into the 70 ByteBuffer bb = ByteBuffer.allocateDirect( 76 // create a floating point buffer from the ByteBuffer 110 represent this shape, and put the values in a {@link java.nio.ByteBuffer}. In order to avoid 132 ByteBuffer bb = ByteBuffer.allocateDirect( 141 ByteBuffer dlb = ByteBuffer.allocateDirect(
|
/frameworks/base/media/java/android/media/ |
Image.java | 19 import java.nio.ByteBuffer; 31 * {@link java.nio.ByteBuffer ByteBuffers}. Each buffer is encapsulated in a 59 * pixel data in each in ByteBuffer. 165 * {@link ByteBuffer ByteBuffers} returned by an earlier 179 * ByteBuffer will fail.</p> 207 * <p>Get a direct {@link java.nio.ByteBuffer ByteBuffer} 211 * {@link java.nio.ByteBuffer#isDirect isDirect} return {@code true}, so 217 public abstract ByteBuffer getBuffer();
|
/external/guava/guava/src/com/google/common/hash/ |
Murmur3_32HashFunction.java | 20 import java.nio.ByteBuffer; 55 @Override protected void process(ByteBuffer bb) { 68 @Override protected void processRemaining(ByteBuffer bb) {
|
/external/guava/guava-tests/test/com/google/common/hash/ |
AbstractNonStreamingHashFunctionTest.java | 11 import java.nio.ByteBuffer; 60 protected void process(ByteBuffer bb) { 67 protected void processRemaining(ByteBuffer bb) {
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
DefaultMp4Builder.java | 48 import java.nio.ByteBuffer; 75 HashMap<Track, List<ByteBuffer>> track2Sample = new HashMap<Track, List<ByteBuffer>>(); 90 List<ByteBuffer> samples = track.getSamples(); 135 protected List<ByteBuffer> putSamples(Track track, List<ByteBuffer> samples) { 377 List<ByteBuffer> samples = new ArrayList<ByteBuffer>(); 390 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException { 412 ByteBuffer s = DefaultMp4Builder.this.track2Sample.get(track).get(j) [all...] |
/frameworks/base/core/java/android/ddm/ |
DdmHandleAppName.java | 23 import java.nio.ByteBuffer; 93 ByteBuffer out = ByteBuffer.allocate(
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
MarshalQueryableBlackLevelPattern.java | 23 import java.nio.ByteBuffer; 41 public void marshal(BlackLevelPattern value, ByteBuffer buffer) { 50 public BlackLevelPattern unmarshal(ByteBuffer buffer) {
|
MarshalQueryableColorSpaceTransform.java | 23 import java.nio.ByteBuffer; 45 public void marshal(ColorSpaceTransform value, ByteBuffer buffer) { 55 public ColorSpaceTransform unmarshal(ByteBuffer buffer) {
|
MarshalQueryableHighSpeedVideoConfiguration.java | 26 import java.nio.ByteBuffer; 47 public void marshal(HighSpeedVideoConfiguration value, ByteBuffer buffer) { 55 public HighSpeedVideoConfiguration unmarshal(ByteBuffer buffer) {
|
MarshalQueryableMeteringRectangle.java | 23 import java.nio.ByteBuffer; 42 public void marshal(MeteringRectangle value, ByteBuffer buffer) { 57 public MeteringRectangle unmarshal(ByteBuffer buffer) {
|
MarshalQueryableRect.java | 23 import java.nio.ByteBuffer; 41 public void marshal(Rect value, ByteBuffer buffer) { 49 public Rect unmarshal(ByteBuffer buffer) {
|
MarshalQueryableRggbChannelVector.java | 23 import java.nio.ByteBuffer; 41 public void marshal(RggbChannelVector value, ByteBuffer buffer) { 48 public RggbChannelVector unmarshal(ByteBuffer buffer) {
|
MarshalQueryableStreamConfiguration.java | 26 import java.nio.ByteBuffer; 45 public void marshal(StreamConfiguration value, ByteBuffer buffer) { 53 public StreamConfiguration unmarshal(ByteBuffer buffer) {
|
MarshalQueryableStreamConfigurationDuration.java | 26 import java.nio.ByteBuffer; 54 public void marshal(StreamConfigurationDuration value, ByteBuffer buffer) { 62 public StreamConfigurationDuration unmarshal(ByteBuffer buffer) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
AvgBrightnessFilter.java | 29 import java.nio.ByteBuffer; 55 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); 69 private static native float brightnessOperator(int width, int height, ByteBuffer imageBuffer);
|
ContrastRatioFilter.java | 29 import java.nio.ByteBuffer; 55 ByteBuffer inputBuffer = inputImage.lockBytes(Frame.MODE_READ); 73 private static native float contrastOperator(int width, int height, ByteBuffer imageBuffer);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
BinaryXMLDescriber.java | 25 import java.nio.ByteBuffer; 58 ByteBuffer buf = ByteBuffer.wrap(bytes);
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
CompressedTextureLoader.java | 19 import java.nio.ByteBuffer; 50 public Texture(int width, int height, int internalformat, ByteBuffer data, 75 public ByteBuffer getData() { return mData; } 92 private ByteBuffer mData; 148 ByteBuffer headerBuffer = ByteBuffer.allocateDirect(PVR_HEADER_SIZE) 185 ByteBuffer compressedImage = ByteBuffer.allocateDirect(encodedImageSize). 194 ByteBuffer dataBuffer; 195 dataBuffer = ByteBuffer.allocateDirect(dataSize).order(ByteOrder.nativeOrder()) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
Grid.java | 19 import java.nio.ByteBuffer; 48 mVertexBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 3) 50 mTexCoordBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 2) 58 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount)
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
Triangle.java | 18 import java.nio.ByteBuffer; 72 ByteBuffer bb = ByteBuffer.allocateDirect( 78 // create a floating point buffer from the ByteBuffer
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
MacSpiTest.java | 25 import java.nio.ByteBuffer; 95 ByteBuffer byteBuf = ByteBuffer.allocate(10); 114 byteBuf = ByteBuffer.allocate(5);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
brightness.h | 16 // Native function to extract brightness from image (handed down as ByteBuffer).
|
contrast.h | 16 // Native function to extract contrast from image (handed down as ByteBuffer).
|
exposure.h | 16 // Native function to extract exposure from image (handed down as ByteBuffer).
|
sobeloperator.h | 17 // Native function to extract histogram from image (handed down as ByteBuffer).
|
Completed in 4371 milliseconds
<<11121314151617181920>>