/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/metadata/ |
H A D | MetadataRenderer.java | 42 private final MetadataDecoderFactory decoderFactory; field in MetadataRenderer 76 MetadataOutput output, @Nullable Looper outputLooper, MetadataDecoderFactory decoderFactory) { in MetadataRenderer() argument 81 this.decoderFactory = Assertions.checkNotNull(decoderFactory); in MetadataRenderer() 94 if (decoderFactory.supportsFormat(format)) { in supportsFormat() 104 decoder = decoderFactory.createDecoder(formats[0]); in onStreamChanged() 132 if (wrappedMetadataFormat != null && decoderFactory.supportsFormat(wrappedMetadataFormat)) { in decodeWrappedMetadata() 134 decoderFactory.createDecoder(wrappedMetadataFormat); in decodeWrappedMetadata()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/metadata/ |
H A D | MetadataRenderer.java | 42 private final MetadataDecoderFactory decoderFactory; field in MetadataRenderer 76 MetadataOutput output, @Nullable Looper outputLooper, MetadataDecoderFactory decoderFactory) { in MetadataRenderer() argument 81 this.decoderFactory = Assertions.checkNotNull(decoderFactory); in MetadataRenderer() 93 if (decoderFactory.supportsFormat(format)) { in supportsFormat() 103 decoder = decoderFactory.createDecoder(formats[0]); in onStreamChanged() 131 if (wrappedMetadataFormat != null && decoderFactory.supportsFormat(wrappedMetadataFormat)) { in decodeWrappedMetadata() 133 decoderFactory.createDecoder(wrappedMetadataFormat); in decodeWrappedMetadata()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
H A D | Transformer.java | 481 private final Codec.DecoderFactory decoderFactory; field in Transformer 501 Codec.DecoderFactory decoderFactory, in Transformer() argument 515 this.decoderFactory = decoderFactory; in Transformer() 620 decoderFactory, in startTransformation() 713 private final Codec.DecoderFactory decoderFactory; field in Transformer.TransformerRenderersFactory 723 Codec.DecoderFactory decoderFactory, in TransformerRenderersFactory() argument 731 this.decoderFactory = decoderFactory; in TransformerRenderersFactory() 749 muxerWrapper, mediaClock, transformationRequest, encoderFactory, decoderFactory); in createRenderers() 760 decoderFactory, in createRenderers()
|
H A D | TransformerAudioRenderer.java | 36 private final Codec.DecoderFactory decoderFactory; field in TransformerAudioRenderer 44 Codec.DecoderFactory decoderFactory) { in TransformerAudioRenderer() argument 47 this.decoderFactory = decoderFactory; in TransformerAudioRenderer() 85 inputFormat, transformationRequest, encoderFactory, decoderFactory); in ensureConfigured()
|
H A D | TransformerVideoRenderer.java | 38 private final Codec.DecoderFactory decoderFactory; field in TransformerVideoRenderer 50 Codec.DecoderFactory decoderFactory, in TransformerVideoRenderer() argument 55 this.decoderFactory = decoderFactory; in TransformerVideoRenderer() 98 decoderFactory, in ensureConfigured()
|
H A D | VideoSamplePipeline.java | 55 Codec.DecoderFactory decoderFactory, in VideoSamplePipeline() argument 125 decoderFactory.createForVideoDecoding( in VideoSamplePipeline()
|
H A D | AudioSamplePipeline.java | 66 Codec.DecoderFactory decoderFactory) in AudioSamplePipeline() argument 76 this.decoder = decoderFactory.createForAudioDecoding(inputFormat); in AudioSamplePipeline()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
H A D | Transformer.java | 559 private final Codec.DecoderFactory decoderFactory; field in Transformer 581 Codec.DecoderFactory decoderFactory, in Transformer() argument 596 this.decoderFactory = decoderFactory; in Transformer() 733 decoderFactory, in startTransformation() 845 private final Codec.DecoderFactory decoderFactory; field in Transformer.TransformerRenderersFactory 857 Codec.DecoderFactory decoderFactory, in TransformerRenderersFactory() argument 867 this.decoderFactory = decoderFactory; in TransformerRenderersFactory() 890 decoderFactory, in createRenderers() 903 decoderFactory, in createRenderers()
|
H A D | TransformerAudioRenderer.java | 36 private final Codec.DecoderFactory decoderFactory; field in TransformerAudioRenderer 44 Codec.DecoderFactory decoderFactory, in TransformerAudioRenderer() argument 48 this.decoderFactory = decoderFactory; in TransformerAudioRenderer() 79 decoderFactory, in ensureConfigured()
|
H A D | TransformerVideoRenderer.java | 40 private final Codec.DecoderFactory decoderFactory; field in TransformerVideoRenderer 53 Codec.DecoderFactory decoderFactory, in TransformerVideoRenderer() argument 60 this.decoderFactory = decoderFactory; in TransformerVideoRenderer() 94 decoderFactory, in ensureConfigured()
|
H A D | VideoTranscodingSamplePipeline.java | 56 Codec.DecoderFactory decoderFactory, in VideoTranscodingSamplePipeline() argument 127 decoderFactory.createForVideoDecoding( in VideoTranscodingSamplePipeline()
|
H A D | AudioTranscodingSamplePipeline.java | 60 Codec.DecoderFactory decoderFactory, in AudioTranscodingSamplePipeline() argument 72 decoder = decoderFactory.createForAudioDecoding(inputFormat); in AudioTranscodingSamplePipeline()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/text/ |
H A D | TextRenderer.java | 80 private final SubtitleDecoderFactory decoderFactory; field in TextRenderer 117 TextOutput output, @Nullable Looper outputLooper, SubtitleDecoderFactory decoderFactory) { in TextRenderer() argument 122 this.decoderFactory = decoderFactory; in TextRenderer() 135 if (decoderFactory.supportsFormat(format)) { in supportsFormat() 344 decoder = decoderFactory.createDecoder(checkNotNull(streamFormat)); in initDecoder()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/text/ |
H A D | TextRenderer.java | 83 private final SubtitleDecoderFactory decoderFactory; field in TextRenderer 120 TextOutput output, @Nullable Looper outputLooper, SubtitleDecoderFactory decoderFactory) { in TextRenderer() argument 125 this.decoderFactory = decoderFactory; in TextRenderer() 137 if (decoderFactory.supportsFormat(format)) { in supportsFormat() 346 decoder = decoderFactory.createDecoder(checkNotNull(streamFormat)); in initDecoder()
|
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/ |
H A D | RTCPeerConnectionFactory.mm | 85 decoderFactory:(nullable id<RTC_OBJC_TYPE(RTCVideoDecoderFactory)>)decoderFactory { 86 return [self initWithEncoderFactory:encoderFactory decoderFactory:decoderFactory audioDevice:nil]; 91 decoderFactory:(nullable id<RTC_OBJC_TYPE(RTCVideoDecoderFactory)>)decoderFactory 101 if (decoderFactory) { 102 native_decoder_factory = webrtc::ObjCToNativeVideoDecoderFactory(decoderFactory);
|
H A D | RTCPeerConnectionFactory.h | 46 decoderFactory:(nullable id<RTC_OBJC_TYPE(RTCVideoDecoderFactory)>)decoderFactory; 51 decoderFactory:(nullable id<RTC_OBJC_TYPE(RTCVideoDecoderFactory)>)decoderFactory
|
H A D | RTCPeerConnectionFactory+Native.h | 72 decoderFactory:(nullable id<RTC_OBJC_TYPE(RTCVideoDecoderFactory)>)decoderFactory;
|
/aosp_15_r20/out/soong/.intermediates/external/subsampling-scale-image-view/subsampling-scale-image-view/android_common/javac/ |
D | subsampling-scale-image-view.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/davemorrissey/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-media3/androidx.media3.media3-transformer-nodeps/android_common_apex30/aar/ |
D | androidx.media3.media3-transformer-nodeps.jar | androidx/
androidx/media3/
androidx/media3/transformer/
androidx/media3/transformer/AssetLoader ... |
D | classes.jar | androidx/
androidx/media3/
androidx/media3/transformer/
androidx/media3/transformer/AssetLoader ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-media3/androidx.media3.media3-transformer-nodeps/android_common/aar/ |
D | classes.jar | androidx/
androidx/media3/
androidx/media3/transformer/
androidx/media3/transformer/AssetLoader ... |
D | androidx.media3.media3-transformer-nodeps.jar | androidx/
androidx/media3/
androidx/media3/transformer/
androidx/media3/transformer/AssetLoader ... |
/aosp_15_r20/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/ |
H A D | SubsamplingScaleImageView.java | 1542 …w view, Context context, DecoderFactory<? extends ImageRegionDecoder> decoderFactory, Uri source) { in TilesInitTask() argument 1545 …ecoderFactoryRef = new WeakReference<DecoderFactory<? extends ImageRegionDecoder>>(decoderFactory); in TilesInitTask() 1554 … DecoderFactory<? extends ImageRegionDecoder> decoderFactory = decoderFactoryRef.get(); in doInBackground() local 1556 if (context != null && decoderFactory != null && view != null) { in doInBackground() 1558 decoder = decoderFactory.make(); in doInBackground() 1726 …geView view, Context context, DecoderFactory<? extends ImageDecoder> decoderFactory, Uri source, b… in BitmapLoadTask() argument 1729 …this.decoderFactoryRef = new WeakReference<DecoderFactory<? extends ImageDecoder>>(decoderFactory); in BitmapLoadTask() 1739 DecoderFactory<? extends ImageDecoder> decoderFactory = decoderFactoryRef.get(); in doInBackground() local 1741 if (context != null && decoderFactory != null && view != null) { in doInBackground() 1743 bitmap = decoderFactory.make().decode(context, source); in doInBackground()
|
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
H A D | PeerConnectionClient.java | 435 final VideoDecoderFactory decoderFactory; in createPeerConnectionFactoryInternal() local 440 decoderFactory = new DefaultVideoDecoderFactory(rootEglBase.getEglBaseContext()); in createPeerConnectionFactoryInternal() 443 decoderFactory = new SoftwareVideoDecoderFactory(); in createPeerConnectionFactoryInternal() 454 .setVideoDecoderFactory(decoderFactory) in createPeerConnectionFactoryInternal()
|
/aosp_15_r20/external/webrtc/examples/objc/AppRTCMobile/ |
H A D | ARDAppClient.m | 227 RTC_OBJC_TYPE(RTCDefaultVideoDecoderFactory) *decoderFactory = 234 decoderFactory:decoderFactory];
|