Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp144 decoderSurface_ = surface; in SetImageSurface()
252 if (imageProcessor_ == nullptr || decoderSurface_ == nullptr) { in RegisterProcessorListener()
270 ret = imageProcessor_->SetImageSurface(decoderSurface_); in RegisterProcessorListener()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/include/
H A Dscreen_sink_trans.h62 sptr<Surface> decoderSurface_; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp43 trans_->decoderSurface_ = pSurface; in SetUp()