Home
last modified time | relevance | path

Searched refs:AttachBuffer (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp73 GSError BufferQueueConsumer::AttachBuffer(sptr<SurfaceBuffer>& buffer) in AttachBuffer() function in OHOS::BufferQueueConsumer
75 return AttachBuffer(buffer, 0); in AttachBuffer()
78 GSError BufferQueueConsumer::AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) in AttachBuffer() function in OHOS::BufferQueueConsumer
83 return bufferQueue_->AttachBuffer(buffer, timeOut); in AttachBuffer()
H A Dconsumer_surface.cpp222 GSError ConsumerSurface::AttachBuffer(sptr<SurfaceBuffer>& buffer) in AttachBuffer() function in OHOS::ConsumerSurface
227 return consumer_->AttachBuffer(buffer); in AttachBuffer()
230 GSError ConsumerSurface::AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) in AttachBuffer() function in OHOS::ConsumerSurface
235 return consumer_->AttachBuffer(buffer, timeOut); in AttachBuffer()
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue_consumer.cpp50 Status AVBufferQueueConsumerImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer() function in OHOS::Media::AVBufferQueueConsumerImpl
52 return bufferQueue_->AttachBuffer(buffer, isFilled); in AttachBuffer()
H A Davbuffer_queue_producer.cpp62 Status AVBufferQueueProducerImpl::AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) in AttachBuffer() function in OHOS::Media::AVBufferQueueProducerImpl
64 return bufferQueue_->AttachBuffer(buffer, isFilled); in AttachBuffer()
H A Davbuffer_queue_producer_proxy.cpp58 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) override;
144 Status AVBufferQueueProducerProxyImpl::AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFil… in AttachBuffer() function in OHOS::Media::AVBufferQueueProducerProxyImpl
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue_consumer.h37 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer);
38 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut);
H A Dbuffer_client_producer.h68 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer) override;
69 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) override;
H A Dconsumer_surface.h76 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer) override;
135 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) override;
H A Dproducer_surface.h74 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer) override;
75 GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) override;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp192 pSurface->AttachBuffer(buffer); in SurfaceFuzzTest1()
195 pSurface->AttachBuffer(buffer, timeout); in SurfaceFuzzTest1()
202 cSurface->AttachBuffer(buffer); in SurfaceFuzzTest1()
205 cSurface->AttachBuffer(buffer1, timeout); in SurfaceFuzzTest1()
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/include/
H A Davbuffer_queue_producer_impl.h39 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) override = 0;
85 Status AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) override;
H A Davbuffer_queue_consumer_impl.h38 Status AttachBuffer(std::shared_ptr<AVBuffer>& buffer, bool isFilled) override;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp149 ret = bqc->AttachBuffer(buffer, timeOut);
169 GSError ret = bqcTmp->AttachBuffer(buffer, timeOut);
231 ASSERT_EQ(consumer->AttachBuffer(buffer), OHOS::GSERROR_INVALID_ARGUMENTS);
H A Dbuffer_queue_producer_test.cpp266 ret = bqp_->AttachBuffer(retval.buffer, timeOut);
286 GSError ret = bqpTmp->AttachBuffer(buffer);
599 EXPECT_EQ(bqpTmp->AttachBuffer(retval.buffer), OHOS::GSERROR_INVALID_ARGUMENTS);
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h67 virtual GSError AttachBuffer(sptr<SurfaceBuffer>& buffer) = 0;
107 virtual GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) = 0;
H A Diconsumer_surface.h64 virtual GSError AttachBuffer(sptr<SurfaceBuffer>& buffer) = 0;
141 virtual GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) = 0;
H A Dsurface.h62 virtual GSError AttachBuffer(sptr<SurfaceBuffer>& buffer) = 0;
132 virtual GSError AttachBuffer(sptr<SurfaceBuffer>& buffer, int32_t timeOut) = 0;
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/buffer/
H A Davbuffer_queue_consumer.h36 virtual Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) = 0;
H A Davbuffer_queue_producer_proxy.h37 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) override = 0;
H A Davbuffer_queue_producer.h36 virtual Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_request.h46 void AttachBuffer(std::shared_ptr<IBuffer>& b);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dmuxer_filter_unit_test.h93 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() function
H A Daudio_data_source_filter_unit_test.h74 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() function
H A Dsurface_decoder_filter_unit_test.h128 Status AttachBuffer(std::shared_ptr<AVBuffer>& inBuffer, bool isFilled) in AttachBuffer() function
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_request.cpp124 void CaptureRequest::AttachBuffer(std::shared_ptr<IBuffer>& b) in AttachBuffer() function in OHOS::Camera::CaptureRequest

12