Searched refs:tracks (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMakeTextMovie.tcl6 .m tracks new text 100 100
9 .m tracks add text 1 0 600 One
10 .m tracks add text 1 600 600 Two
11 .m tracks add text 1 1200 600 Three
12 .m tracks add text 1 1800 600 Four
13 .m tracks add text 1 2400 600 Five
14 .m tracks add text 1 3000 600 Six
15 .m tracks add text 1 3600 600 Seven
16 .m tracks add text 1 4200 600 Eight
17 .m tracks ad
[all...]
H A DTestJPEGQuality.tcl11 .m tracks new video $width $height
14 .m tracks add picture 1 0 600 $firstImage -compressor jpeg -spatialquality max
15 .m tracks add picture 1 600 600 $firstImage -compressor jpeg -spatialquality high
16 .m tracks add picture 1 1200 600 $firstImage -compressor jpeg -spatialquality normal
17 .m tracks add picture 1 1800 600 $firstImage -compressor jpeg -spatialquality low
18 .m tracks add picture 1 2400 600 $firstImage -compressor jpeg -spatialquality min
19 .m tracks add picture 1 3000 600 $firstImage -compressor jpeg -colordepth 40 -spatialquality max
20 .m tracks add picture 1 3600 600 $firstImage -compressor jpeg -colordepth 40 -spatialquality high
21 .m tracks add picture 1 4200 600 $firstImage -compressor jpeg -colordepth 40 -spatialquality normal
22 .m tracks ad
[all...]
H A DTwoSourceEffect.tcl29 .m tracks new video $width $height
30 .m tracks new video $width $height
33 .m tracks add picture 1 0 6000 $firstImage
34 .m tracks add picture 2 0 6000 $secondImage
37 .m tracks configure 2 -offset 3000
47 set ans [.m tracks new text]
49 .m tracks add text $textTrackID 0 3000 {Two source video effect. Here it comes...} \
51 .m tracks add text $textTrackID 6000 3000 {It is best if images are of same size.} \
53 .m tracks configure $textTrackID -graphicsmode transparent -graphicsmodecolor black
H A DMake25fpsMovie.tcl11 .m tracks new video 360 288
15 .m tracks add picture 1 0 $frameDuration $imageList -dialog 0 -keyframerate 25
H A DTestAddImage.tcl11 .m tracks new video $width $height
14 .m tracks add picture 1 0 600 $firstImage -compressor jpeg -dialog 0 \
H A DTestSequence.tcl28 .m tracks new video $width $height
31 .m tracks add picture 1 0 300 $imageList -dialog 1 -compressor {smc } -colordepth 8
32 #.m tracks add picture 1 0 300 $imageList -dialog 1 -compressor jpeg
H A DSimpleEditTimecode.tcl124 set desc [$w tracks full]
218 set nsamp [$w tracks media samplecount $videoTrack]
219 array set trackArr [$w tracks full $videoTrack]
228 $w tracks configure $id -graphicsmode addmin
H A DFastMotionMovieMaker.tcl93 set res [$wmovie tracks new video $width $height]
116 $wmovie tracks add picture $trackID $starttime $duration $imageList
H A DSimpleEdit.tcl124 set desc [$theMovie tracks full]
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrackList.cpp72 // Calculate the "Let n be the number of text tracks whose text track mode is showing and that are in the media element's list of text tracks before track."
110 // The text tracks are sorted as follows:
111 // 1. The text tracks corresponding to track element children of the media element, in tree order.
112 // 2. Any text tracks added using the addTextTrack() method, in the order they were added, oldest first.
113 // 3. Any media-resource-specific text tracks (text tracks corresponding to data in the media
142 // When no tracks match the given argument, the method must return null.
148 Vector<RefPtr<TrackBase>>* tracks = 0; local
151 tracks
201 Vector<RefPtr<TrackBase>>* tracks = 0; local
229 const Vector<RefPtr<TrackBase>>* tracks = 0; local
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DMediaStream.cpp66 PassRefPtr<MediaStream> MediaStream::create(ScriptExecutionContext& context, const Vector<RefPtr<MediaStreamTrack>>& tracks) argument
71 for (size_t i = 0; i < tracks.size(); ++i) {
72 if (tracks[i]->kind() == "audio")
73 audioTracks.append(&tracks[i]->privateTrack());
75 videoTracks.append(&tracks[i]->privateTrack());
165 Vector<RefPtr<MediaStreamTrack>>* tracks = trackVectorForType(track->source()->type());
167 tracks->append(track);
197 Vector<RefPtr<MediaStreamTrack>>* tracks = trackVectorForType(track->source()->type()); local
199 size_t pos = tracks->find(track);
203 tracks
254 Vector<RefPtr<MediaStreamTrack>> tracks; local
[all...]
H A DUserMediaRequest.cpp169 Vector<RefPtr<MediaStreamTrack>> tracks = stream->getAudioTracks(); local
170 for (auto iter = tracks.begin(); iter != tracks.end(); ++iter)
173 tracks = stream->getVideoTracks();
174 for (auto iter = tracks.begin(); iter != tracks.end(); ++iter)
H A DMediaStream.idl30 Constructor(MediaStreamTrack[] tracks),
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamPrivate.cpp180 Vector<RefPtr<MediaStreamTrackPrivate>>& tracks = track->type() == MediaStreamSource::Audio ? m_audioPrivateTracks : m_videoPrivateTracks; local
182 size_t pos = tracks.find(track);
186 tracks.append(track);
193 Vector<RefPtr<MediaStreamTrackPrivate>>& tracks = track->type() == MediaStreamSource::Audio ? m_audioPrivateTracks : m_videoPrivateTracks; local
195 size_t pos = tracks.find(track);
199 tracks.remove(pos);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderGrid.cpp296 Vector<GridTrack>& tracks = (direction == ForColumns) ? sizingData.columnTracks : sizingData.rowTracks;
301 for (size_t i = 0; i < tracks.size(); ++i) {
302 GridTrack& track = tracks[i];
322 for (size_t i = 0; i < tracks.size(); ++i) {
323 ASSERT(tracks[i].m_maxBreadth != infinity);
324 availableLogicalSpace -= tracks[i].m_usedBreadth;
332 // 3. Grow all Grid tracks in GridTracks from their UsedBreadth up to their MaxBreadth value until
334 const size_t tracksSize = tracks.size();
338 tracksForDistribution[i] = tracks.data() + i;
343 tracks[
587 distributeSpaceToTracks(Vector<GridTrack*>& tracks, Vector<GridTrack*>* tracksForGrowthAboveMaxBreadth, AccumulatorGetter trackGetter, AccumulatorGrowFunction trackGrowthFunction, GridSizingData& sizingData, LayoutUnit& availableLogicalSpace) argument
621 tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection direction, const Vector<GridTrack>& tracks) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/oreilly-oscon2001/
H A Doscon69 global rooms tracks
75 array set tracks {}
84 global rooms tracks
126 set tracks($track) .
217 global rooms tracks
226 sched add columns [array size tracks]
227 schedr add columns [array size tracks]
229 #log::log info Tracks=[array size tracks]
234 foreach k [lsort [array names tracks]] {
236 set tracks(
[all...]
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp174 CDTrack * tracks = 0; local
218 tracks = IONew(CDTrack, kCDTrackMaxIndex + 1);
219 if ( tracks == 0 ) goto scanErr;
221 bzero(tracks, (kCDTrackMaxIndex + 1) * sizeof(CDTrack));
224 // and tracks on the CD, but without making assumptions about the order
238 CDTrack * track = tracks + descriptor->point;
269 // Record whether the session has "form 1" or "form 2" tracks.
291 // Pre-scan the ordered list of tracks.
295 CDTrack * track = tracks + index;
373 // Create a media object to represent the linked data tracks, th
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockBox.h92 // 4 bytes : unsigned : length = 16 + (13 * num tracks)
95 // N bytes : MockTrackBoxes : tracks
103 const Vector<MockTrackBox>& tracks() const { return m_tracks; } function in class:WebCore::final
H A DMockSourceBufferPrivate.cpp163 for (auto it = initBox.tracks().begin(); it != initBox.tracks().end(); ++it) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp779 RetainPtr<CFArrayRef> tracks = adoptCF(AVCFAssetCopyAssetTracks(avAsset(m_avfWrapper))); local
780 CFIndex trackCount = CFArrayGetCount(tracks.get());
782 AVCFAssetTrackRef assetTrack = (AVCFAssetTrackRef)CFArrayGetValueAtIndex(tracks.get(), i);
955 // This is called whenever the tracks collection changes so cache hasVideo and hasAudio since we are
974 RetainPtr<CFArrayRef> tracks = adoptCF(AVCFPlayerItemCopyTracks(avPlayerItem(m_avfWrapper))); local
976 CFIndex trackCount = CFArrayGetCount(tracks.get());
978 AVCFPlayerItemTrackRef track = (AVCFPlayerItemTrackRef)(CFArrayGetValueAtIndex(tracks.get(), i));
983 // Asset tracks may not be available yet when streaming. <rdar://problem/16160699>
1044 RetainPtr<CFArrayRef> tracks = adoptCF(AVCFAssetCopyTracksWithMediaType(avAsset(m_avfWrapper), AVCFMediaCharacteristicVisual)); local
1045 CFIndex trackCount = CFArrayGetCount(tracks
1106 RetainPtr<CFArrayRef> tracks = adoptCF(AVCFPlayerItemCopyTracks(avPlayerItem(m_avfWrapper))); local
1241 RetainPtr<CFArrayRef> tracks = adoptCF(AVCFAssetCopyTracksWithMediaType(avAsset(m_avfWrapper), AVCFMediaTypeAudio)); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.mm943 if (weakThis && [weakThis->m_avAsset.get() statusOfValueForKey:@"tracks" error:nil] == AVKeyValueStatusLoaded) {
944 for (AVAssetTrack *track in [weakThis->m_avAsset.get() tracks]) {
1625 static AVAssetTrack* firstEnabledTrack(NSArray* tracks)
1627 NSUInteger index = [tracks indexOfObjectPassingTest:^(id obj, NSUInteger, BOOL *) {
1632 return [tracks objectAtIndex:index];
1648 // This is called whenever the tracks collection changes so cache hasVideo and hasAudio since we are
1733 void determineChangedTracksFromNewTracksAndOldItems(NSArray* tracks, NSString* trackType, Vector<RefT>& oldItems, RefT (*itemFactory)(AVPlayerItemTrack*), MediaPlayer* player, void (MediaPlayer::*removedFunction)(PassRefT), void (MediaPlayer::*addedFunction)(PassRefT))
1735 RetainPtr<NSSet> newTracks = adoptNS([[NSSet alloc] initWithArray:[tracks objectsAtIndexes:[tracks indexesOfObjectsPassingTest:^(id track, NSUInteger, BOOL*){
2206 // We enabled automatic media selection because we want alternate audio tracks t
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsApple.js162 /* text tracks */
167 /* audio tracks */
172 /* video tracks */
188 /* text tracks */
193 /* audio tracks */
198 /* video tracks */
1124 var tracks = this.host.sortedTrackListForMenu(this.video.textTracks);
1125 if (!tracks || !tracks.length)
1151 for (var i = 0; i < tracks
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm1532 NSArray *tracks = [m_qtMovie.get() tracks];
1534 m_totalTrackCount = [tracks count];
1539 QTTrack *track = [tracks objectAtIndex:trackIndex];
1563 // Disable chapter tracks. These are most likely to lead to trouble, as
1564 // they will be composited under the video tracks, forcing QT to do extra
1581 // other non-video tracks.
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp946 // 4.3 - Forget the media element's media-resource-specific tracks.
1048 // HTMLMediaElement::textTracksAreReady will need "... the text tracks whose mode was not in the
1283 // If the cues belong to different text tracks, it doesn't make sense to
1284 // compare the two tracks by the relative cue order, so return the relative
1314 // cues of all the hidden, showing, or showing by default text tracks of the
1332 // of hidden, showing, and showing by default text tracks of the media
1423 // 8 - Let affected tracks be a list of text tracks, initially empty.
1498 // 14 - Sort affected tracks in the same order as the text tracks appea
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dformat.txt165 This data file is called "comp.dat" and contains data that tracks character

Completed in 335 milliseconds

12