Home
last modified time | relevance | path

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

123

/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
/aosp12/frameworks/native/libs/bufferqueueconverter/
H A DBufferQueueConverter.cpp49 sp<IGraphicBufferProducer> bufferProducer = new H2BGraphicBufferProducer(token); in getSurfaceFromHGBP() 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/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/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp185 sptr<IBufferProducer> bufferProducer = surface->GetProducer(); variable
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaSync.cpp64 status_t JMediaSync::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) { in setSurface()
73 sp<IGraphicBufferProducer>* bufferProducer) { in createInputSurface()
180 sp<IGraphicBufferProducer> bufferProducer; in android_media_MediaSync_native_setSurface() local
245 sp<IGraphicBufferProducer> bufferProducer; in android_media_MediaSync_createInputSurface() 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
/aosp12/frameworks/av/media/libmedia/
H A DIRemoteDisplayClient.cpp40 void onDisplayConnected(const sp<IGraphicBufferProducer>& bufferProducer, in onDisplayConnected()
/aosp12/frameworks/av/media/libmedia/omx/1.0/
H A DWOmx.cpp71 sp<::android::IGraphicBufferProducer>* bufferProducer, in createInputSurface()
/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()
/aosp12/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp237 sp<IGraphicBufferProducer> bufferProducer; in prepareEncoder() local
341 const sp<IGraphicBufferProducer>& bufferProducer, in prepareVirtualDisplay()
760 sp<IGraphicBufferProducer> bufferProducer; in recordScreen() local
/aosp12/frameworks/av/camera/
H A DCamera.cpp103 status_t Camera::setPreviewTarget(const sp<IGraphicBufferProducer>& bufferProducer) in setPreviewTarget()
112 status_t Camera::setVideoTarget(const sp<IGraphicBufferProducer>& bufferProducer) in setVideoTarget()
H A DICamera.cpp83 status_t setPreviewTarget(const sp<IGraphicBufferProducer>& bufferProducer) in setPreviewTarget()
329 status_t setVideoTarget(const sp<IGraphicBufferProducer>& bufferProducer) in setVideoTarget()
/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
/aosp12/frameworks/native/libs/nativewindow/tests/
H A DANativeWindowTest.cpp34 explicit TestableSurface(const sp<IGraphicBufferProducer>& bufferProducer) in TestableSurface()
/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
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp64 virtual void onDisplayConnected(const sp<IGraphicBufferProducer>& bufferProducer, in onDisplayConnected()
/aosp12/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp302 void GenericMediaPlayer::setVideoSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer) { in setVideoSurfaceTexture()

123