Searched refs:GetIntFromJsonObject (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/rtc_tools/rtp_generator/ |
D | rtp_generator.cc | 69 if (!rtc::GetIntFromJsonObject(json, "duration_ms", &config.duration_ms)) { in ParseVideoSendStreamConfig() 73 if (!rtc::GetIntFromJsonObject(json, "video_width", &config.video_width)) { in ParseVideoSendStreamConfig() 77 if (!rtc::GetIntFromJsonObject(json, "video_height", &config.video_height)) { in ParseVideoSendStreamConfig() 81 if (!rtc::GetIntFromJsonObject(json, "video_fps", &config.video_fps)) { in ParseVideoSendStreamConfig() 85 if (!rtc::GetIntFromJsonObject(json, "num_squares", &config.num_squares)) { in ParseVideoSendStreamConfig() 109 if (!rtc::GetIntFromJsonObject(rtp_json, "payload_type", in ParseVideoSendStreamConfig()
|
/external/webrtc/stats/ |
D | rtc_stats_unittest.cc | 257 EXPECT_TRUE(rtc::GetIntFromJsonObject(json_output, "timestamp", ×tamp)); in TEST() 259 EXPECT_TRUE(rtc::GetIntFromJsonObject(json_output, "mInt32", &m_int32)); in TEST() 329 EXPECT_FALSE(rtc::GetIntFromJsonObject(json_output, "mUint32", &m_uint32)); in TEST() 330 EXPECT_FALSE(rtc::GetIntFromJsonObject(json_output, "mUint64", &m_uint64)); in TEST()
|
/external/webrtc/rtc_base/strings/ |
D | json.h | 67 bool GetIntFromJsonObject(const Json::Value& in,
|
D | json.cc | 253 bool GetIntFromJsonObject(const Json::Value& in, in GetIntFromJsonObject() function
|
/external/webrtc/api/audio/ |
D | echo_canceller3_config_json.cc | 35 if (rtc::GetIntFromJsonObject(root, param_name, &v) && v >= 0) { in ReadParam() 43 if (rtc::GetIntFromJsonObject(root, param_name, &v)) { in ReadParam()
|
/external/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 366 !rtc::GetIntFromJsonObject(jmessage, kCandidateSdpMlineIndexName, in OnMessageFromPeer()
|