Searched defs:timestamp_offset (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dfec_receiver_impl.cc97 uint16_t timestamp_offset = local
99 timestamp_offset +=
101 timestamp_offset = timestamp_offset >> 2;
102 if (timestamp_offset != 0) {
/external/chromium_org/media/blink/
H A Dwebsourcebuffer_impl.cc87 double* timestamp_offset) {
96 // provides a non-NULL |timestamp_offset| and frame processing changes the
100 if (timestamp_offset && old_offset != timestamp_offset_)
101 *timestamp_offset = timestamp_offset_.InSecondsF();
84 append( const unsigned char* data, unsigned length, double* timestamp_offset) argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine.h69 RtpClock(int clockrate, uint16 first_seq_num, uint32 timestamp_offset) argument
72 timestamp_offset_(timestamp_offset) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dnack_unittest.cc225 uint32_t timestamp_offset = (k & 0x1) ? local
231 timestamp_lost_packets[n] = timestamp_offset + kLostPackets[n] *
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpayload_splitter.cc65 int timestamp_offset = (payload_ptr[1] << 6) + local
68 timestamp_offset;
H A Dpayload_splitter_unittest.cc51 // |num_payloads|). Each redundant payload is |timestamp_offset| samples
55 int timestamp_offset) {
76 int this_offset = (num_payloads - i - 1) * timestamp_offset;
53 CreateRedPayload(int num_payloads, uint8_t* payload_types, int timestamp_offset) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket_unittest.cc119 uint32_t timestamp_offset,
128 rtp_data[1] = timestamp_offset >> 6;
129 rtp_data[2] = (timestamp_offset & 0x3F) << 2;
154 uint32_t timestamp_offset = 100 * i; local
158 payload_type, timestamp_offset, block_length, last_block, payload_ptr);
118 MakeRedHeader(int payload_type, uint32_t timestamp_offset, int block_length, bool last_payload, uint8_t* rtp_data) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_audio_track_host.cc214 base::TimeDelta timestamp_offset; local
241 buffer->timestamp = (timestamp_ + timestamp_offset).InMillisecondsF();
261 timestamp_offset += base::TimeDelta::FromMilliseconds(
/external/chromium_org/media/filters/
H A Dframe_processor.cc193 base::TimeDelta* timestamp_offset) {
212 timestamp_offset, new_media_segment)) {
230 base::TimeDelta timestamp_offset) {
231 DVLOG(2) << __FUNCTION__ << "(" << timestamp_offset.InSecondsF() << ")";
232 DCHECK(kNoTimestamp() != timestamp_offset);
234 group_start_timestamp_ = timestamp_offset;
423 base::TimeDelta* timestamp_offset,
486 *timestamp_offset = group_start_timestamp_ - presentation_timestamp;
489 << timestamp_offset->InSecondsF();
503 if (*timestamp_offset !
186 ProcessFrames( const StreamParser::BufferQueue& audio_buffers, const StreamParser::BufferQueue& video_buffers, const StreamParser::TextBufferQueueMap& text_map, base::TimeDelta append_window_start, base::TimeDelta append_window_end, bool* new_media_segment, base::TimeDelta* timestamp_offset) argument
229 SetGroupStartTimestampIfInSequenceMode( base::TimeDelta timestamp_offset) argument
419 ProcessFrame( const scoped_refptr<StreamParserBuffer>& frame, base::TimeDelta append_window_start, base::TimeDelta append_window_end, base::TimeDelta* timestamp_offset, bool* new_media_segment) argument
[all...]
H A Dchunk_demuxer.cc113 // error occurred. |*timestamp_offset| is used and possibly updated by the
122 TimeDelta* timestamp_offset,
128 TimeDelta* timestamp_offset);
141 // |timestamp_offset| if it is in sequence append mode.
142 void SetGroupStartTimestampIfInSequenceMode(base::TimeDelta timestamp_offset);
309 base::TimeDelta timestamp_offset) {
312 frame_processor_->SetGroupStartTimestampIfInSequenceMode(timestamp_offset);
320 TimeDelta* timestamp_offset,
322 DCHECK(timestamp_offset);
328 timestamp_offset_during_append_ = timestamp_offset;
308 SetGroupStartTimestampIfInSequenceMode( base::TimeDelta timestamp_offset) argument
315 Append( const uint8* data, size_t length, TimeDelta append_window_start, TimeDelta append_window_end, TimeDelta* timestamp_offset, const InitSegmentReceivedCB& init_segment_received_cb) argument
339 Abort(TimeDelta append_window_start, TimeDelta append_window_end, base::TimeDelta* timestamp_offset) argument
1268 AppendData( const std::string& id, const uint8* data, size_t length, TimeDelta append_window_start, TimeDelta append_window_end, TimeDelta* timestamp_offset, const InitSegmentReceivedCB& init_segment_received_cb) argument
1347 Abort(const std::string& id, TimeDelta append_window_start, TimeDelta append_window_end, TimeDelta* timestamp_offset) argument
[all...]
H A Dpipeline_integration_test.cc450 void AppendAtTime(base::TimeDelta timestamp_offset, argument
456 &timestamp_offset,
459 last_timestamp_offset_ = timestamp_offset;
462 void AppendAtTimeWithWindow(base::TimeDelta timestamp_offset, argument
473 &timestamp_offset,
476 last_timestamp_offset_ = timestamp_offset;
H A Dchunk_demuxer_unittest.cc1179 base::TimeDelta timestamp_offset) {
1183 timestamp_offset_map_[id] = timestamp_offset;
1178 SetTimestampOffset(const std::string& id, base::TimeDelta timestamp_offset) argument
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.cc32 uint32_t timestamp_offset,
40 rtp_timestamp_offset_(timestamp_offset),
28 RtpStream(int fps, int bitrate_bps, unsigned int ssrc, unsigned int frequency, uint32_t timestamp_offset, int64_t rtcp_receive_time) argument

Completed in 285 milliseconds