HomeSort by relevance Sort by last modified time
    Searched full:sync_stream (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager_unittest.cc 91 InitialDelayManager::SyncStream sync_stream; local
94 manager_->LatePackets(0x6789ABCD, &sync_stream); // Arbitrary but large
96 EXPECT_EQ(0, sync_stream.num_sync_packets);
102 kSamplingRateHz, &sync_stream);
103 EXPECT_EQ(0, sync_stream.num_sync_packets);
108 kSamplingRateHz, &sync_stream);
110 EXPECT_EQ(0, sync_stream.num_sync_packets);
111 manager_->LatePackets(0x45678987, &sync_stream); // Large arbitrary receive
115 EXPECT_EQ(0, sync_stream.num_sync_packets);
123 kSamplingRateHz, &sync_stream);
140 InitialDelayManager::SyncStream sync_stream; local
176 InitialDelayManager::SyncStream sync_stream; local
202 InitialDelayManager::SyncStream sync_stream; local
245 InitialDelayManager::SyncStream sync_stream; local
325 InitialDelayManager::SyncStream sync_stream; local
351 InitialDelayManager::SyncStream sync_stream; local
    [all...]
initial_delay_manager.cc 40 SyncStream* sync_stream) {
41 assert(sync_stream);
59 sync_stream->num_sync_packets = 0;
73 sync_stream->num_sync_packets = 0;
108 sync_stream->num_sync_packets = 0;
116 sync_stream->num_sync_packets = last_packet_type_ == kSyncPacket ?
120 if (sync_stream->num_sync_packets > 0 &&
127 sync_stream->timestamp_step = timestamp_step_;
130 memcpy(&sync_stream->rtp_info, &rtp_info, sizeof(rtp_info));
131 sync_stream->rtp_info.header.payloadType = audio_payload_type_
    [all...]
initial_delay_manager.h 55 // (AcmReceiver::InsertPacket()). |sync_stream| contains information required
62 SyncStream* sync_stream);
66 void LatePackets(uint32_t timestamp_now, SyncStream* sync_stream);
acm_receiver.cc 829 InitialDelayManager::SyncStream* sync_stream) {
830 assert(sync_stream);
832 for (int n = 0; n < sync_stream->num_sync_packets; ++n) {
833 neteq_->InsertSyncPacket(sync_stream->rtp_info,
834 sync_stream->receive_timestamp);
835 ++sync_stream->rtp_info.header.sequenceNumber;
836 sync_stream->rtp_info.header.timestamp += sync_stream->timestamp_step;
837 sync_stream->receive_timestamp += sync_stream->timestamp_step
    [all...]
acm_receiver.h 327 void InsertStreamOfSyncPackets(InitialDelayManager::SyncStream* sync_stream);
  /external/chromium_org/media/audio/pulse/
pulse.sigs 33 int pa_stream_connect_playback(pa_stream* s, const char* dev, const pa_buffer_attr* attr, pa_stream_flags_t flags, const pa_cvolume* volume,pa_stream* sync_stream);
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c 109 pa_cvolume *volume, pa_stream *sync_stream);
  /external/libpng/contrib/tools/
pngfix.c 602 * using sync_stream below and the new lengths are recorded here. Because the
2958 sync_stream(struct file *file) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
stream.h 426 pa_stream *sync_stream /**< Synchronize this stream with the specified one, or NULL for a standalone stream*/);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
stream.h 426 pa_stream *sync_stream /**< Synchronize this stream with the specified one, or NULL for a standalone stream*/);
    [all...]

Completed in 249 milliseconds