Home
last modified time | relevance | path

Searched refs:isDash_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dbase_stream_demuxer.cpp123 return isDash_; in IsDash()
128 isDash_ = flag; in SetIsDash()
H A Ddemuxer_plugin_manager.cpp104 isDash_ = flag; in SetIsDash()
109 return isDash_; in IsDash()
140 isDash_ = true; in InitAudioTrack()
158 isDash_ = true; in InitVideoTrack()
504 streamDemuxer->SetIsDash(isDash_); in InitPlugin()
511 streamInfoMap_[id].dataSource->SetIsDash(isDash_); in InitPlugin()
520 return isDash_; in IsDash()
H A Ddemuxer_plugin_manager.h65 bool isDash_ = false; variable
158 bool isDash_ = false; variable
H A Dbase_stream_demuxer.h146 bool isDash_ = {false};