Searched refs:Buffer (Results 1 - 25 of 73) sorted by relevance

123

/frameworks/base/opengl/java/android/opengl/
H A DETC1.java19 import java.nio.Buffer;
68 public static native void encodeBlock(Buffer in, int validPixelMask, Buffer out);
81 public static native void decodeBlock(Buffer in, Buffer out);
97 public static native void encodeImage(Buffer in, int width, int height,
98 int pixelSize, int stride, Buffer out);
109 public static native void decodeImage(Buffer in, Buffer out,
118 public static native void formatHeader(Buffer heade
[all...]
H A DGLES10.java22 import java.nio.Buffer;
268 private static Buffer _colorPointer;
269 private static Buffer _normalPointer;
270 private static Buffer _texCoordPointer;
271 private static Buffer _vertexPointer;
388 java.nio.Buffer pointer,
396 java.nio.Buffer pointer
424 java.nio.Buffer data
438 java.nio.Buffer data
540 java.nio.Buffer indice
[all...]
H A DGLES11.java22 import java.nio.Buffer;
153 private static Buffer _pointSizePointerOES;
166 java.nio.Buffer data,
176 java.nio.Buffer data
603 java.nio.Buffer pointer,
610 java.nio.Buffer pointer
H A DGLES11Ext.java22 import java.nio.Buffer;
143 private static Buffer _matrixIndexPointerOES;
262 java.nio.Buffer image
269 java.nio.Buffer image
885 java.nio.Buffer pointer,
893 java.nio.Buffer pointer
920 java.nio.Buffer pointer,
928 java.nio.Buffer pointer
/frameworks/av/include/media/
H A DAudioBufferProvider.h29 struct Buffer { struct in class:android::AudioBufferProvider
30 Buffer() : raw(NULL), frameCount(0) { } function in struct:android::AudioBufferProvider::Buffer
47 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts = kInvalidPTS) = 0;
49 virtual void releaseBuffer(Buffer* buffer) = 0;
H A DAudioRecord.h53 /* Create Buffer on the stack and pass it to obtainBuffer()
57 class Buffer class in class:android::AudioRecord
83 * - EVENT_MORE_DATA: pointer to AudioRecord::Buffer struct. The callback must not read
296 status_t obtainBuffer(Buffer* audioBuffer, int32_t waitCount);
297 void releaseBuffer(Buffer* audioBuffer);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h36 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
40 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
44 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader_3_0.h35 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer,
39 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
43 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h36 struct Buffer { struct in struct:android::Harness
51 Vector<Buffer> *inputBuffers,
52 Vector<Buffer> *outputBuffers,
62 Vector<Buffer> *buffers);
96 Vector<Buffer> *inputBuffers,
97 Vector<Buffer> *outputBuffers);
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp141 std::string Buffer; local
143 llvm::raw_string_ostream OS(Buffer);
149 &wrapper, Buffer.size(), BCWrapper.getTargetAPI(),
156 mTranslatedBitcodeSize = actualWrapperLen + Buffer.size();
159 memcpy(c + actualWrapperLen, Buffer.c_str(), Buffer.size());
/frameworks/av/include/media/nbaio/
H A DSourceAudioBufferProvider.h34 virtual status_t getNextBuffer(Buffer *buffer, int64_t pts);
35 virtual void releaseBuffer(Buffer *buffer);
H A DAudioBufferProviderSource.h51 AudioBufferProvider::Buffer mBuffer; // current buffer
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c220 inData.Buffer = inBuf;
221 bytesLeft = ReadFile2Buf(infile,inData.Buffer,READ_SIZE);
228 outData.Buffer = outBuf;
236 outData.Buffer = outBuf;
249 fwrite(outData.Buffer, 1, outData.Length, outfile);
263 inData.Buffer = inBuf;
/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h32 /// error, this returns null, *does not* take ownership of Buffer, and fills
34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
49 /// non-null. This method *never* takes ownership of Buffer.
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h32 /// error, this returns null, *does not* take ownership of Buffer, and fills
34 llvm::Module *getLazyBitcodeModule(llvm::MemoryBuffer *Buffer,
43 std::string getBitcodeTargetTriple(llvm::MemoryBuffer *Buffer,
49 /// non-null. This method *never* takes ownership of Buffer.
50 llvm::Module *ParseBitcodeFile(llvm::MemoryBuffer *Buffer, llvm::LLVMContext& Context,
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.h38 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts);
39 virtual void releaseBuffer(Buffer* buffer);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java29 import java.nio.Buffer;
45 Buffer _colorPointer = null;
46 Buffer _normalPointer = null;
47 Buffer _texCoordPointer = null;
48 Buffer _vertexPointer = null;
49 Buffer _pointSizePointerOES = null;
50 Buffer _matrixIndexPointerOES = null;
51 Buffer _weightPointerOES = null;
62 public void glGetPointerv(int pname, java.nio.Buffer[] params) {
79 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp29 virtual status_t getNextBuffer(Buffer* buffer, int64_t pts);
30 virtual void releaseBuffer(Buffer* buffer);
56 status_t VideoEditorResampler::getNextBuffer(AudioBufferProvider::Buffer *pBuffer, int64_t pts) {
66 void VideoEditorResampler::releaseBuffer(AudioBufferProvider::Buffer *pBuffer) {
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoType.h166 VO_PBYTE Buffer; /*!< Buffer pointer */ member in struct:__anon643
167 VO_U32 Length; /*!< Buffer size in byte */
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java129 java.nio.Buffer pointer
143 java.nio.Buffer pointer
H A DGL10.java344 java.nio.Buffer pointer
355 java.nio.Buffer data
367 java.nio.Buffer data
443 java.nio.Buffer indices
742 java.nio.Buffer pointer
799 java.nio.Buffer pixels
869 java.nio.Buffer pointer
919 java.nio.Buffer pixels
943 java.nio.Buffer pixels
962 java.nio.Buffer pointe
[all...]
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp40 struct Buffer { struct
50 void clearBuffer(Buffer* buf, uint32_t pixel) {
54 void drawTwoPixels(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w) {
67 void drawHLine(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w) {
84 void drawRect(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w, size_t h) {
105 void drawCircle(Buffer* buf, uint32_t pixel,
228 Buffer framebuffer;
/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp48 status_t SourceAudioBufferProvider::getNextBuffer(Buffer *buffer, int64_t pts)
84 void SourceAudioBufferProvider::releaseBuffer(Buffer *buffer)
/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java24 import java.nio.Buffer;
/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Ddrm_rights_manager.h142 * \param Buffer The buffer to decrypted and also used to save the output data.
149 int32_t drm_aesDecBuffer(uint8_t * Buffer, int32_t * BufferLen, AES_KEY *key);

Completed in 2452 milliseconds

123