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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 985 sp<IGraphicBufferProducer> producer; local
    [all...]
com_google_android_gles_jni_EGLImpl.cpp 305 sp<IGraphicBufferProducer> producer(SurfaceTexture_getProducer(_env, native_window));
306 window = new Surface(producer, true);
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 671 status_t IGraphicBufferProducer::exportToParcel(const sp<IGraphicBufferProducer>& producer,
678 if (producer == nullptr) {
684 return producer->exportToParcel(parcel);
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
tf2xla.cc 269 compiler_options.graph_def_version = graph->versions().producer();
  /external/tensorflow/tensorflow/core/util/
tensor_slice_writer_test.cc 159 EXPECT_EQ(TF_CHECKPOINT_VERSION, sts.meta().versions().producer());
  /external/tensorflow/tensorflow/python/ops/
batch_norm_benchmark.py 42 ops.get_default_graph().graph_def_versions.producer = 8
  /toolchain/binutils/binutils-2.27/gas/
dwarf2dbg.c 2385 char producer[128]; local
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_queues.py 284 def producer(queue, num_items): function in function:QueueGetTests.test_why_are_getters_waiting
293 asyncio.gather(producer(q, producer_num_items),
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 105 void setProducer(const sp<IGraphicBufferProducer>& producer) { mProducer = producer; }
390 // Use the SW_READ_NEVER usage to tell producer that this format is not for preview or video
565 // Check if the producer buffer configurations match what ImageReader configured.
575 ALOGV("%s: Producer buffer size: %dx%d, doesn't match ImageReader configured size: %dx%d",
597 ALOGE("Producer output buffer format: 0x%x, ImageReader configured format: 0x%x",
600 msg.appendFormat("The producer output buffer format 0x%x doesn't "
711 // crop, transform, scalingMode, timestamp, and frameNumber should be set by producer,
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 184 const sp<IGraphicBufferProducer>& producer) {
185 return std::make_unique<NativeWindowSurface>(producer);
188 explicit NativeWindowSurface(const sp<IGraphicBufferProducer>& producer)
189 : surface(new Surface(producer, false)) {}
2423 sp<IGraphicBufferProducer> producer; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 864 sp<IGraphicBufferProducer> producer; local
    [all...]
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 116 sp<IGraphicBufferProducer> producer; local
118 BufferQueue::createBufferQueue(&producer, &consumer);
120 serviceManager->addService(PRODUCER_NAME, IInterface::asBinder(producer));
581 // Repeatedly queue and dequeue a buffer from the producer side, it should
646 // Repeatedly queue and dequeue a buffer from the producer side, it should
701 // Repeatedly queue and dequeue a buffer from the producer side, it should
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 840 chooseMultiplierAndApply(impl::DecimalQuantity &input, const impl::MultiplierProducer &producer,
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops_test.cc 338 ShapeRefiner refiner{g.versions().producer(), g.op_registry()};
  /external/tensorflow/tensorflow/core/distributed_runtime/
executor_test.cc 61 const int version = graph->versions().producer();
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 120 graph_def.versions().producer(),
  /external/tensorflow/tensorflow/python/framework/
common_shapes.py 653 graph_def_version = op.graph.graph_def_versions.producer
  /external/tensorflow/tensorflow/python/tools/
optimize_for_inference_test.py 200 ops.get_default_graph().graph_def_versions.producer = 9
  /external/libmojo/mojo/public/js/
core.js 226 * Writes the given data to the data pipe producer given by |handle|. See
  /hardware/google/av/codec2/hidl/client/
client.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go     [all...]
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 84 // list of values. A producer of value is expected to set one of that
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 180 /// list of values. A producer of value is expected to set one of that

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>