Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.h40 int32_t OnSetOutputSurface(const sptr<Surface> &surface, bool cfg) override;
H A Dhcodec_state.cpp265 ReplyErrorCode(info.id, codec_->OnSetOutputSurface(surface, true)); in OnMsgReceived()
501 ReplyErrorCode(info.id, codec_->OnSetOutputSurface(surface, false)); in OnMsgReceived()
628 ReplyErrorCode(info.id, codec_->OnSetOutputSurface(surface, false)); in OnMsgReceived()
H A Dhcodec.h190 …virtual int32_t OnSetOutputSurface(const sptr<Surface> &surface, bool cfg) { return AVCS_ERR_UNSUP… in OnSetOutputSurface() function
H A Dhdecoder.cpp257 int32_t HDecoder::OnSetOutputSurface(const sptr<Surface> &surface, bool cfg) in OnSetOutputSurface() function in OHOS::MediaAVCodec::HDecoder