HomeSort by relevance Sort by last modified time
    Searched full:paramap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 431 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_FRAMERATE, 0)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 604 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_FRAMERATE, 0)
    [all...]

Completed in 171 milliseconds