Searched refs:OnSetOutputSurface (Results 1 – 4 of 4) sorted by relevance
40 int32_t OnSetOutputSurface(const sptr<Surface> &surface, bool cfg) override;
265 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()
190 …virtual int32_t OnSetOutputSurface(const sptr<Surface> &surface, bool cfg) { return AVCS_ERR_UNSUP… in OnSetOutputSurface() function
257 int32_t HDecoder::OnSetOutputSurface(const sptr<Surface> &surface, bool cfg) in OnSetOutputSurface() function in OHOS::MediaAVCodec::HDecoder