HomeSort by relevance Sort by last modified time
    Searched full:sourcebuffer (Results 1 - 20 of 20) sorted by null

  /frameworks/base/libs/hwui/
Readback.cpp 102 sp<GraphicBuffer> sourceBuffer;
105 status_t err = surface.getLastQueuedBuffer(&sourceBuffer, &sourceFence,
112 if (!sourceBuffer.get()) {
116 if (sourceBuffer->getUsage() & GRALLOC_USAGE_PROTECTED) {
132 EGLClientBuffer clientBuffer = (EGLClientBuffer) sourceBuffer->getNativeBuffer();
156 sourceBuffer->getWidth(), sourceBuffer->getHeight(), 0 /* total lie */);
  /external/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 21 /// RewriteBuffer - As code is rewritten, SourceBuffer's from the original
62 /// the buffer is specified relative to the original SourceBuffer. The
71 /// SourceBuffer. The text is inserted before the specified location. This is
78 /// offset in the buffer is specified relative to the original SourceBuffer.
92 /// getMappedOffset - Given an offset into the original SourceBuffer that this
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 183 const MediaBuffer& sourceBuffer,
188 size_t sourceSize = sourceBuffer.size();
189 void* sourcePointer = sourceBuffer.data();
197 void CameraSourceTimeLapse::fillLastReadBufferCopy(MediaBuffer& sourceBuffer) {
200 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime));
201 createMediaBufferCopy(sourceBuffer, frameTime, &mLastReadBufferCopy);
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 133 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename());
134 if (!SourceBuffer)
139 SourceBuffer.get(), ViewOpts, std::move(ExpansionCoverage));
151 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename());
152 if (!SourceBuffer)
157 SourceBuffer.get(), ViewOpts, std::move(FunctionCoverage));
166 auto SourceBuffer = getSourceFile(SourceFile);
167 if (!SourceBuffer)
175 SourceBuffer.get(), ViewOpts, std::move(FileCoverage));
182 SourceBuffer.get(), ViewOpts, std::move(SubViewCoverage))
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 110 StringWriter sourceBuffer = new StringWriter(256);
113 ast.apply(new TemplateTranslator(PACKAGE_NAME, CLASS_NAME, sourceBuffer, propagateStatus));
114 StringBuffer javaSource = sourceBuffer.getBuffer();
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
buffer_with_extendable_buffer.cpp 153 bool BufferWithExtendableBuffer::copy(const BufferWithExtendableBuffer *const sourceBuffer) {
155 const int tailPos = sourceBuffer->getTailPosition();
161 const uint32_t data = sourceBuffer->readUint(copyingSize, copyingPos);
buffer_with_extendable_buffer.h 104 bool copy(const BufferWithExtendableBuffer *const sourceBuffer);
  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 162 void fillLastReadBufferCopy(MediaBuffer& sourceBuffer);
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 572 std::vector<char> sourceBuffer (sourceLength + 1);
574 glGetShaderSource(shader.getShader(), (GLsizei)sourceBuffer.size(), 0, &sourceBuffer[0]);
576 return std::string(&sourceBuffer[0]);
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 629 std::vector<char> sourceBuffer (sourceLength + 1);
631 glGetShaderSource(shader.getShader(), (GLsizei)sourceBuffer.size(), 0, &sourceBuffer[0]);
633 return std::string(&sourceBuffer[0]);
    [all...]
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 29 libbasic - Diagnostics, SourceLocations, SourceBuffer abstraction,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h     [all...]
  /external/clang/www/
features.html 168 <li><b>libbasic</b> - Diagnostics, SourceLocations, SourceBuffer abstraction,
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 239 * @param bytes sourceBuffer
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1-sources.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6-sources.jar 
  /external/clang/docs/
InternalsManual.rst 592 ``SourceBuffer``. For tokens that include them, this length includes
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/misc/common/groovy/
groovy-src-1.7.0.zip 

Completed in 725 milliseconds