Home
last modified time | relevance | path

Searched refs:AttachBufferToQueue (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp57 GSError BufferQueueConsumer::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::BufferQueueConsumer
62 return bufferQueue_->AttachBufferToQueue(buffer, InvokerType::CONSUMER_INVOKER); in AttachBufferToQueue()
H A Dconsumer_surface.cpp204 GSError ConsumerSurface::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::ConsumerSurface
210 return consumer_->AttachBufferToQueue(buffer); in AttachBufferToQueue()
H A Dbuffer_queue_producer.cpp356 GSError sRet = AttachBufferToQueue(buffer); in AttachBufferToQueueRemote()
940 GSError BufferQueueProducer::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::BufferQueueProducer
945 return bufferQueue_->AttachBufferToQueue(buffer, InvokerType::PRODUCER_INVOKER); in AttachBufferToQueue()
H A Dproducer_surface.cpp385 GSError ProducerSurface::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::ProducerSurface
390 auto ret = producer_->AttachBufferToQueue(buffer); in AttachBufferToQueue()
H A Dbuffer_client_producer.cpp282 GSError BufferClientProducer::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::BufferClientProducer
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue_consumer.h71 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer);
H A Dbuffer_client_producer.h93 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) override;
H A Dconsumer_surface.h142 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) override;
H A Dproducer_surface.h141 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) override;
H A Dbuffer_queue.h176 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer, InvokerType invokerType);
H A Dbuffer_queue_producer.h104 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/
H A Dframe_record.cpp73 SurfaceError surfaceRet = surface->AttachBufferToQueue(metaBuffer_); in ReleaseMetaBuffer()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_surface_adapter.cpp160 detRet = receiverConsumerSurface_->AttachBufferToQueue(outBuffer); in OnBufferAvailable()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/moving_photo/
H A Dmoving_photo_surface_wrapper.cpp128 GSError err = videoSurface_->AttachBufferToQueue(buffer); in RecycleBuffer()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h111 virtual GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) = 0;
H A Diconsumer_surface.h145 virtual GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) = 0;
H A Dsurface.h139 virtual GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp122 bqp->AttachBufferToQueue(buffer); in BufferQueueProducerFuzzTest1()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp229 ASSERT_EQ(consumer->AttachBufferToQueue(buffer), OHOS::SURFACE_ERROR_UNKOWN);
H A Dbuffer_client_producer_remote_test.cpp695 GSError ret = bp->AttachBufferToQueue(buffer);
H A Dbuffer_queue_producer_test.cpp651 EXPECT_EQ(bqpTmp->AttachBufferToQueue(nullptr), OHOS::SURFACE_ERROR_UNKOWN);
H A Dnative_window_test.cpp812 ASSERT_EQ(cSurface->AttachBufferToQueue(nativeWindowBuffer->sfbuffer), GSERROR_OK);
816 ASSERT_EQ(cSurface->AttachBufferToQueue(nativeWindowBuffer->sfbuffer), GSERROR_OK);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp214 SurfaceError surfaceRet = codecSurface_->AttachBufferToQueue(buffer); in EnqueueBuffer()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp207 cSurface->AttachBufferToQueue(buffer); in SurfaceFuzzTest1()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp1063 GSError err = newSurface->AttachBufferToQueue(info.surfaceBuffer); in SwitchBetweenSurface()

12