Searched refs:outputQueue (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/gui/ |
D | StreamSplitter.cpp | 76 const sp<IGraphicBufferProducer>& outputQueue) { in addOutput() argument 77 if (outputQueue == nullptr) { in addOutput() 85 sp<OutputListener> listener(new OutputListener(this, outputQueue)); in addOutput() 86 IInterface::asBinder(outputQueue)->linkToDeath(listener); in addOutput() 87 status_t status = outputQueue->connect(listener, NATIVE_WINDOW_API_CPU, in addOutput() 94 mOutputs.push_back(outputQueue); in addOutput()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.cpp | 170 status_t Camera3StreamSplitter::addOutput(size_t surfaceId, const sp<Surface>& outputQueue) { in addOutput() argument 173 status_t res = addOutputLocked(surfaceId, outputQueue); in addOutput() 192 status_t Camera3StreamSplitter::addOutputLocked(size_t surfaceId, const sp<Surface>& outputQueue) { in addOutputLocked() argument 194 if (outputQueue == nullptr) { in addOutputLocked() 204 status_t res = native_window_set_buffers_dimensions(outputQueue.get(), in addOutputLocked() 210 res = native_window_set_buffers_format(outputQueue.get(), in addOutputLocked() 218 sp<IGraphicBufferProducer> gbp = outputQueue->getIGraphicBufferProducer(); in addOutputLocked() 222 res = outputQueue->connect(NATIVE_WINDOW_API_CAMERA, listener); in addOutputLocked() 230 res = static_cast<ANativeWindow*>(outputQueue.get())->query( in addOutputLocked() 231 outputQueue.get(), in addOutputLocked() [all …]
|
D | Camera3StreamSplitter.h | 72 status_t addOutput(size_t surfaceId, const sp<Surface>& outputQueue); 216 status_t addOutputLocked(size_t surfaceId, const sp<Surface>& outputQueue);
|
/frameworks/native/libs/gui/include/gui/ |
D | StreamSplitter.h | 64 status_t addOutput(const sp<IGraphicBufferProducer>& outputQueue);
|