Home
last modified time | relevance | path

Searched refs:isEnd_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Daudio_source.cpp91 isEnd_ = false; in ReadThread()
93 if (!isEnd_ && (readCnt == bufferCnt_)) { in ReadThread()
95 isEnd_ = true; in ReadThread()
120 listener_->readBufferCb_(buffer_.get(), minBufferSize_, isEnd_); in Read()
H A Daudio_source.h53 bool isEnd_ = false; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_timer.cpp33 isEnd_ = false; in DfxTimer()
38 if (isEnd_) { in ~DfxTimer()
68 isEnd_ = true; in End()
H A Ddfx_worker.cpp259 isEnd_ = true; in End()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_timer.h36 bool isEnd_; variable
H A Ddfx_worker.h77 bool isEnd_ = false; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h79 isEnd_ = false; in DashMpdTrackParam()
87 bool isEnd_; member
H A Ddash_media_downloader.cpp808 trackParam_.isEnd_ = isEnd; in SelectAudioInternal()
860 trackParam_.isEnd_ = false; in SelectSubtitleInternal()
1042 trackParam_.isEnd_ = false; in ResetTrackParam()
H A Ddash_mpd_downloader.cpp389 if (!param.isEnd_) { in GetNextTrackStream()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp202 trackParam.isEnd_ = false;