Searched refs:SetEntry (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | tmmbr_help.cc | 64 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()
|
D | rtcp_receiver_help.cc | 148 TmmbrSet.SetEntry(i, in InsertTMMBRItem() 182 candidateSet->SetEntry(targetIdx, in GetTMMBRSet()
|
D | tmmbr_help.h | 44 void SetEntry(unsigned int i,
|
D | rtcp_sender.cc | 644 candidateSet->SetEntry(lengthOfBoundingSet, tmmbr_send_, packet_oh_send_, in BuildTMMBR()
|
D | rtcp_receiver.cc | 771 boundingSetRec->SetEntry(i, in BoundingSet()
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | camera_characteristics.cc | 43 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/ |
D | dictionary.h | 73 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/ |
D | objects-inl.h | 2918 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
|
D | lookup.cc | 518 dictionary->SetEntry(isolate(), dictionary_entry(), *name(), *value, in ReconfigureDataProperty()
|
D | objects.cc | 2102 dictionary->SetEntry(isolate, entry, *name, *value, details); in SetNormalizedProperty() 17871 dictionary->SetEntry(isolate, entry, *k, *value, details); in Add()
|