HomeSort by relevance Sort by last modified time
    Searched refs:packet_list_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/cast/net/pacing/
paced_sender.cc 34 return SendPacketsToTransport(packets, &packet_list_);
103 if (packet_list_.empty() && resend_packet_list_.empty()) return;
119 if (!packet_list_.empty() && packets_to_send > 0) {
120 PacketList::iterator it = packet_list_.begin();
122 packet_list_.size());
126 packet_list_.begin(), it);
127 packet_list_.erase(packet_list_.begin(), it);
129 if (packet_list_.empty()) {
140 resend_packet_list_.size() + packet_list_.size())
    [all...]
paced_sender.h 69 // Note: We can't combine the |packet_list_| and the |resend_packet_list_|
71 PacketList packet_list_; member in class:media::cast::PacedSender
  /external/chromium_org/media/midi/
midi_manager_mac.cc 34 packet_list_(NULL),
102 packet_list_ = reinterpret_cast<MIDIPacketList*>(midi_buffer_);
103 midi_packet_ = MIDIPacketListInit(packet_list_);
179 packet_list_,
192 MIDISend(coremidi_output_, destination, packet_list_);
195 midi_packet_ = MIDIPacketListInit(packet_list_);
midi_manager_mac.h 61 MIDIPacketList* packet_list_; member in class:media::MIDIManagerMac

Completed in 207 milliseconds