Home
last modified time | relevance | path

Searched defs:OnSetInputSurface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.h193 virtual int32_t OnSetInputSurface(sptr<Surface> &inputSurface) { return AVCS_ERR_UNSUPPORT; } in OnSetInputSurface() function
H A Dhencoder.cpp876 int32_t HEncoder::OnSetInputSurface(sptr<Surface> &inputSurface) in OnSetInputSurface() function in OHOS::MediaAVCodec::HEncoder