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 430 std::map<std::string, std::string>* paramap) {
438 paramap->insert(make_pair(name, value));
505 std::map<std::string, std::string> paramap; local
506 ParsePayloadTypeParameters(elem, &paramap);
507 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0);
521 std::map<std::string, std::string> paramap; local
522 ParsePayloadTypeParameters(elem, &paramap);
523 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0);
524 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0);
525 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 217 milliseconds