Home
last modified time | relevance | path

Searched refs:bufferProducer (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp56 DepthDataOutput::DepthDataOutput(sptr<IBufferProducer> bufferProducer) in DepthDataOutput() argument
57 : CaptureOutput(CAPTURE_OUTPUT_TYPE_DEPTH_DATA, StreamType::DEPTH, bufferProducer, nullptr) in DepthDataOutput()
H A Dcapture_output.cpp29 CaptureOutput::CaptureOutput(CaptureOutputType outputType, StreamType streamType, sptr<IBufferProducer> bufferProducer, in CaptureOutput() argument
31 : outputType_(outputType), streamType_(streamType), stream_(stream), bufferProducer_(bufferProducer) in CaptureOutput()
H A Dvideo_output.cpp29 VideoOutput::VideoOutput(sptr<IBufferProducer> bufferProducer) in VideoOutput() argument
30 : CaptureOutput(CAPTURE_OUTPUT_TYPE_VIDEO, StreamType::REPEAT, bufferProducer, nullptr) in VideoOutput()
H A Dpreview_output.cpp64 PreviewOutput::PreviewOutput(sptr<IBufferProducer> bufferProducer) in PreviewOutput() argument
65 : CaptureOutput(CAPTURE_OUTPUT_TYPE_PREVIEW, StreamType::REPEAT, bufferProducer, nullptr) in PreviewOutput()
H A Dphoto_output.cpp321 PhotoOutput::PhotoOutput(sptr<IBufferProducer> bufferProducer) in PhotoOutput() argument
322 : CaptureOutput(CAPTURE_OUTPUT_TYPE_PHOTO, StreamType::CAPTURE, bufferProducer, nullptr) in PhotoOutput()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddepth_data_output.h45 explicit DepthDataOutput(sptr<IBufferProducer> bufferProducer);
H A Dcapture_output.h113 explicit CaptureOutput(CaptureOutputType outputType, StreamType streamType, sptr<IBufferProducer> bufferProducer,
H A Dpreview_output.h68 explicit PreviewOutput(sptr<IBufferProducer> bufferProducer);
H A Dvideo_output.h65 explicit VideoOutput(sptr<IBufferProducer> bufferProducer);
H A Dphoto_output.h259 explicit PhotoOutput(sptr<IBufferProducer> bufferProducer);
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp59 static inline sptr<IBufferProducer> bufferProducer = nullptr; member in OHOS::Rosen::BufferQueueConsumerTest
73 bufferProducer = csurface->GetProducer(); in SetUpTestCase()
74 surface = Surface::CreateSurfaceAsProducer(bufferProducer); in SetUpTestCase()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_capture_plugin.cpp129 sptr<IBufferProducer> bufferProducer = surfaceConsumer_->GetProducer(); in Prepare() local
130 if (!bufferProducer) { in Prepare()
134 surfaceProducer_ = Surface::CreateSurfaceAsProducer(bufferProducer); in Prepare()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp185 sptr<IBufferProducer> bufferProducer = surface->GetProducer(); in HWTEST_F() local
186 sptr<Surface> producerSurface = Surface::CreateSurfaceAsProducer(bufferProducer); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhdecoder_unit_test.cpp78 sptr<IBufferProducer> bufferProducer = consumerSurface->GetProducer(); in CreateOutputSurface() local
79 if (!bufferProducer) { in CreateOutputSurface()
83 sptr<Surface> producerSurface = Surface::CreateSurfaceAsProducer(bufferProducer); in CreateOutputSurface()
393 sptr<IBufferProducer> bufferProducer = consumerSurface->GetProducer(); in CreateOutputSurface() local
394 sptr<Surface> producerSurface = Surface::CreateSurfaceAsProducer(bufferProducer); in CreateOutputSurface()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp466 auto bufferProducer = iface_cast<IBufferProducer>(remoteObject); in OnRemoteRequest() local
467 surface = Surface::CreateSurfaceAsProducer(bufferProducer); in OnRemoteRequest()
524 auto bufferProducer = iface_cast<IBufferProducer>(remoteObject); in OnRemoteRequest() local
525 sptr<Surface> surface = Surface::CreateSurfaceAsProducer(bufferProducer); in OnRemoteRequest()
1092 auto bufferProducer = iface_cast<IBufferProducer>(remoteObject); in OnRemoteRequest() local
1093 sptr<Surface> surface = Surface::CreateSurfaceAsProducer(bufferProducer); in OnRemoteRequest()
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp299 sptr<IBufferProducer> bufferProducer = nullptr; in ProxyInterfaceFuzzTestPart3() local
300 proxy->SetVirtualScreenSurface(screenId, bufferProducer); in ProxyInterfaceFuzzTestPart3()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp624 sptr<IBufferProducer> bufferProducer = consumerSurface->GetProducer(); in CreateSurfaceNormal() local
625 sptr<Surface> producerSurface = Surface::CreateSurfaceAsProducer(bufferProducer); in CreateSurfaceNormal()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp106 const sptr<BufferProducerSequenceable>& bufferProducer));

Completed in 32 milliseconds