/hardware/interfaces/media/omx/1.0/ |
D | IOmx.hal | 75 * @return producer The associated producer end of the buffer queue. 81 IGraphicBufferProducer producer,
|
/hardware/interfaces/media/c2/1.0/ |
D | IInputSurface.hal | 39 * Returns the producer interface into the internal buffer queue. 41 * @return producer `IGraphicBufferProducer` instance. This must not be 44 getGraphicBufferProducer() generates (IGraphicBufferProducer producer);
|
D | IComponent.hal | 172 * @param producer Producer component of an OMX input surface. 188 @1.0::IGraphicBufferProducer producer,
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 60 * A single frame update from the consumer to producer that can be sent 86 * The most recent compositor timing info sent from consumer to producer 98 * A collection of updates from consumer to producer that can be sent 162 * * NO_INIT - the buffer queue has been abandoned or the producer is not 177 * dequeued by the producer at one time. If this method succeeds, any new 179 * (i.e. they are not owned by the producer or consumer). Calling this may 209 * Set the async flag if the producer intends to asynchronously queue 269 * both the producer and consumer are controlled by the app, then this call 276 * * NO_INIT - the buffer queue has been abandoned or the producer is not 282 * the producer already has a single buffer dequeued [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 154 producer = nullptr; in SetUp() 256 sp<IGraphicBufferProducer> producer; member in VideoEncHidlTest 683 sp<IGraphicBufferProducer> producer, in dispatchGraphicBuffer() argument 711 producer->dequeueBuffer( in dispatchGraphicBuffer() 723 producer->requestBuffer( in dispatchGraphicBuffer() 781 producer->queueBuffer( in dispatchGraphicBuffer() 872 sp<IGraphicBufferProducer> producer = nullptr, in encodeNFrames() argument 917 if (dispatchGraphicBuffer(omxNode, producer, listener, iBuffer, in encodeNFrames() 1216 producer = _nl; in TEST_P() 1220 ASSERT_NE(producer, nullptr); in TEST_P() [all …]
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 34 * owned by the buffer queue, i.e., they are not owned by the producer or 94 * Sets the async flag: whether the producer intends to asynchronously queue 206 * both the producer and consumer are controlled by the app, then this call 469 * Attempts to connect the client as a producer of the buffer queue. 477 * - The producer is already connected. 485 * @param producerControlledByApp `true` if the producer is hosted by an 487 * the producer and the consumer are controlled by app, the buffer queue 505 * Attempts to disconnect the client from the producer end of the buffer 518 * current connection type. If the producer end is not connected, 568 * allows the producer to restrict the eligible slots to those which already
|
D | types.hal | 33 * producer is connected at the time of the call.
|
/hardware/interfaces/media/c2/1.1/ |
D | IComponent.hal | 42 * producer side is configured with the returned @p sidebandStream passed
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevicePreviewCallback.hal | 87 * Set the producer usage flags for the next buffer(s) to be enqueued.
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponent.hal | 139 * @param producer Producer component of an OMX persistent input surface. 154 IGraphicBufferProducer producer,
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_formats.cpp | 792 const uint16_t producer, in get_afbc_format() argument 804 …((producer & GOOGLE_GRALLOC_PRODUCER_VPUS_MASK) == 0 || (consumer & GOOGLE_GRALLOC_CONSUMER_VPUS_M… in get_afbc_format()
|
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_formats.cpp | 971 const uint16_t producer, in get_afbc_format() argument 983 ((producer & MALI_GRALLOC_PRODUCER_VPU) == 0 || (consumer & MALI_GRALLOC_CONSUMER_VPU) == 0)) in get_afbc_format()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 582 * encoding ranges, but the consumer and/or the producer of the data may
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 8716 sp<IGraphicBufferProducer> producer; in setupPreviewWindow() local 8718 BufferQueue::createBufferQueue(&producer, &consumer); in setupPreviewWindow() 8725 sp<Surface> surface = new Surface(producer); in setupPreviewWindow()
|