Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
Dvideo_param.cpp103 {KEY_COLOR_FORMAT, videoParam.videoFormat_} in to_json()
111 !IsUInt32(j, KEY_FPS) || !IsUInt8(j, KEY_CODECTYPE) || !IsUInt8(j, KEY_COLOR_FORMAT)) { in from_json()
121 videoParam.videoFormat_ = j[KEY_COLOR_FORMAT].get<uint8_t>(); in from_json()
/foundation/distributedhardware/distributed_screen/common/include/
Ddscreen_constants.h110 const std::string KEY_COLOR_FORMAT = "colorFormat"; variable