HomeSort by relevance Sort by last modified time
    Searched defs:Buffer (Results 26 - 50 of 192) sorted by null

12 3 4 5 6 7 8

  /external/chromium/third_party/libjingle/source/talk/base/
buffer.h 37 // Basic buffer class, can be grown and shrunk dynamically.
39 class Buffer {
41 Buffer() {
44 Buffer(const void* data, size_t length) {
47 Buffer(const void* data, size_t length, size_t capacity) {
50 Buffer(const Buffer& buf) {
60 Buffer& operator=(const Buffer& buf) {
66 bool operator==(const Buffer& buf) const
    [all...]
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 44 struct Buffer {
45 Buffer() : start(0), length(0) {}
69 Buffer* buffer_pool_;
  /external/chromium_org/third_party/libjingle/source/talk/base/
buffer.h 37 // Basic buffer class, can be grown and shrunk dynamically.
39 class Buffer {
41 Buffer() {
44 Buffer(const void* data, size_t length) {
47 Buffer(const void* data, size_t length, size_t capacity) {
50 Buffer(const Buffer& buf) {
60 Buffer& operator=(const Buffer& buf) {
66 bool operator==(const Buffer& buf) const
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioData.java 52 Buffer,
65 * @return The data type, either <code>Buffer</code> or <code>Stream</code>.
  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 25 /// ObjectBuffer - This class acts as a container for the memory buffer used during
35 ObjectBuffer(MemoryBuffer* Buf) : Buffer(Buf) {}
42 return MemoryBuffer::getMemBuffer(Buffer->getBuffer(), "", false);
45 const char *getBufferStart() const { return Buffer->getBufferStart(); }
46 size_t getBufferSize() const { return Buffer->getBufferSize(); }
47 StringRef getBuffer() const { return Buffer->getBuffer(); }
51 OwningPtr<MemoryBuffer> Buffer;
68 // Make the data accessible via the ObjectBuffer::Buffer
69 Buffer.reset(MemoryBuffer::getMemBuffer(StringRef(SV.data(), SV.size()),
75 SmallVector<char, 4096> SV; // Working buffer into which we JIT
    [all...]
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 211 // When we construct a YAML stream over a named buffer,
213 MemoryBuffer* Buffer = MemoryBuffer::getMemBuffer("[]", "buffername.yaml");
214 yaml::Stream Stream(Buffer, SM);
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 143 std::string Buffer;
145 llvm::raw_string_ostream OS(Buffer);
152 &wrapper, Buffer.size(), BCWrapper.getTargetAPI(),
159 mTranslatedBitcodeSize = actualWrapperLen + Buffer.size();
162 memcpy(c + actualWrapperLen, Buffer.c_str(), Buffer.size());
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 29 * Buffer passed for audio playback and recording
30 * The buffer is supposed to be used with sp to guarantee that audio thread can
33 class Buffer: public virtual android::RefBase {
35 Buffer(size_t capacity, size_t size = 0, bool stereo = true);
37 virtual ~Buffer();
104 /// change stereo buffer to mono
106 /// change mono buffer to stereo. This does not increase allocated memory.
110 /// save the buffer to file
114 bool operator ==(const Buffer& b) const;
120 static Buffer* loadFromFile(const android::String8& filename)
    [all...]
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.h 37 // Internal buffer class that manages shared memory lifetime and ownership.
41 class Buffer {
43 explicit Buffer(unsigned id, scoped_ptr<base::SharedMemory> mem);
44 ~Buffer();
54 Buffer* parent() const { return parent_; }
55 void SetParent(Buffer* parent, const gfx::Rect& damage);
57 bool FindDamageDifferenceFrom(Buffer* buffer, SkRegion* result) const;
63 Buffer* parent_;
66 DISALLOW_COPY_AND_ASSIGN(Buffer);
    [all...]
  /external/chromium_org/courgette/
streams.h 70 const uint8* Buffer() const { return current_; }
106 const uint8* start_; // Points to start of buffer.
107 const uint8* end_; // Points to first location after buffer.
108 const uint8* current_; // Points into buffer at current read location.
113 // A SinkStream accumulates writes into a buffer that it owns. The stream is
115 // the buffer moves the stream into a 'locked' state where no more writes are
116 // permitted. The stream may also be in a 'retired' state where the buffer
146 const uint8* Buffer() const {
218 // SourceStreamSet with a buffer containing the data.
  /external/chromium_org/gpu/command_buffer/client/
buffer_tracker.h 22 // Tracks buffer objects for client side of command buffer.
25 class GLES2_IMPL_EXPORT Buffer {
27 Buffer(GLuint id,
93 Buffer* CreateBuffer(GLuint id, GLsizeiptr size);
94 Buffer* GetBuffer(GLuint id);
97 // Frees the block of memory associated with buffer, pending the passage
99 void FreePendingToken(Buffer*, int32 token);
102 typedef gpu::hash_map<GLuint, Buffer*> BufferMap;
  /external/chromium_org/sandbox/win/src/
internal_types.h 27 // Encapsulates a pointer to a buffer and the size of the buffer.
30 CountedBuffer(void* buffer, uint32 size) : size_(size), buffer_(buffer) {}
36 void* Buffer() const {
49 explicit IPCInt(void* buffer) {
50 buffer_.vp = buffer;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
VDMXParser.cpp 37 // Buffer helper class
39 // This class perform some trival buffer operations while checking for
42 class Buffer {
44 Buffer(const uint8_t* buffer, size_t length)
45 : m_buffer(buffer)
122 Buffer buf(vdmx, vdmxLength);
  /external/chromium_org/third_party/WebKit/public/platform/
WebClipboard.h 56 enum Buffer {
65 virtual uint64_t sequenceNumber(Buffer) { return 0; }
67 virtual bool isFormatAvailable(Format, Buffer) { return false; }
70 Buffer, bool* containsFilenames) { return WebVector<WebString>(); }
71 virtual WebString readPlainText(Buffer) { return WebString(); }
78 Buffer buffer, WebURL* pageURL, unsigned* fragmentStart,
80 virtual WebData readImage(Buffer) { return WebData(); }
82 Buffer, const WebString& type) { return WebString(); }
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.h 58 // On some platforms, this call will utilize the same, static buffer for
88 #ifndef SWIG // SWIG doesn't like struct Buffer and variable arguments.
103 struct Buffer {
106 // we have to make a buffer that's "always" big enough
108 #else // a one-line buffer is good enough
119 // handler). "buffer" should point to a ProcMapsIterator::Buffer
120 // buffer can be NULL in which case a bufer will be allocated.
121 ProcMapsIterator(pid_t pid, Buffer *buffer);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.h 58 // On some platforms, this call will utilize the same, static buffer for
88 #ifndef SWIG // SWIG doesn't like struct Buffer and variable arguments.
103 struct Buffer {
106 // we have to make a buffer that's "always" big enough
108 #else // a one-line buffer is good enough
119 // handler). "buffer" should point to a ProcMapsIterator::Buffer
120 // buffer can be NULL in which case a bufer will be allocated.
121 ProcMapsIterator(pid_t pid, Buffer *buffer);
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 47 return Buffer;
52 return Buffer.str();
61 SmallString<256> Buffer;
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 59 /// \brief Buffer containing the index file, which is lazily accessed so long
61 llvm::OwningPtr<llvm::MemoryBuffer> Buffer;
117 explicit GlobalModuleIndex(llvm::MemoryBuffer *Buffer,
  /external/clang/lib/Sema/
TypeLocBuilder.h 26 /// The underlying location-data buffer. Data grows from the end
27 /// of the buffer backwards.
28 char *Buffer;
30 /// The capacity of the current buffer.
33 /// The index of the first occupied byte in the buffer.
41 /// The inline buffer.
48 : Buffer(InlineBuffer.buffer), Capacity(InlineCapacity),
54 if (Buffer != InlineBuffer.buffer)
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 69 alignas(M) alignas(N) static char Buffer[32]; // expected-note {{previous declaration is here}}
72 alignas(O) alignas(P) char X<M, N, O, P>::Buffer[32]; // expected-error {{redeclaration has different alignment requirement (8 vs 2)}}
73 char *x1848 = X<1,8,4,8>::Buffer; // ok
74 char *x1248 = X<1,2,4,8>::Buffer; // expected-note {{in instantiation of}}
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 98 char Buffer[64];
101 Buffer[I] = Msg[I];
102 Buffer[I] = '\0';
103 Printf(Buffer);
131 char Buffer[32];
132 snprintf(Buffer, sizeof(Buffer), "%Lg", (long double)A.Float);
133 Printf("%s", Buffer);
198 char Buffer[] = { Pad, Pad, P == Loc ? '^' : Byte, Byte, 0 };
199 Printf((P % 8 == 0) ? Buffer : &Buffer[1])
    [all...]
  /external/llvm/include/llvm/Support/
SourceMgr.h 49 /// Buffer - The memory buffer for the file.
50 MemoryBuffer *Buffer;
92 assert(i < Buffers.size() && "Invalid Buffer ID!");
97 assert(i < Buffers.size() && "Invalid Buffer ID!");
98 return Buffers[i].Buffer;
106 assert(i < Buffers.size() && "Invalid Buffer ID!");
110 /// AddNewSourceBuffer - Add a new source buffer to this source manager. This
111 /// takes ownership of the memory buffer.
114 NB.Buffer = F
    [all...]
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 143 uint8_t Buffer[4];
144 uint8_t *Cur = Buffer;
147 GV, Buffer, sizeof(Buffer), /*Alignment=*/4);
  /external/lzma/CPP/7zip/Common/
FileStreams.h 32 Byte *Buffer;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h 31 - logging into a buffer (default behavior)
46 void (*Buffer)(PERF_OBJHANDLE hObject,
101 ((PERF_OBJHANDLE)(hObject))->ci.Buffer( \

Completed in 1281 milliseconds

12 3 4 5 6 7 8