Home
last modified time | relevance | path

Searched refs:isSwitching (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/test/resource/
H A Dplayer_index_js.md57 isSwitching: false,
254 if (this.isSwitching) {
274 if (this.isSwitching) {
298 if (this.isSwitching) {
537 if (this.isSwitching) {
597 if (this.isSwitching) {
610 this.isSwitching = true;
613 this.isSwitching = false;
628 if (this.isSwitching) {
641 this.isSwitching = true;
[all …]
H A Dcontroller_index_js.md30 isSwitching: false,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp693 bool isSwitching = false; in IsSeekingInSwitch() local
706 isSwitching = true; in IsSeekingInSwitch()
720 isSwitching = true; in IsSeekingInSwitch()
724 return isSwitching; in IsSeekingInSwitch()
743 bool isSwitching = IsSeekingInSwitch(); in SeekInternal() local
763 if (!isSwitching && segmentDownloader->SeekToTime(segment, streamId)) { in SeekInternal()