Home
last modified time | relevance | path

Searched refs:AddToList (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.cc104 AddToList(sequence_number_current_received_rtp); in UpdateList()
122 void Nack::AddToList(uint16_t sequence_number_current_received_rtp) { in AddToList() function in webrtc::Nack
Dnack.h142 void AddToList(uint16_t sequence_number_current_received_rtp);
/external/pdfium/third_party/lcms2-2.6/src/
Dcmscgats.c1160 KEYVALUE* AddToList(cmsIT8* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* … in AddToList() function
1230 return AddToList(it8, &it8->ValidKeywords, Key, NULL, NULL, as); in AddAvailableProperty()
1237 return AddToList(it8, &it8->ValidSampleID, Key, NULL, NULL, WRITE_UNCOOKED); in AddAvailableSampleID()
1350 return AddToList(it8, &GetTable(it8)->HeaderList, "# ", NULL, Val, WRITE_UNCOOKED) != NULL; in cmsIT8SetComment()
1361 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Val, WRITE_STRINGIFY) != NULL; in cmsIT8SetPropertyStr()
1371 return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_UNCOOKED) != NULL; in cmsIT8SetPropertyDbl()
1381 … return AddToList(it8, &GetTable(it8)->HeaderList, cProp, NULL, Buffer, WRITE_HEXADECIMAL) != NULL; in cmsIT8SetPropertyHex()
1388 return AddToList(it8, &GetTable(it8)->HeaderList, Key, NULL, Buffer, WRITE_UNCOOKED) != NULL; in cmsIT8SetPropertyUncooked()
1395 return AddToList(it8, &GetTable(it8)->HeaderList, Key, SubKey, Buffer, WRITE_PAIR) != NULL; in cmsIT8SetPropertyMulti()
1967 AddToList(it8, &GetTable(it8)->HeaderList, VarName, NULL, Buffer, in HeaderSection()
[all …]
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc90 void AddToList(GtkWidget* list, const gchar* str, int value) { in AddToList() function
298 AddToList(peer_list_, "List of currently connected peers:", -1); in SwitchToPeerList()
300 AddToList(peer_list_, i->second.c_str(), i->first); in SwitchToPeerList()