Searched refs:KEY_FPS (Results 1 – 3 of 3) sorted by relevance
111 {KEY_FPS, videoParam.fps_}, in to_json()122 !IsFloat(j, KEY_FPS) || !IsUInt8(j, KEY_CODECTYPE) || in from_json()131 videoParam.fps_ = j[KEY_FPS].get<double>(); in from_json()
234 j[KEY_FPS] = fps;
179 const std::string KEY_FPS = "fps"; variable