Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/
H A Dscreen_data_channel_impl.cpp353 std::vector<DirtyRect> dirtyRectVec = screenData->GetDirtyRectVec(); in DirtyVecToJson() local
355 rectJson["dirtySize"] = dirtyRectVec.size(); in DirtyVecToJson()
357 for (auto item : dirtyRectVec) { in DirtyVecToJson()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp146 std::vector<DirtyRect> dirtyRectVec = data->GetDirtyRectVec(); in DecodeDamageData() local
150 for (auto item : dirtyRectVec) { in DecodeDamageData()