Searched refs:asset (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DAVFoundationCFSoftLinking.h48 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFAssetCancelLoading, void, __cdecl, (AVCFAssetRef asset), (asset))
51 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFAssetCopyAssetTracks, CFArrayRef, __cdecl, (AVCFAssetRef asset), (asset))
54 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFAssetCopyAvailableMediaCharacteristicsWithMediaSelectionOptions, CFArrayRef, __cdecl, (AVCFAssetRef asset), (asset))
57 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFAssetCopyTracksWithMediaCharacteristic, CFArrayRef, __cdecl, (AVCFAssetRef asset, CFStringRef mediaCharacteristic), (asset, mediaCharacteristic))
60 SOFT_LINK_DLL_IMPORT(AVFoundationCF, AVCFAssetCopyTracksWithMediaType, CFArrayRef, __cdecl, (AVCFAssetRef asset, CFStringRef mediaType), (asset, mediaTyp
[all...]
H A DMediaPlayerPrivateAVFoundationCF.cpp958 // We don't have a player item yet, so check with the asset because some assets support inspection
984 LOG(Media, "MediaPlayerPrivateAVFoundationCF:tracksChanged(%p) - track = %d is enabled, but has no asset track.", this, track);
1060 // Also look at the asset's preferred transform so we account for a movie matrix.
1114 LOG(Media, "MediaPlayerPrivateAVFoundationCF:tracksChanged(%p) - track = %d is enabled, but has no asset track.", this, track);
1515 // FIXME: Are there other legible output things we need to register for? asset and hasEnabledAudio are not exposed by AVCF
1585 AVCFURLAssetRef asset = AVCFPlayerItemGetAsset(self->avPlayerItem()); local
1586 if (asset)
1587 self->setAsset(asset);
1841 void AVFWrapper::setAsset(AVCFURLAssetRef asset) argument
1843 if (asset
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dservlet.rb32 # Maps an asset type to its path on the filesystem
87 # Serves the asset at the path in +req+ for +generator_name+ via +res+.
89 def asset generator_name, req, res method in class:RDoc
116 asset :darkfish, req, res
118 asset :json_index, req, res
366 # asset.
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DSourceBufferPrivateAVFObjC.mm194 - (void)streamDataParser:(AVStreamDataParser *)streamDataParser didParseStreamDataAsAsset:(AVAsset *)asset
202 RetainPtr<AVAsset*> strongAsset = asset;
209 - (void)streamDataParser:(AVStreamDataParser *)streamDataParser didParseStreamDataAsAsset:(AVAsset *)asset withDiscontinuity:(BOOL)discontinuity
218 RetainPtr<AVAsset*> strongAsset = asset;
570 void SourceBufferPrivateAVFObjC::didParseStreamDataAsAsset(AVAsset* asset)
574 m_asset = asset;
H A DMediaPlayerPrivateAVFoundationObjC.mm1135 // Do not ask the asset for duration before it has been loaded or it will fetch the
1331 void MediaPlayerPrivateAVFoundationObjC::setAsset(id asset)
1333 m_avAsset = asset;
1651 // We don't have a player item yet, so check with the asset because some assets support inspection
2669 @"asset",
2770 else if ([keyPath isEqualToString:@"asset"])
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFileUploadPanel.mm210 RetainPtr<AVURLAsset> asset = adoptNS([[AVURLAsset_class alloc] initWithURL:_mediaURL.get() options:nil]);
211 RetainPtr<AVAssetImageGenerator> generator = adoptNS([[AVAssetImageGenerator_class alloc] initWithAsset:asset.get()]);
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_servlet.rb75 @s.asset :darkfish, @req, @res
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex101 from relatively straightforward algebra and I hope that this book can be a valuable learning asset.

Completed in 160 milliseconds