Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp174 pSurface->IsConsumer(); in SurfaceFuzzTest1()
175 cSurface->IsConsumer(); in SurfaceFuzzTest1()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface.h36 virtual bool IsConsumer() const = 0;
H A Diconsumer_surface.h41 virtual bool IsConsumer() const = 0;
/foundation/graphic/graphic_surface/surface/include/
H A Dproducer_surface.h42 bool IsConsumer() const override;
H A Dconsumer_surface.h35 bool IsConsumer() const override;
/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() ||
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp287 if (surface->IsConsumer()) { in OnSetOutputSurfaceWhenCfg()
1072 if (newSurface->IsConsumer()) { in OnSetOutputSurfaceWhenRunning()
H A Dhencoder.cpp885 if (!inputSurface->IsConsumer()) { in OnSetInputSurface()
/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.cpp92 bool ProducerSurface::IsConsumer() const in IsConsumer() function in OHOS::ProducerSurface
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1467 if (surface == nullptr || surface->IsConsumer()) { in SetOutputSurface()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1414 if (surface == nullptr || surface->IsConsumer()) { in SetOutputSurface()

Completed in 14 milliseconds