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 432 std::map<std::string, std::string>* paramap) {
440 paramap->insert(make_pair(name, value));
508 std::map<std::string, std::string> paramap; local
509 ParsePayloadTypeParameters(elem, &paramap);
510 int bitrate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_BITRATE, 0);
524 std::map<std::string, std::string> paramap; local
525 ParsePayloadTypeParameters(elem, &paramap);
526 int width = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_WIDTH, 0);
527 int height = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_HEIGHT, 0);
528 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERATE, 0)
    [all...]

Completed in 1186 milliseconds