HomeSort by relevance Sort by last modified time
    Searched refs:Buffers (Results 1 - 19 of 19) sorted by null

  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 113 void setDestinationBuffers(Buffers *buffers);
141 * cycles that have valid buffers to write to.
200 Buffers *mNextBuffers;
209 Buffers *mCapturedBuffers;
227 Buffers *mNextCapturedBuffers;
JpegCompressor.h 19 * This class simulates a hardware JPEG compressor. It receives image buffers
57 // Start compressing COMPRESSED format buffers; JpegCompressor takes
58 // ownership of the Buffers vector.
59 status_t start(Buffers *buffers, JpegListener *listener);
62 status_t compressSynchronous(Buffers *buffers);
82 Buffers *mBuffers;
Base.h 32 /* Internal structure for passing buffers across threads */
44 typedef Vector<StreamBuffer> Buffers;
JpegCompressor.cpp 41 status_t JpegCompressor::start(Buffers *buffers, JpegListener *listener) {
57 mBuffers = buffers;
71 status_t JpegCompressor::compressSynchronous(Buffers *buffers) {
85 mBuffers = buffers;
118 // Find source and target buffers. Assumes only one buffer matches
134 ALOGE("%s: Unable to find buffers for JPEG source/destination",
Sensor.cpp 169 void Sensor::setDestinationBuffers(Buffers *buffers) {
171 mNextBuffers = buffers;
244 Buffers *nextBuffers;
268 Buffers *capturedBuffers = NULL;
319 // Might be adding more buffers, so size isn't constant
  /external/llvm/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
57 /// Buffers - This is all of the buffers that we are reading from.
58 std::vector<SrcBuffer> Buffers;
92 assert(i < Buffers.size() && "Invalid Buffer ID!");
93 return Buffers[i];
97 assert(i < Buffers.size() && "Invalid Buffer ID!");
98 return Buffers[i].Buffer;
102 return Buffers.size();
106 assert(i < Buffers.size() && "Invalid Buffer ID!")
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 103 buffer_handle_t *buffers);
226 Buffers *mNextBuffers;
241 Buffers *buffers);
264 Buffers *buffers; member in struct:android::EmulatedFakeCamera2::ReadoutThread::InFlightQueue
277 Buffers *mBuffers;
EmulatedFakeCamera3.h 134 // We need a positive stream ID to distinguish external buffers from
135 // sensor-generated buffers which use a nonpositive ID. Otherwise, HAL3 has
207 HalBufferVector *buffers; member in struct:android::EmulatedFakeCamera3::ReadoutThread::Request
208 Buffers *sensorBuffers;
EmulatedFakeCamera2.cpp 466 buffer_handle_t *buffers) {
474 ALOGV("%s: Stream %d registering %d buffers", __FUNCTION__,
477 // Assumes that all buffers have the same format.
479 ALOGE("%s: Stream %d only has %d buffers!",
484 reinterpret_cast<const cb_handle_t*>(buffers[0]);
910 mNextBuffers = new Buffers;
912 ALOGV("Configure: Setting up buffers for capture");
1040 mNextBuffers = new Buffers;
1042 ALOGV("Configure: Setting up input buffers for reprocess");
1071 ALOGV("Configure: Setting up output buffers for reprocess")
    [all...]
EmulatedFakeCamera3.cpp 402 ALOGE("%s: Cannot register buffers in state %d",
417 ALOGE("%s: Trying to register buffers for a non-configured stream!",
423 * Register the buffers. This doesn't mean anything to the emulator besides
786 ALOGE("%s: Request %d: No output buffers provided!",
791 // Validate all buffers, starting with input buffer if it's given
870 Buffers *sensorBuffers = new Buffers();
871 HalBufferVector *buffers = new HalBufferVector(); local
874 buffers->setCapacity(request->num_output_buffers);
876 // Process all the buffers we got for output, constructing internal buffe
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 1 //===- SourceMgr.cpp - Manager for Simple Source Buffers & Diagnostics ----===//
46 while (!Buffers.empty()) {
47 delete Buffers.back().Buffer;
48 Buffers.pop_back();
77 for (unsigned i = 0, e = Buffers.size(); i != e; ++i)
78 if (Loc.getPointer() >= Buffers[i].Buffer->getBufferStart() &&
81 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd())
  /external/protobuf/
configure.ac 15 AC_INIT([Protocol Buffers],[2.3.0],[protobuf@googlegroups.com],[protobuf])
58 # Protocol Buffers contains several checks that are intended to be used only
configure 3 # Generated by GNU Autoconf 2.68 for Protocol Buffers 2.3.0.
710 PACKAGE_NAME='Protocol Buffers'
713 PACKAGE_STRING='Protocol Buffers 2.3.0'
    [all...]
  /external/protobuf/editors/
proto.vim 1 " Protocol Buffers - Google's data interchange format
31 " This is the Vim syntax file for Google Protocol Buffers.
  /external/clang/tools/libclang/
Indexing.cpp 493 SmallVector<const llvm::MemoryBuffer *, 8> Buffers;
497 I = Buffers.begin(), E = Buffers.end(); I != E; ++I)
599 BufOwner->Buffers.push_back(Buffer);
    [all...]
  /external/ceres-solver/docs/
build.tex 269 Protocol Buffers is a big dependency and if you do not care for the tests that depend on it and the logging support it enables, you can turn it off by using
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 8235 milliseconds