Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp111 {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()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp234 j[KEY_FPS] = fps;
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h179 const std::string KEY_FPS = "fps"; variable