HomeSort by relevance Sort by last modified time
    Searched full:consumer (Results 251 - 275 of 929) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 186 sp<IGraphicBufferConsumer> consumer; local
187 BufferQueue::createBufferQueue(&producer, &consumer);
188 mCpuConsumer = new CpuConsumer(consumer, param.mHeapCount);
227 // Clear producer before consumer.
368 sp<CpuConsumer> consumer = stream->GetConsumer(); local
418 ASSERT_EQ(OK, consumer->lockNextBuffer(&imgBuffer));
429 ASSERT_EQ(OK, consumer->unlockBuffer(imgBuffer));
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 153 /// code-completion consumer can process the results accordingly.
804 /// \brief Abstract interface for a consumer of code-completion
810 /// \brief Whether the output format for the code-completion consumer is
    [all...]
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 173 sp<IGraphicBufferConsumer> consumer; local
174 BufferQueue::createBufferQueue(&mProducer, &consumer);
175 mGlConsumer = new GLConsumer(consumer, mExtTextureName,
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 154 // between the producer and this consumer
171 // being used by buffer consumer
182 // buffer consumer (i.e. the video encoder). It's possible that these
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 110 virtual status_t createStream(sp<Surface> consumer,
318 * Set the deferred consumer surface and finish the rest of the stream configuration.
320 virtual status_t setConsumerSurface(int streamId, sp<Surface> consumer) = 0;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 166 sp<IGraphicBufferConsumer> consumer; local
167 BufferQueue::createBufferQueue(&producer, &consumer);
168 surfaceTexture_ = new GLConsumer(consumer, 0, GLConsumer::TEXTURE_EXTERNAL,
  /frameworks/native/cmds/flatland/
GLHelper.cpp 205 sp<IGraphicBufferConsumer> consumer; local
206 BufferQueue::createBufferQueue(&producer, &consumer, mGraphicBufferAlloc);
207 sp<GLConsumer> glc = new GLConsumer(consumer, name,
  /frameworks/native/libs/gui/
ConsumerBase.cpp 88 "consumer is not abandoned!", mName.string());
309 // If consumer no longer tracks this graphicBuffer, we can safely
341 // If consumer no longer tracks this graphicBuffer (we received a new
  /libcore/ojluni/src/main/java/java/util/
ArrayList.java 29 import java.util.function.Consumer;
    [all...]
  /bionic/benchmarks/
semaphore_benchmark.cpp 49 // point where the posted consumer thread wakes up. It suffers from
  /bionic/libc/kernel/uapi/linux/
pps.h 79 int consumer; member in struct:pps_bind_args
  /build/target/product/
core_minimal.mk 17 # Base configuration for most consumer android devices. Do not put
  /development/ndk/platforms/android-21/include/linux/
pps.h 79 int consumer; member in struct:pps_bind_args
  /docs/source.android.com/src/devices/graphics/
arch-sf-hwc.jd 42 the consumer. A Binder object for the producer side is passed through the
171 BufferQueue, connects itself to the consumer side, then passes the producer
177 SurfaceFlinger is the producer of buffers rather than the consumer.</p>
189 SurfaceFlinger acts as the BufferQueue consumer. It's also possible to ask
index.jd 94 <p>The most common consumer of image streams is SurfaceFlinger, the system
152 producer to the consumer. Once the producers hand off their buffers,
175 Consumer, among other tasks.
181 goes out at the consumer. No buffer is ever discarded in this mode. And if the
  /docs/source.android.com/src/source/
index.jd 31 consumer product with source code open for customization and porting.
  /external/autotest/client/cros/chameleon/
audio_level.py 14 # Line level signal on consumer equipment is typically -10 dBV, or
  /external/avahi/avahi-common/
watch.h 57 poll(2). A consumer will call watch_new() for all file descriptors it
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 20 // AST Consumer Actions
  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 24 // AST Consumer Actions
  /external/clang/lib/AST/
ExternalASTSource.cpp 62 void ExternalASTSource::StartTranslationUnit(ASTConsumer *Consumer) {}
  /external/clang/test/CodeGen/
arm64-aapcs-arguments.c 37 // It's the job of the argument *consumer* to perform the required sign & zero
  /external/compiler-rt/
README.android 6 * - Changes due to the limitations in Android-based consumer electronics.
  /external/google-breakpad/src/common/
stabs_reader.h 232 // Consumer-provided callback structure for the STABS reader. Clients
261 // from the .stabstr section, the consumer can assume that if two
283 // available, and the consumer must infer it by other means.
302 // the function's ending address is not available, and the consumer
  /external/harfbuzz_ng/util/
hb-shape.cc 29 #include "shape-consumer.hh"

Completed in 1456 milliseconds

<<11121314151617181920>>