Searched refs:current_pts (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/formats/mp2t/
H A Des_adapter_video.cc134 base::TimeDelta EsAdapterVideo::GetNextFramePts(base::TimeDelta current_pts) { argument
141 if ((*it)->timestamp() < current_pts)
152 if (*it < current_pts)
H A Des_parser_adts.cc146 base::TimeDelta current_pts = audio_timestamp_helper_->GetTimestamp(); local
161 stream_parser_buffer->set_timestamp(current_pts);
163 DecodeTimestamp::FromPresentationTime(current_pts));
H A Des_adapter_video.h60 // Return the PTS of the frame that comes just after |current_pts| in
62 base::TimeDelta GetNextFramePts(base::TimeDelta current_pts);
H A Des_parser_mpeg1audio.cc70 base::TimeDelta current_pts = audio_timestamp_helper_->GetTimestamp(); local
86 stream_parser_buffer->set_timestamp(current_pts);

Completed in 76 milliseconds