Searched refs:KEY_COLOR_FORMAT (Results 1 – 3 of 3) sorted by relevance
113 {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()
238 j[KEY_COLOR_FORMAT] = videoFormat;
178 const std::string KEY_COLOR_FORMAT = "colorFormat"; variable