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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet.h 28 bool sync_packet; member in struct:webrtc::Packet
36 sync_packet(false) {
50 this->sync_packet == rhs.sync_packet);
67 if (rhs.sync_packet)
69 if (this->sync_packet)
payload_splitter.cc 139 if (packet->sync_packet) {
171 new_packet->sync_packet = packet->sync_packet;
233 if (packet->sync_packet) {
packet_buffer.cc 256 if (decoder && !packet->sync_packet) {
neteq_impl.cc 495 packet->sync_packet = is_sync_packet;
573 assert(!current_packet->sync_packet); // We had a sanity check for this.
626 if (!packet_list.empty() && !packet_list.front()->sync_packet) {
    [all...]
  /bionic/libc/kernel/uapi/sound/
usb_stream.h 41 int sync_packet; member in struct:usb_stream
  /external/kernel-headers/original/uapi/sound/
usb_stream.h 52 int sync_packet; member in struct:usb_stream

Completed in 129 milliseconds