Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.h64 sptr<Surface> OnCreateInputSurface() override;
H A Dhcodec.h192 virtual sptr<Surface> OnCreateInputSurface() { return nullptr; } in OnCreateInputSurface() function
H A Dhcodec_state.cpp249 sptr<Surface> surface = codec_->OnCreateInputSurface(); in OnMsgReceived()
H A Dhencoder.cpp837 sptr<Surface> HEncoder::OnCreateInputSurface() in OnCreateInputSurface() function in OHOS::MediaAVCodec::HEncoder