Home | History | Annotate | Download | only in device3

Lines Matching full:consumer

81     Camera3OutputStream(int id, sp<Surface> consumer,
92 Camera3OutputStream(int id, sp<Surface> consumer,
98 * Set up a stream with deferred consumer for formats that have 2 dimensions, such as
99 * RAW and YUV. The consumer must be set before using this stream for output. A valid
136 * Return if the consumer configuration of this stream is deferred.
141 * Set the consumer surface to the output stream.
143 virtual status_t setConsumer(sp<Surface> consumer);
150 * Implementation of IProducerListener, used to notify this stream that the consumer
198 // Name of Surface consumer
201 // Whether consumer assumes MONOTONIC timestamp
212 * from consumer side.
227 * Consumer end point usage flag set by the constructor for the deferred
228 * consumer case.