Searched refs:KEY_COLOR_FORMAT (Results 1 – 2 of 2) sorted by relevance
103 {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()
110 const std::string KEY_COLOR_FORMAT = "colorFormat"; variable