Home
last modified time | relevance | path

Searched refs:otherTrack (Results 1 – 25 of 25) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/merge/
H A Dselect_playlist_dialog.cpp87 auto otherTrack = static_cast<TrackItem const &>(cmp).m_track; in operator <() local
90 … ? m_track->nameForType() < otherTrack->nameForType() in operator <()
91 …column ? m_track->m_codec < otherTrack->m_codec in operator <()
92 … ? Q(m_track->m_language.format()) < Q(otherTrack->m_language.form… in operator <()
93 …: (m_track->m_id >= 0) && (otherTrack->m_id >= 0) ? m_track->m_id < otherTrack-… in operator <()
94 …: (m_track->m_id < 0) && (otherTrack->m_id < 0) ? m_track->m_codec < otherTrack-… in operator <()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/imuse_digi/
H A Ddimuse_track.cpp82 …t volGroupId, Audio::AudioStream *input, int hookId, int volume, int priority, Track *otherTrack) { in startSound() argument
161 if (otherTrack && otherTrack->used && !otherTrack->toBeRemoved) { in startSound()
162 track->curRegion = otherTrack->curRegion; in startSound()
163 track->dataOffset = otherTrack->dataOffset; in startSound()
164 track->regionOffset = otherTrack->regionOffset; in startSound()
165 track->dataMod12Bit = otherTrack->dataMod12Bit; in startSound()
H A Ddimuse.h96 …nt volGroupId, Audio::AudioStream *input, int hookId, int volume, int priority, Track *otherTrack);
134 …rtMusicWithOtherPos(const char *soundName, int soundId, int hookId, int volume, Track *otherTrack);
H A Ddimuse_script.cpp252 …tMusicWithOtherPos(const char *soundName, int soundId, int hookId, int volume, Track *otherTrack) { in startMusicWithOtherPos() argument
253 …erPos(%s, soundId:%d, hookId:%d, oldSoundId:%d)", soundName, soundId, hookId, otherTrack->soundId); in startMusicWithOtherPos()
254 …Sound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOLGRP_MUSIC, NULL, hookId, volume, 126, otherTrack); in startMusicWithOtherPos()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/imuse_digi/
H A Ddimuse_track.cpp83 …t volGroupId, Audio::AudioStream *input, int hookId, int volume, int priority, Track *otherTrack) { in startSound() argument
226 if (otherTrack && otherTrack->used && !otherTrack->toBeRemoved) { in startSound()
227 track->curRegion = otherTrack->curRegion; in startSound()
228 track->dataOffset = otherTrack->dataOffset; in startSound()
229 track->regionOffset = otherTrack->regionOffset; in startSound()
230 track->dataMod12Bit = otherTrack->dataMod12Bit; in startSound()
233 fadeDelay = otherTrack->volFadeDelay != 0 ? otherTrack->volFadeDelay : fadeDelay; in startSound()
H A Ddimuse.h97 …nt volGroupId, Audio::AudioStream *input, int hookId, int volume, int priority, Track *otherTrack);
140 …rtMusicWithOtherPos(const char *soundName, int soundId, int hookId, int volume, Track *otherTrack);
H A Ddimuse_script.cpp237 …tMusicWithOtherPos(const char *soundName, int soundId, int hookId, int volume, Track *otherTrack) { in startMusicWithOtherPos() argument
238 …erPos(%s, soundId:%d, hookId:%d, oldSoundId:%d)", soundName, soundId, hookId, otherTrack->soundId); in startMusicWithOtherPos()
239 …Sound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOLGRP_MUSIC, NULL, hookId, volume, 126, otherTrack); in startMusicWithOtherPos()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/imuse/
H A Dimuse_track.cpp73 …har *soundName, int volGroupId, int hookId, int volume, int pan, int priority, Track *otherTrack) { in startSound() argument
158 if (otherTrack && otherTrack->used && !otherTrack->toBeRemoved) { in startSound()
159 track->curRegion = otherTrack->curRegion; in startSound()
160 track->dataOffset = otherTrack->dataOffset; in startSound()
161 track->regionOffset = otherTrack->regionOffset; in startSound()
H A Dimuse.h77 …char *soundName, int volGroupId, int hookId, int volume, int pan, int priority, Track *otherTrack);
80 … startMusicWithOtherPos(const char *soundName, int hookId, int volume, int pan, Track *otherTrack);
H A Dimuse_script.cpp88 …startMusicWithOtherPos(const char *soundName, int hookId, int volume, int pan, Track *otherTrack) { in startMusicWithOtherPos() argument
90 startSound(soundName, IMUSE_VOLGRP_MUSIC, hookId, volume, pan, 126, otherTrack); in startMusicWithOtherPos()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/imuse/
H A Dimuse_track.cpp73 …har *soundName, int volGroupId, int hookId, int volume, int pan, int priority, Track *otherTrack) { in startSound() argument
158 if (otherTrack && otherTrack->used && !otherTrack->toBeRemoved) { in startSound()
159 track->curRegion = otherTrack->curRegion; in startSound()
160 track->dataOffset = otherTrack->dataOffset; in startSound()
161 track->regionOffset = otherTrack->regionOffset; in startSound()
H A Dimuse.h78 …char *soundName, int volGroupId, int hookId, int volume, int pan, int priority, Track *otherTrack);
81 … startMusicWithOtherPos(const char *soundName, int hookId, int volume, int pan, Track *otherTrack);
H A Dimuse_script.cpp88 …startMusicWithOtherPos(const char *soundName, int hookId, int volume, int pan, Track *otherTrack) { in startMusicWithOtherPos() argument
90 startSound(soundName, IMUSE_VOLGRP_MUSIC, hookId, volume, pan, 126, otherTrack); in startMusicWithOtherPos()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/ui/
H A DTimeShiftHandle.h116 virtual bool MayMigrateTo( Track &otherTrack );
125 const Track &otherTrack,
164 bool CommonMayMigrateTo( Track &otherTrack );
H A DTimeShiftHandle.cpp187 bool TrackShifter::CommonMayMigrateTo(Track &otherTrack) in CommonMayMigrateTo() argument
193 auto pOtherList = otherTrack.GetOwner().get(); in CommonMayMigrateTo()
197 if ( otherTrack.SameKindAs( track ) ) { in CommonMayMigrateTo()
201 auto otherChannels = TrackList::Channels( &otherTrack ); in CommonMayMigrateTo()
208 std::distance(otherChannels.first, pOtherList->Find(&otherTrack)); in CommonMayMigrateTo()
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/data/
H A DGeoDataGeometry.cpp111 const GeoDataTrack &otherTrack = static_cast<const GeoDataTrack &>(other); in operator ==() local
113 return thisTrack == otherTrack; in operator ==()
/dports/audio/mixxx/mixxx-2.3.0/src/engine/controls/
H A Dbpmcontrol.cpp691 TrackPointer otherTrack = pOtherEngineBuffer->getLoadedTrack(); in getNearestPositionInPhase() local
693 otherTrack ? otherTrack->getBeats() : mixxx::BeatsPointer(); in getNearestPositionInPhase()
866 TrackPointer otherTrack = pOtherEngineBuffer->getLoadedTrack(); in getBeatMatchPosition() local
867 mixxx::BeatsPointer otherBeats = otherTrack ? otherTrack->getBeats() : mixxx::BeatsPointer(); in getBeatMatchPosition()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/playabletrack/wavetrack/ui/
H A DWaveTrackShifter.cpp139 const Track &otherTrack, const Intervals &intervals, in AdjustFit() argument
143 auto pOtherWaveTrack = static_cast<const WaveTrack*>(&otherTrack); in AdjustFit()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/service/system/
H A DSystemService.kt586 fun update(otherTrack: ITrack?, otherBitmap: Bitmap?, otherDuration: Int) { in <lambda>()
587 track = otherTrack in <lambda>()
592 fun matches(otherTrack: ITrack?, otherBitmap: Bitmap?): Boolean { in <lambda>()
593 return (track != null && otherTrack != null) && in <lambda>()
594 otherTrack.externalId == track?.externalId && in <lambda>()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/labeltrack/ui/
H A DLabelTrackShifter.cpp90 bool MayMigrateTo( Track &otherTrack ) override in MayMigrateTo() argument
92 return CommonMayMigrateTo(otherTrack); in MayMigrateTo()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core/playlists/
H A DPlaylist.h214 virtual void syncTrackStatus( int position, const Meta::TrackPtr &otherTrack );
/dports/multimedia/shotcut/shotcut-21.03.21/src/models/
H A Dmultitrackmodel.cpp728 if (otherTrack && otherTrack->get_int(kTrackLockProperty)) in moveClip()
760 if (otherTrack) { in moveClip()
761 if (otherTrack->get_int(kTrackLockProperty)) in moveClip()
1070 if (otherTrack->get_int(kTrackLockProperty)) in insertClip()
1149 if (otherTrack) { in removeClip()
1150 if (otherTrack->get_int(kTrackLockProperty)) in removeClip()
2189 if (otherTrack) { in moveClipToEnd()
2190 if (otherTrack->get_int(kTrackLockProperty)) in moveClipToEnd()
2269 if (otherTrack && otherTrack->get_int(kTrackLockProperty)) in moveClipInBlank()
2935 if (otherTrack) { in insertOrAdjustBlankAt()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/podcasts/sql/
H A DSqlPodcastMeta.h111 void syncTrackStatus( int position, const Meta::TrackPtr &otherTrack ) override;
H A DSqlPodcastMeta.cpp932 Podcasts::SqlPodcastChannel::syncTrackStatus(int position, const Meta::TrackPtr &otherTrack ) in syncTrackStatus() argument
937 Podcasts::PodcastEpisodePtr::dynamicCast( otherTrack ); in syncTrackStatus()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DComposition.cpp2182 Track *otherTrack = getTrackById(otherTrackId); in autoinc()
2184 if (!otherTrack) in autoinc()
2186 if (otherTrack == track) in autoinc()
2190 if (otherTrack->getInstrument() == track->getInstrument()) { in autoinc()
2192 notifyTrackChanged(otherTrack); in autoinc()