HomeSort by relevance Sort by last modified time
    Searched refs:producer (Results 51 - 75 of 305) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 149 sp<IGraphicBufferProducer> producer;
151 BufferQueue::createBufferQueue(&producer, &consumer);
153 sp<Surface> mSTC = new Surface(producer);
268 sp<IGraphicBufferProducer> producer; local
270 BufferQueue::createBufferQueue(&producer, &consumer);
272 sp<Surface> mSTC = new Surface(producer);
354 sp<IGraphicBufferProducer> producer; local
356 BufferQueue::createBufferQueue(&producer, &consumer);
358 sp<Surface> mSTC = new Surface(producer);
526 sp<IGraphicBufferProducer> producer; local
578 sp<IGraphicBufferProducer> producer; local
660 sp<IGraphicBufferProducer> producer; local
765 sp<IGraphicBufferProducer> producer; local
    [all...]
  /external/perfetto/src/tracing/core/
service_impl.cc 33 #include "perfetto/tracing/core/producer.h"
47 // from the IPC layer, but we should never assume that that the producer calls
92 // TODO(fmayer): handle teardown of all Producer.
96 Producer* producer,
103 PERFETTO_DLOG("Lockdown mode. Rejecting producer with UID %ld",
113 PERFETTO_DLOG("Producer %" PRIu16 " connected", id);
116 id, uid, this, task_runner_, producer, producer_name));
120 task_runner_->PostTask(std::bind(&Producer::OnConnect, endpoint->producer_));
127 PERFETTO_DLOG("Producer %" PRIu16 " disconnected", id)
373 ProducerEndpointImpl* producer = GetProducer(producer_id); local
430 ProducerEndpointImpl* producer = GetProducer(producer_id); local
759 ProducerEndpointImpl* producer = GetProducer(producer_id); local
795 ProducerEndpointImpl* producer = GetProducer(data_source.producer_id); local
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
TextureViewTests.java 97 Surface producer = new Surface(texture); local
98 Canvas canvas = producer.lockCanvas(null);
100 producer.unlockCanvasAndPost(canvas);
  /external/proguard/src/proguard/optimize/info/
ParameterUsageMarker.java 196 Value producer = local
198 if (producer != null &&
199 producer.instructionOffsetValue().contains(PartialEvaluator.AT_METHOD_ENTRY))
  /external/curl/packages/vms/
pcsi_product_gnv_curl.com 34 $ producer = f$trnlnm("GNV_PCSI_PRODUCER")
35 $ if producer .eqs. ""
118 $ producer = f$element(0, "-", kit_name)
175 /producer='producer' -
  /external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_conpro.c 9 * This is a test about producer and consumer. Producer sends data
38 int *producer(buf_t * buf) function
54 printf("producer has added %d to the buffer[%d] \n", data, in);
125 pthread_create(&pro, NULL, (void *)producer, &buf);
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 391 gl_linked_shader *producer,
398 /* Find all shader outputs in the "producer" stage.
400 foreach_in_list(ir_instruction, node, producer->ir) {
413 const glsl_type *type = get_varying_type(var, producer->Stage);
437 _mesa_shader_stage_to_string(producer->Stage),
484 * of the corresponding producer output.
501 consumer->Stage, producer->Stage);
511 consumer->Stage, producer->Stage);
553 producer->Stage);
    [all...]
opt_dead_builtin_varyings.cpp 271 * If "ir" is the producer, the "external" usage should come from
535 gl_linked_shader *producer,
557 if (producer) {
558 producer_info.get(producer->ir, num_tfeedback_decls, tfeedback_decls);
563 lower_texcoord_array(producer, &producer_info);
572 if (!producer) {
585 replace_varyings_visitor(producer,
602 /* Eliminate the inputs uninitialized by the producer. */
  /frameworks/native/libs/vr/libvrflinger/
