Searched refs:trackID (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DSourceBufferPrivateAVFObjC.mm123 - (void)setShouldProvideMediaData:(BOOL)shouldProvideMediaData forTrackID:(CMPersistentTrackID)trackID;
124 - (BOOL)shouldProvideMediaDataForTrackID:(CMPersistentTrackID)trackID;
126 - (void)processContentKeyResponseData:(NSData *)contentKeyResponseData forTrackID:(CMPersistentTrackID)trackID;
127 - (void)processContentKeyResponseError:(NSError *)error forTrackID:(CMPersistentTrackID)trackID;
128 - (void)renewExpiringContentKeyResponseDataForTrackID:(CMPersistentTrackID)trackID;
129 - (NSData *)streamingContentKeyRequestDataForApp:(NSData *)appIdentifier contentIdentifier:(NSData *)contentIdentifier trackID:(CMPersistentTrackID)trackID options:(NSDictionary *)options error:(NSError **)outError;
240 - (void)streamDataParser:(AVStreamDataParser *)streamDataParser didProvideMediaData:(CMSampleBufferRef)sample forTrackID:(CMPersistentTrackID)trackID mediaType:(NSString *)nsMediaType flags:(NSUInteger)flags
250 callOnMainThread([strongSelf, strongSample, trackID, mediaType, flags] {
252 strongSelf->_parent->didProvideMediaDataForTrackID(trackID, strongSampl
[all...]
H A DSourceBufferPrivateAVFObjC.h81 void didProvideMediaDataForTrackID(int trackID, CMSampleBufferRef, const String& mediaType, unsigned flags);
82 void didReachEndOfTrackWithTrackID(int trackID, const String& mediaType);
83 void didProvideContentKeyRequestInitializationDataForTrackID(NSData*, int trackID);
85 bool processCodedFrame(int trackID, CMSampleBufferRef, const String& mediaType);
115 virtual void flushAndEnqueueNonDisplayingSamples(Vector<RefPtr<MediaSample>>, AtomicString trackID) override;
116 virtual void enqueueSample(PassRefPtr<MediaSample>, AtomicString trackID) override;
117 virtual bool isReadyForMoreSamples(AtomicString trackID) override;
119 virtual void notifyClientWhenReadyForMoreSamples(AtomicString trackID) override;
124 void didBecomeReadyForMoreSamples(int trackID);
H A DCDMSessionMediaSourceAVFObjC.mm48 - (void)processContentKeyResponseData:(NSData *)contentKeyResponseData forTrackID:(CMPersistentTrackID)trackID;
49 - (void)processContentKeyResponseError:(NSError *)error forTrackID:(CMPersistentTrackID)trackID;
50 - (void)renewExpiringContentKeyResponseDataForTrackID:(CMPersistentTrackID)trackID;
51 - (NSData *)streamingContentKeyRequestDataForApp:(NSData *)appIdentifier contentIdentifier:(NSData *)contentIdentifier trackID:(CMPersistentTrackID)trackID options:(NSDictionary *)options error:(NSError **)outError;
126 RetainPtr<NSData> request = [m_parent->parser() streamingContentKeyRequestDataForApp:certificateData.get() contentIdentifier:initData.get() trackID:m_parent->protectedTrackID() options:nil error:&error];
H A DAudioTrackPrivateMediaSourceAVFObjC.cpp47 m_trackID = m_impl->trackID();
H A DAudioTrackPrivateMediaSourceAVFObjC.h55 int trackID() { return m_trackID; } function in class:WebCore::final
H A DVideoTrackPrivateMediaSourceAVFObjC.h56 int trackID() { return m_trackID; } function in class:WebCore::final
H A DVideoTrackPrivateMediaSourceAVFObjC.mm48 m_trackID = m_impl->trackID();
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockTracks.h48 , m_id(String::format("%d", box.trackID()))
66 , m_id(String::format("%d", box.trackID()))
84 , m_id(String::format("%d", box.trackID()))
H A DMockBox.h75 int32_t trackID() const { return m_trackID; } function in class:WebCore::final
130 int32_t trackID() const { return m_trackID; } function in class:WebCore::final
H A DMockSourceBufferPrivate.cpp53 , m_id(String::format("%d", box.trackID()))
60 virtual AtomicString trackID() const override { return m_id; }
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DTracksCommand.c180 long trackID );
182 long trackID, int objc, Tcl_Obj *CONST objv[] );
236 long trackID; local
317 "pathName tracks configure trackID ?options ...?" );
320 if (Tcl_GetLongFromObj( interp, objv[1], &trackID ) != TCL_OK) {
321 Tcl_AddErrorInfo( interp, "\n (processing trackID value)" );
324 result = ConfigureTracks( interp, movPtr, trackID, objc - 2, objv + 2 );
340 if (movPtr->trackSelect->trackID != 0) {
372 if (movPtr->trackSelect->trackID) {
373 trackID
1728 long trackID; local
2527 ConfigureTracks( Tcl_Interp *interp, MoviePlayer *movPtr, long trackID, int objc, Tcl_Obj *CONST objv[] ) argument
[all...]
H A DExportCommand.c83 long trackID;
204 if (Tcl_GetLongFromObj( interp, objv[iarg+1], &trackID ) != TCL_OK) {
209 track = GetMovieTrack( theMovie, trackID );
82 long trackID; local
H A DTimeCode.c218 long trackID; local
254 "pathName timecode new trackID ?args?" );
257 if (Tcl_GetLongFromObj( interp, objv[0], &trackID ) != TCL_OK) {
258 Tcl_AddErrorInfo( interp, "\n (processing trackID option)" );
261 videTrack = GetMovieTrack( aMovie, trackID );
685 * The result is to be returned as a list: '{-undostate number} trackID'.
H A DMoviePlayer.h49 long trackID; /* ID of selected track, 0 if no selection. */ member in struct:TrackSelection
H A DMoviePlayer.c595 movPtr->trackSelect->trackID = 0;
2155 movPtr->trackSelect->trackID = 0;
2162 movPtr->trackSelect->trackID = 0;
2169 movPtr->trackSelect->trackID = 0;
2181 movPtr->trackSelect->trackID = 0;
2197 movPtr->trackSelect->trackID = 0;
4052 movPtr->trackSelect->trackID = 0;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DMediaSample.h58 virtual AtomicString trackID() const = 0;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DAVTrackPrivateAVFObjCImpl.h59 int trackID() const;
H A DAVTrackPrivateAVFObjCImpl.mm108 return String::format("%d", [m_assetTrack trackID]);
146 int AVTrackPrivateAVFObjCImpl::trackID() const
148 return [m_assetTrack trackID];
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DSourceBuffer.cpp327 const AtomicString& trackID = trackBufferPair.key; local
330 reenqueueMediaForTime(trackBuffer, trackID, time);
518 const AtomicString& trackID = trackBufferPair.key; local
522 reenqueueMediaForTime(trackBuffer, trackID, currentMediaTime);
524 provideMediaData(trackBuffer, trackID);
1196 AtomicString trackID = sample->trackID(); local
1197 auto it = m_trackBufferMap.find(trackID);
1199 it = m_trackBufferMap.add(trackID, TrackBuffer()).iterator;
1536 void SourceBuffer::sourceBufferPrivateDidBecomeReadyForMoreSamples(SourceBufferPrivate*, AtomicString trackID) argument
1548 provideMediaData(TrackBuffer& trackBuffer, AtomicString trackID) argument
1586 reenqueueMediaForTime(TrackBuffer& trackBuffer, AtomicString trackID, const MediaTime& time) argument
1593 m_private->flushAndEnqueueNonDisplayingSamples(Vector<RefPtr<MediaSample>>(), trackID); local
1606 m_private->flushAndEnqueueNonDisplayingSamples(Vector<RefPtr<MediaSample>>(), trackID); local
1763 bufferedSamplesForTrackID(const AtomicString& trackID) argument
[all...]
H A DSourceBuffer.h128 virtual void sourceBufferPrivateDidBecomeReadyForMoreSamples(SourceBufferPrivate*, AtomicString trackID) override;
160 void reenqueueMediaForTime(TrackBuffer&, AtomicString trackID, const MediaTime&);
161 void provideMediaData(TrackBuffer&, AtomicString trackID);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSourceBufferPrivateClient.h76 virtual void sourceBufferPrivateDidBecomeReadyForMoreSamples(SourceBufferPrivate*, AtomicString trackID) = 0;
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DFastMotionMovieMaker.tcl94 set trackID [lindex $res 1]
116 $wmovie tracks add picture $trackID $starttime $duration $imageList
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.idl282 [Conditional=MEDIA_SOURCE] DOMString[] bufferedSamplesForTrackID(SourceBuffer buffer, DOMString trackID);
H A DInternals.cpp2260 Vector<String> Internals::bufferedSamplesForTrackID(SourceBuffer* buffer, const AtomicString& trackID) argument
2265 return buffer->bufferedSamplesForTrackID(trackID);

Completed in 132 milliseconds