/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue_consumer.cpp | 57 GSError BufferQueueConsumer::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::BufferQueueConsumer 62 return bufferQueue_->AttachBufferToQueue(buffer, InvokerType::CONSUMER_INVOKER); in AttachBufferToQueue()
|
H A D | consumer_surface.cpp | 204 GSError ConsumerSurface::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::ConsumerSurface 210 return consumer_->AttachBufferToQueue(buffer); in AttachBufferToQueue()
|
H A D | buffer_queue_producer.cpp | 356 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 D | producer_surface.cpp | 385 GSError ProducerSurface::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::ProducerSurface 390 auto ret = producer_->AttachBufferToQueue(buffer); in AttachBufferToQueue()
|
H A D | buffer_client_producer.cpp | 282 GSError BufferClientProducer::AttachBufferToQueue(sptr<SurfaceBuffer> buffer) in AttachBufferToQueue() function in OHOS::BufferClientProducer
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_queue_consumer.h | 71 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer);
|
H A D | buffer_client_producer.h | 93 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) override;
|
H A D | consumer_surface.h | 142 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) override;
|
H A D | producer_surface.h | 141 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) override;
|
H A D | buffer_queue.h | 176 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer, InvokerType invokerType);
|
H A D | buffer_queue_producer.h | 104 GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) override;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/ |
H A D | frame_record.cpp | 73 SurfaceError surfaceRet = surface->AttachBufferToQueue(metaBuffer_); in ReleaseMetaBuffer()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | effect_surface_adapter.cpp | 160 detRet = receiverConsumerSurface_->AttachBufferToQueue(outBuffer); in OnBufferAvailable()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/moving_photo/ |
H A D | moving_photo_surface_wrapper.cpp | 128 GSError err = videoSurface_->AttachBufferToQueue(buffer); in RecycleBuffer()
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | ibuffer_producer.h | 111 virtual GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) = 0;
|
H A D | iconsumer_surface.h | 145 virtual GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) = 0;
|
H A D | surface.h | 139 virtual GSError AttachBufferToQueue(sptr<SurfaceBuffer> buffer) = 0;
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 122 bqp->AttachBufferToQueue(buffer); in BufferQueueProducerFuzzTest1()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_queue_consumer_test.cpp | 229 ASSERT_EQ(consumer->AttachBufferToQueue(buffer), OHOS::SURFACE_ERROR_UNKOWN);
|
H A D | buffer_client_producer_remote_test.cpp | 695 GSError ret = bp->AttachBufferToQueue(buffer);
|
H A D | buffer_queue_producer_test.cpp | 651 EXPECT_EQ(bqpTmp->AttachBufferToQueue(nullptr), OHOS::SURFACE_ERROR_UNKOWN);
|
H A D | native_window_test.cpp | 812 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 D | video_encoder.cpp | 214 SurfaceError surfaceRet = codecSurface_->AttachBufferToQueue(buffer); in EnqueueBuffer()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 207 cSurface->AttachBufferToQueue(buffer); in SurfaceFuzzTest1()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.cpp | 1063 GSError err = newSurface->AttachBufferToQueue(info.surfaceBuffer); in SwitchBetweenSurface()
|