Home
last modified time | relevance | path

Searched defs:bufferProducer (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamattachbufferqueue_fuzzer/
H A Ddstreamattachbufferqueue_fuzzer.cpp32 sptr<BufferProducerSequenceable> bufferProducer(new BufferProducerSequenceable()); in DstreamAttachBufferQueueFuzzTest() local
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/
H A Dface_auth_interface_service.cpp60 …32_t FaceAuthInterfaceService::SetBufferProducer(const sptr<BufferProducerSequenceable> &bufferPro… in SetBufferProducer()
/ohos5.0/drivers/interface/camera/sequenceable/buffer_producer/
H A Dbuffer_producer_sequenceable.cpp51 sptr<OHOS::IBufferProducer> bufferProducer = OHOS::iface_cast<OHOS::IBufferProducer>(remoteObj); in Unmarshalling() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp185 sptr<IBufferProducer> bufferProducer = surface->GetProducer(); variable
/ohos5.0/base/useriam/face_auth/frameworks/js/napi/src/
H A Dface_auth_napi.cpp84 bool GetBufferProducerBySurfaceId(uint64_t surfaceId, sptr<IBufferProducer> &bufferProducer) in GetBufferProducerBySurfaceId()
140 sptr<IBufferProducer> bufferProducer(nullptr); in SetSurfaceId() local
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthservice_fuzzer/
H A Dface_auth_service_fuzzer.cpp46 sptr<IBufferProducer> bufferProducer(nullptr); in FuzzSetBufferProducer() local
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfaceservice_fuzzer/
H A Dface_auth_interface_service_fuzzer.cpp51 sptr<IBufferProducer> bufferProducer = nullptr; in FuzzSetBufferProducer() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp56 DepthDataOutput::DepthDataOutput(sptr<IBufferProducer> bufferProducer) in DepthDataOutput()
H A Dcapture_output.cpp29 …reOutput(CaptureOutputType outputType, StreamType streamType, sptr<IBufferProducer> bufferProducer, in CaptureOutput()
H A Dvideo_output.cpp29 VideoOutput::VideoOutput(sptr<IBufferProducer> bufferProducer) in VideoOutput()
H A Dpreview_output.cpp69 PreviewOutput::PreviewOutput(sptr<IBufferProducer> bufferProducer) in PreviewOutput()
H A Dphoto_output.cpp319 PhotoOutput::PhotoOutput(sptr<IBufferProducer> bufferProducer) in PhotoOutput()
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dstream_operator_service.cpp97 const sptr<BufferProducerSequenceable> &bufferProducer) in AttachBufferQueue()
/ohos5.0/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
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Ddstream_operator_test.cpp266 sptr<BufferProducerSequenceable> bufferProducer = nullptr;; variable
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_browser_client_adapter_impl.cpp156 sptr<IBufferProducer> bufferProducer = iface_cast<IBufferProducer>(surfaceObject); in QueryRenderSurface() local
H A Daafwk_browser_host_impl.cpp102 sptr<IBufferProducer> bufferProducer = iface_cast<IBufferProducer>(surfaceObject); in HandlePassSurface() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_capture_plugin.cpp129 sptr<IBufferProducer> bufferProducer = surfaceConsumer_->GetProducer(); in Prepare() local
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp299 sptr<IBufferProducer> bufferProducer = nullptr; in ProxyInterfaceFuzzTestPart3() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp500 auto bufferProducer = iface_cast<IBufferProducer>(remoteObject); in OnRemoteRequest() local
591 auto bufferProducer = iface_cast<IBufferProducer>(remoteObject); in OnRemoteRequest() local
1138 auto bufferProducer = iface_cast<IBufferProducer>(remoteObject); in OnRemoteRequest() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhdecoder_unit_test.cpp78 sptr<IBufferProducer> bufferProducer = consumerSurface->GetProducer(); in CreateOutputSurface() local
436 sptr<IBufferProducer> bufferProducer = consumerSurface->GetProducer(); in CreateOutputSurface() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp655 sptr<IBufferProducer> bufferProducer = consumerSurface->GetProducer(); in CreateSurfaceNormal() local
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_operator_vdi_impl.cpp395 const sptr<BufferProducerSequenceable> &bufferProducer) in AttachBufferQueue()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp285 …eamOperator::AttachBufferQueue(int32_t streamId, const sptr<BufferProducerSequenceable> &bufferPro… in AttachBufferQueue()