Searched defs:paramap (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.cc604 std::map<std::string, std::string>* paramap) {
612 paramap->insert(make_pair(name, value));
660 std::map<std::string, std::string> paramap; local
661 ParsePayloadTypeParameters(elem, &paramap);
662 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0);
675 std::map<std::string, std::string> paramap; local
676 ParsePayloadTypeParameters(elem, &paramap);
677 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0);
678 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0);
679 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERAT
603 ParsePayloadTypeParameters(const buzz::XmlElement* element, std::map<std::string, std::string>* paramap) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.cc431 std::map<std::string, std::string>* paramap) {
439 paramap->insert(make_pair(name, value));
506 std::map<std::string, std::string> paramap; local
507 ParsePayloadTypeParameters(elem, &paramap);
508 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0);
522 std::map<std::string, std::string> paramap; local
523 ParsePayloadTypeParameters(elem, &paramap);
524 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0);
525 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0);
526 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERAT
430 ParsePayloadTypeParameters(const buzz::XmlElement* element, std::map<std::string, std::string>* paramap) argument
[all...]

Completed in 292 milliseconds