Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.h65 int32_t OnSetInputSurface(sptr<Surface> &inputSurface) override;
H A Dhcodec.h193 virtual int32_t OnSetInputSurface(sptr<Surface> &inputSurface) { return AVCS_ERR_UNSUPPORT; } in OnSetInputSurface() function
H A Dhcodec_state.cpp259 ReplyErrorCode(info.id, codec_->OnSetInputSurface(surface)); in OnMsgReceived()
H A Dhencoder.cpp876 int32_t HEncoder::OnSetInputSurface(sptr<Surface> &inputSurface) in OnSetInputSurface() function in OHOS::MediaAVCodec::HEncoder