Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp584 sptr<Surface> encoderFilterSurface = videoEncoderFilter_->GetInputSurface(); in Prepare() local
585 FALSE_RETURN_V_MSG_E(encoderFilterSurface != nullptr, in Prepare()
587 videoResizeFilter_->SetOutputSurface(encoderFilterSurface, width, height); in Prepare()
589 sptr<Surface> encoderFilterSurface = videoEncoderFilter_->GetInputSurface(); in Prepare() local
590 FALSE_RETURN_V_MSG_E(encoderFilterSurface != nullptr, in Prepare()
592 videoDecoderFilter_->SetOutputSurface(encoderFilterSurface); in Prepare()