Home
last modified time | relevance | path

Searched refs:transcoderTotalDuration_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.h131 int64_t transcoderTotalDuration_ = 0; variable
H A Dhitranscoder_impl.cpp626 transcoderTotalDuration_ += GetCurrentMillisecond() - startTime_; in Pause()
663 transcoderTotalDuration_ += GetCurrentMillisecond() - startTime_; in Cancel()
679 …a->SetData(Tag::AV_TRANSCODER_TRANSCODER_DURATION, static_cast<int32_t>(transcoderTotalDuration_)); in AppendTranscoderMediaInfo()