Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h44 bool GetPartialRefreshFlag() const;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp59 bool VideoParam::GetPartialRefreshFlag() const in GetPartialRefreshFlag() function in OHOS::DistributedHardware::VideoParam
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp169 if (producerSurface_ == nullptr || !configParam_.GetPartialRefreshFlag()) { in GetInputSurface()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp372 …sumerSurface_ == nullptr || producerSurface_ == nullptr || !configParam_.GetPartialRefreshFlag()) { in SetOutputSurface()