Searched refs:DecodeSurfaceListener (Results 1 – 4 of 4) sorted by relevance
22 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()
212 decodeSurfaceListener_ = new DecodeSurfaceListener(decodeConsumerSurface_, shared_from_this()); in SetDecoderOutputSurface()
246 decodeSurfaceListener_ = new DecodeSurfaceListener(decodeConsumerSurface_, shared_from_this()); in SetDecoderOutputSurface()
28 class DecodeSurfaceListener : public IBufferConsumerListener {30 …DecodeSurfaceListener(sptr<IConsumerSurface> surface, std::weak_ptr<DecodeDataProcess> decodeVideo… in DecodeSurfaceListener() function32 ~DecodeSurfaceListener() override;