Home
last modified time | relevance | path

Searched refs:ProducerSurface (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp38 sptr<ProducerSurface> surf = new ProducerSurface(producer); in CreateSurfaceAsProducer()
49 ProducerSurface::ProducerSurface(sptr<IBufferProducer>& producer) in ProducerSurface() function in OHOS::ProducerSurface
61 BLOGD("ProducerSurface ctor"); in ProducerSurface()
64 ProducerSurface::~ProducerSurface() in ~ProducerSurface()
66 BLOGD("~ProducerSurface dtor, name: %{public}s, uniqueId: %{public}" PRIu64 ".", name_.c_str(), queueId_); in ~ProducerSurface()
72 GSError ProducerSurface::GetProducerInitInfo(ProducerInitInfo& info) in GetProducerInitInfo()
80 GSError ProducerSurface
[all...]
/foundation/multimedia/image_effect/test/unittest/mock/include/
H A Dmock_producer_surface.h26 class MockProducerSurface : public ProducerSurface {
/foundation/multimedia/image_effect/test/unittest/mock/src/
H A Dmock_producer_surface.cpp57 MockProducerSurface::MockProducerSurface(sptr<IBufferProducer>& producer) : ProducerSurface(producer) in MockProducerSurface()
/foundation/graphic/graphic_surface/surface/include/
H A Dproducer_surface.h34 class ProducerSurface : public Surface { class
36 ProducerSurface(sptr<IBufferProducer>& producer);
37 virtual ~ProducerSurface();
/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp425 sptr<ProducerSurface> surf = new(std::nothrow) MockProducerSurface(producer); in HWTEST_F()
H A Dnative_image_effect_unittest.cpp139 sptr<ProducerSurface> surf = new(std::nothrow) MockProducerSurface(producer); in SetUpTestCase()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp62 sptr<ProducerSurface> surface_ = nullptr;
85 surface_ = new ProducerSurface(producer); in SetUp()
96 * Function: ProducerSurface

Completed in 8 milliseconds