Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp113 {KEY_COLOR_FORMAT, videoParam.videoFormat_}, in to_json()
123 !IsUInt8(j, KEY_COLOR_FORMAT)) { in from_json()
133 videoParam.videoFormat_ = j[KEY_COLOR_FORMAT].get<uint8_t>(); in from_json()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp238 j[KEY_COLOR_FORMAT] = videoFormat;
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h178 const std::string KEY_COLOR_FORMAT = "colorFormat"; variable