Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h43 void SetPartialRefreshFlag(bool flag);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp54 void VideoParam::SetPartialRefreshFlag(bool flag) in SetPartialRefreshFlag() function in OHOS::DistributedHardware::VideoParam
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp313 imageDecoder_->configParam_.SetPartialRefreshFlag(false);
316 imageDecoder_->configParam_.SetPartialRefreshFlag(true);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp88 videoParam->SetPartialRefreshFlag(true);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp325 videoParam_->SetPartialRefreshFlag(true); in NegotiateCodecType()