Searched refs:mOutputSurface (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.cpp | 230 sp<ANativeWindow> outputANW = mOutputSurface; in processInputFrame() 260 if ((res = native_window_set_buffers_dimensions(mOutputSurface.get(), finalJpegBufferSize, 1)) in processInputFrame() 267 res = outputANW->dequeueBuffer(mOutputSurface.get(), &anb, &fenceFd); in processInputFrame() 279 outputANW->cancelBuffer(mOutputSurface.get(), anb, /*fence*/ -1); in processInputFrame() 286 outputANW->cancelBuffer(mOutputSurface.get(), anb, /*fence*/ -1); in processInputFrame() 340 outputANW->cancelBuffer(mOutputSurface.get(), anb, /*fence*/ -1); in processInputFrame() 347 outputANW->cancelBuffer(mOutputSurface.get(), anb, /*fence*/ -1); in processInputFrame() 351 res = native_window_set_buffers_timestamp(mOutputSurface.get(), ts); in processInputFrame() 364 outputANW->queueBuffer(mOutputSurface.get(), anb, /*fence*/ -1); in processInputFrame() 522 mOutputSurface = consumers[0]; in createInternalStreams() [all …]
|
D | HeicCompositeStream.cpp | 191 mOutputSurface = consumers[0]; in createInternalStreams() 232 if (mOutputSurface != nullptr) { in deleteInternalStreams() 233 mOutputSurface->disconnect(NATIVE_WINDOW_API_CAMERA); in deleteInternalStreams() 234 mOutputSurface.clear(); in deleteInternalStreams() 469 if (mOutputSurface.get() == nullptr) { in configureStream() 474 auto res = mOutputSurface->connect(NATIVE_WINDOW_API_CAMERA, mProducerListener); in configureStream() 481 if ((res = native_window_set_buffers_format(mOutputSurface.get(), HAL_PIXEL_FORMAT_BLOB)) in configureStream() 488 ANativeWindow *anwConsumer = mOutputSurface.get(); in configureStream() 911 sp<ANativeWindow> outputANW = mOutputSurface; in startMuxerForInputFrame() 913 auto res = outputANW->dequeueBuffer(mOutputSurface.get(), &inputFrame.anb, &inputFrame.fenceFd); in startMuxerForInputFrame() [all …]
|
D | DepthCompositeStream.h | 124 sp<Surface> mDepthSurface, mBlobSurface, mOutputSurface; variable
|
D | HeicCompositeStream.h | 232 sp<Surface> mOutputSurface; variable
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 60 mOutputSurface = outputSurface; in start() 136 err = mEglWindow.createWindow(mOutputSurface); in setup_l() 189 mOutputSurface.clear(); in release_l()
|
D | Overlay.h | 124 sp<IGraphicBufferProducer> mOutputSurface; variable
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 147 mOutputSurface.lock()->maxDequeueBuffers = kSmoothnessFactor + kRenderingDepth; in CCodecBufferChannel() 740 Mutexed<OutputSurface>::Locked output(mOutputSurface); in renderOutputBuffer() 1061 Mutexed<OutputSurface>::Locked output(mOutputSurface); in start() 1384 mOutputSurface.lock()->surface.clear(); in release() 1543 Mutexed<OutputSurface>::Locked output(mOutputSurface); in handleWork() 1631 Mutexed<OutputSurface>::Locked output(mOutputSurface); in handleWork() 1815 newSurface->setMaxDequeuedBufferCount(mOutputSurface.lock()->maxDequeueBuffers); in setSurface() 1842 Mutexed<OutputSurface>::Locked output(mOutputSurface); in setSurface()
|
D | CCodecBufferChannel.h | 292 Mutexed<OutputSurface> mOutputSurface; variable
|