/external/webrtc/webrtc/modules/audio_coding/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 350 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);
|
/external/libpng/contrib/tools/ |
pngfix.c | 608 * using sync_stream below and the new lengths are recorded here. Because the 2965 sync_stream(struct file *file) function [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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
stream.h | 441 pa_stream *sync_stream /**< Synchronize this stream with the specified one, or NULL for a standalone stream*/); [all...] |