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

  /external/chromium_org/media/base/
audio_timestamp_helper.cc 20 void AudioTimestampHelper::SetBaseTimestamp(base::TimeDelta base_timestamp) {
21 base_timestamp_ = base_timestamp;
25 base::TimeDelta AudioTimestampHelper::base_timestamp() const { function in class:media::AudioTimestampHelper
  /external/chromium_org/media/formats/mp2t/
es_parser_mpeg1audio.cc 66 if (audio_timestamp_helper_->base_timestamp() == kNoTimestamp()) {
186 audio_timestamp_helper_->base_timestamp() != kNoTimestamp()) {
187 base::TimeDelta base_timestamp = audio_timestamp_helper_->GetTimestamp(); local
190 audio_timestamp_helper_->SetBaseTimestamp(base_timestamp);
es_parser_adts.cc 142 if (audio_timestamp_helper_->base_timestamp() == kNoTimestamp()) {
242 audio_timestamp_helper_->base_timestamp() != kNoTimestamp()) {
243 base::TimeDelta base_timestamp = audio_timestamp_helper_->GetTimestamp(); local
246 audio_timestamp_helper_->SetBaseTimestamp(base_timestamp);
  /external/chromium_org/media/formats/mpeg/
mpeg_audio_stream_parser_base.cc 215 base::TimeDelta base_timestamp; local
217 base_timestamp = timestamp_helper_->GetTimestamp();
220 timestamp_helper_->SetBaseTimestamp(base_timestamp);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 618 OMX_S64 base_timestamp = 0, lastTimestamp = 0; local
682 base_timestamp = pBuffer->nTimeStamp;
683 DEBUG_PRINT("base_avsync Sec(%lu) uSec(%lu) base_timestamp(%lld)",
684 base_avsync.tv_sec, base_avsync.tv_usec, base_timestamp);
690 display_time = pBuffer->nTimeStamp - base_timestamp;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 740 OMX_S64 base_timestamp = 0, lastTimestamp = 0; local
808 base_timestamp = pBuffer->nTimeStamp;
809 DEBUG_PRINT("base_avsync Sec(%lu) uSec(%lu) base_timestamp(%lld)",
810 base_avsync.tv_sec, base_avsync.tv_usec, base_timestamp);
814 display_time = pBuffer->nTimeStamp - base_timestamp;
    [all...]

Completed in 476 milliseconds