display_surface.cpp 220 auto producer = ProducerQueue::Create(config, UsagePolicy{}); local
221 if (!producer) {
223 "ApplicationDisplaySurface::OnCreateQueue: Failed to create producer "
229 producer->CreateSilentConsumerQueue();
242 return std::move(producer->GetChannelHandle());
292 auto producer = ProducerQueue::Create( local
294 if (!producer) {
296 "DirectDisplaySurface::OnCreateQueue: Failed to create producer "
301 direct_queue_ = producer->CreateConsumerQueue();
314 return std::move(producer->GetChannelHandle())
    [all...]
  /hardware/google/interfaces/media/c2/1.0/
IComponent.hal 139 * @param producer Producer component of an OMX persistent input surface.
154 IGraphicBufferProducer producer,
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.cc 17 #include "src/tracing/ipc/producer/producer_ipc_client_impl.h"
27 #include "perfetto/tracing/core/producer.h"
34 // w.r.t. the Producer pointer. Also think to lifetime of the Producer* during
42 Producer* producer,
46 service_sock_name, producer, producer_name, task_runner));
50 Producer* producer,
53 : producer_(producer),
    [all...]
  /external/perfetto/test/cts/producer/src/android/perfetto/producer/
ProducerActivity.java 17 package android.perfetto.producer;
  /external/perfetto/test/
task_runner_thread_delegates.h 78 FakeProducer* producer() { return producer_.get(); } function in class:perfetto::FakeProducerDelegate
end_to_end_benchmark.cc 45 FakeProducer* producer = helper.ConnectFakeProducer(); local
80 producer->ProduceEventBatch(helper.WrapTask(on_produced_and_committed));
  /external/tensorflow/tensorflow/core/common_runtime/
graph_runner.cc 163 const int producer = graph_to_run->versions().producer(); local
164 params.create_kernel = [this, producer](const NodeDef& ndef,
166 return CreateNonCachedKernel(cpu_device_.get(), nullptr, ndef, producer,
  /frameworks/native/services/vr/bufferhubd/
consumer_channel.h 12 // Consumer channels are attached to a Producer channel
21 const std::shared_ptr<Channel> producer);
  /hardware/google/av/codec2/vndk/include/v4l2/
C2VdaBqBlockPool.h 50 * Tries to dequeue a buffer from producer. If the dequeued slot is not in |mSlotBuffers| and
51 * BUFFER_NEEDS_REALLOCATION is returned, allocates new buffer from producer by requestBuffer
55 * to producer. After that only slots with allocated buffer could be dequeued.
61 void configureProducer(const android::sp<android::HGraphicBufferProducer>& producer) override;
64 * Sends the request of arbitrary number of graphic buffers allocation. If producer is given,
65 * it will set maxDequeuedBufferCount as the requested buffer count to producer.
  /external/elfutils/tests/
run-readelf-dwz-multi.sh 88 producer (strp) "GNU C 4.7.0 20120507 (Red Hat 4.7.0-5) -mtune=generic -march=x86-64 -g"
149 producer (strp) "GNU C 4.7.0 20120507 (Red Hat 4.7.0-5) -mtune=generic -march=x86-64 -g"
209 producer (strp) "GNU C 4.7.0 20120507 (Red Hat 4.7.0-5) -fpreprocessed -mtune=generic -march=x86-64 -g -fPIC"
249 producer (strp) "GNU C 4.7.0 20120507 (Red Hat 4.7.0-5) -fpreprocessed -mtune=generic -march=x86-64 -g -fPIC"
288 producer (GNU_strp_alt) "GNU C 4.7.2 20121109 (Red Hat 4.7.2-8) -mtune=generic -march=x86-64 -g"
  /hardware/google/av/codec2/vndk/v4l2/
C2VdaBqBlockPool.cpp 46 // The timeout delay for dequeuing buffer from producer in nanoseconds.
89 // Producer will not be configured in byte-buffer mode. Allocate buffers from allocator
179 // convert GraphicBuffer to C2GraphicAllocation and wrap producer id and slot index
181 ALOGV("buffer wraps { producer id: %" PRIu64 ", slot: %d }", mProducerId, slot);
253 void C2VdaBqBlockPool::configureProducer(const sp<HGraphicBufferProducer>& producer) {
256 // TODO: handle producer change request (client changes surface) while codec is running.
262 mProducer = producer;
263 if (producer) {
265 producer->getUniqueId(
276 status = producer->setDequeueTimeout(kDequeueTimeoutNs)
    [all...]
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 191 sp<IGraphicBufferProducer> producer; local
193 BufferQueue::createBufferQueue(&producer, &consumer);
196 sp<Surface> s = new Surface(producer);
209 sp<IGraphicBufferProducer> producer; local
211 BufferQueue::createBufferQueue(&producer, &consumer);
216 sp<Surface> s = new Surface(producer);
230 sp<IGraphicBufferProducer> producer; local
232 BufferQueue::createBufferQueue(&producer, &consumer);
234 sp<Surface> surface = new Surface(producer);
265 sp<IGraphicBufferProducer> producer; local
281 sp<IGraphicBufferProducer> producer; local
312 sp<IGraphicBufferProducer> producer; local
336 sp<IGraphicBufferProducer> producer; local
374 sp<IGraphicBufferProducer> producer; local
400 sp<IGraphicBufferProducer> producer; local
    [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 51 // one Binder interface to create a new Surface for buffer producer to write
67 IGraphicBufferProducer::asBinder(new_queue->producer));
114 BufferQueue::createBufferQueue(&producer, &consumer);
124 sp<IGraphicBufferProducer> producer; member in struct:BufferTransportService::BufferQueueHolder
151 // sending the binder proxy to the client. In another word, the producer side
186 auto producer = interface_cast<IGraphicBufferProducer>(binder); variable
187 if (producer == nullptr) {
192 sp<Surface> surface = new Surface(producer, /*controlledByApp=*/true);
236 // from it; while the producer queue will be wrapped in a Surface and returned
418 // 2) BufferHubQueue. The test case drives the producer end of both transpor
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 456 * it provided to the producer thread. Returning false indicates an
480 ProduceFrameFunc producer,
483 /* Access the primary buffer of the frame producer, this is the frame
516 ProduceFrameFunc producer, void* opaque,
519 /* Indicates if the producer has produced at least one frame. */
569 * multi-core systems. If the producer cannot keep up the last frame will
577 * delivered. This is used by the double buffering producer thread and
  /external/libmojo/mojo/edk/test/
mojo_test_base.h 145 static void CreateDataPipe(MojoHandle* producer,
150 static void WriteData(MojoHandle producer, const std::string& data);
  /external/ltp/testcases/open_posix_testsuite/stress/semaphores/
multi_con_pro.c 40 int *producer(void *ID) function
47 printf("Enter into Producer Thread %d... \n", ThreadID);
64 printf("[%d] producer has added %d to the buffer[%d] \n",
91 printf("[%d] producer has added %d to the buffer[%d] \n", ThreadID,
102 printf("Producer %d exit... \n", ThreadID);
201 pthread_create(&pro[i], NULL, (void *)producer,
  /external/valgrind/drd/tests/
circular_buffer.c 1 /* Test program that performs producer-consumer style communication through
159 static void producer(int* id) function
211 (void * (*)(void *)) producer, &thread_arg[i]);

Completed in 2588 milliseconds

1 23 4 5 6 7 8 91011>>