Home
last modified time | relevance | path

Searched refs:SetEntry (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dtmmbr_help.cc64 void TMMBRSet::SetEntry(unsigned int i, in SetEntry() function in webrtc::TMMBRSet
81 SetEntry(_lengthOfSet, tmmbrSet, packetOHSet, ssrcSet); in AddEntry()
99 SetEntry(idx, 0, 0, 0); in ClearEntry()
169 _boundingSetToSend.SetEntry(i, bitrate, in SetTMMBRBoundingSetToSend()
340 _boundingSet.SetEntry(numBoundingSet, in FindTMMBRBoundingSet()
425 _boundingSet.SetEntry(numBoundingSet, in FindTMMBRBoundingSet()
Drtcp_receiver_help.cc148 TmmbrSet.SetEntry(i, in InsertTMMBRItem()
182 candidateSet->SetEntry(targetIdx, in GetTMMBRSet()
Dtmmbr_help.h44 void SetEntry(unsigned int i,
Drtcp_sender.cc644 candidateSet->SetEntry(lengthOfBoundingSet, tmmbr_send_, packet_oh_send_, in BuildTMMBR()
Drtcp_receiver.cc771 boundingSetRec->SetEntry(i, in BoundingSet()
/external/autotest/client/site_tests/camera_V4L2/src/
Dcamera_characteristics.cc43 void SetEntry(const std::string& key, in SetEntry() function
141 SetEntry(key, value, &per_camera_infos[camera_id]); in InitFrom()
152 SetEntry(key, value, &module_infos[module_id]); in InitFrom()
/external/v8/src/objects/
Ddictionary.h73 inline void SetEntry(Isolate* isolate, int entry, Object* key, Object* value,
229 inline void SetEntry(Isolate* isolate, int entry, Object* key, Object* value,
/external/v8/src/
Dobjects-inl.h2918 Derived::cast(this)->SetEntry(isolate, entry, the_hole, the_hole, details); in ClearEntry()
2922 void Dictionary<Derived, Shape>::SetEntry(Isolate* isolate, int entry, in SetEntry() function
2966 void GlobalDictionary::SetEntry(Isolate* isolate, int entry, Object* key, in SetEntry() function
Dlookup.cc518 dictionary->SetEntry(isolate(), dictionary_entry(), *name(), *value, in ReconfigureDataProperty()
Dobjects.cc2102 dictionary->SetEntry(isolate, entry, *name, *value, details); in SetNormalizedProperty()
17871 dictionary->SetEntry(isolate, entry, *k, *value, details); in Add()