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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 436 std::map<std::string, std::string>* paramap) {
444 paramap->insert(make_pair(name, value));
512 std::map<std::string, std::string> paramap; local
513 ParsePayloadTypeParameters(elem, &paramap);
514 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0);
528 std::map<std::string, std::string> paramap; local
529 ParsePayloadTypeParameters(elem, &paramap);
530 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0);
531 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0);
532 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERATE, 0)
    [all...]

Completed in 93 milliseconds