Searched refs:OnSetInputSurface (Results 1 – 4 of 4) sorted by relevance
65 int32_t OnSetInputSurface(sptr<Surface> &inputSurface) override;
193 virtual int32_t OnSetInputSurface(sptr<Surface> &inputSurface) { return AVCS_ERR_UNSUPPORT; } in OnSetInputSurface() function
259 ReplyErrorCode(info.id, codec_->OnSetInputSurface(surface)); in OnMsgReceived()
876 int32_t HEncoder::OnSetInputSurface(sptr<Surface> &inputSurface) in OnSetInputSurface() function in OHOS::MediaAVCodec::HEncoder