Home
last modified time | relevance | path

Searched refs:DecodeSurfaceListener (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.cpp22 DecodeSurfaceListener::~DecodeSurfaceListener() in ~DecodeSurfaceListener()
28 void DecodeSurfaceListener::OnBufferAvailable() in OnBufferAvailable()
39 void DecodeSurfaceListener::SetSurface(const sptr<IConsumerSurface>& surface) in SetSurface()
44 void DecodeSurfaceListener::SetDecodeVideoNode(const std::weak_ptr<DecodeDataProcess>& decodeVideoN… in SetDecodeVideoNode()
49 sptr<IConsumerSurface> DecodeSurfaceListener::GetSurface() const in GetSurface()
54 std::shared_ptr<DecodeDataProcess> DecodeSurfaceListener::GetDecodeVideoNode() const in GetDecodeVideoNode()
H A Ddecode_data_process.cpp212 decodeSurfaceListener_ = new DecodeSurfaceListener(decodeConsumerSurface_, shared_from_this()); in SetDecoderOutputSurface()
H A Ddecode_data_process_common.cpp246 decodeSurfaceListener_ = new DecodeSurfaceListener(decodeConsumerSurface_, shared_from_this()); in SetDecoderOutputSurface()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.h28 class DecodeSurfaceListener : public IBufferConsumerListener {
30DecodeSurfaceListener(sptr<IConsumerSurface> surface, std::weak_ptr<DecodeDataProcess> decodeVideo… in DecodeSurfaceListener() function
32 ~DecodeSurfaceListener() override;