Home
last modified time | relevance | path

Searched refs:IsConsumer (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp170 pSurface->IsConsumer(); in SurfaceFuzzTest1()
171 cSurface->IsConsumer(); in SurfaceFuzzTest1()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h41 virtual bool IsConsumer() const = 0;
H A Dsurface.h36 virtual bool IsConsumer() const = 0;
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dconsumer_surface.h35 bool IsConsumer() const override;
H A Dproducer_surface.h42 bool IsConsumer() const override;
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_native.cpp125 if (window == nullptr || window->surface == nullptr || window->surface->IsConsumer() || in SetSurface()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp270 if (surface->IsConsumer()) { in OnSetOutputSurfaceWhenCfg()
1020 if (newSurface->IsConsumer()) { in OnSetOutputSurfaceWhenRunning()
H A Dhencoder.cpp886 if (!inputSurface->IsConsumer()) { in OnSetInputSurface()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp76 bool ConsumerSurface::IsConsumer() const in IsConsumer() function in OHOS::ConsumerSurface
H A Dproducer_surface.cpp91 bool ProducerSurface::IsConsumer() const in IsConsumer() function in OHOS::ProducerSurface
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1415 if (surface == nullptr || surface->IsConsumer()) { in SetOutputSurface()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1470 if (surface == nullptr || surface->IsConsumer()) { in SetOutputSurface()