Home
last modified time | relevance | path

Searched refs:KEY_FPS (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp112 {KEY_FPS, videoParam.fps_}, in to_json()
123 !IsFloat(j, KEY_FPS) || !IsUInt8(j, KEY_CODECTYPE) || in from_json()
148 videoParam.fps_ = j[KEY_FPS].get<double>(); in from_json()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h185 const std::string KEY_FPS = "fps"; member
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp234 j[KEY_FPS] = fps; in HWTEST_F()

Completed in 2 milliseconds