Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/metadata/
H A DMetadataRenderer.java42 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 DMetadataRenderer.java42 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 DTransformer.java481 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 DTransformerAudioRenderer.java36 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 DTransformerVideoRenderer.java38 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 DVideoSamplePipeline.java55 Codec.DecoderFactory decoderFactory, in VideoSamplePipeline() argument
125 decoderFactory.createForVideoDecoding( in VideoSamplePipeline()
H A DAudioSamplePipeline.java66 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 DTransformer.java559 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 DTransformerAudioRenderer.java36 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 DTransformerVideoRenderer.java40 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 DVideoTranscodingSamplePipeline.java56 Codec.DecoderFactory decoderFactory, in VideoTranscodingSamplePipeline() argument
127 decoderFactory.createForVideoDecoding( in VideoTranscodingSamplePipeline()
H A DAudioTranscodingSamplePipeline.java60 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 DTextRenderer.java80 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 DTextRenderer.java83 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 DRTCPeerConnectionFactory.mm85 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 DRTCPeerConnectionFactory.h46 decoderFactory:(nullable id<RTC_OBJC_TYPE(RTCVideoDecoderFactory)>)decoderFactory;
51 decoderFactory:(nullable id<RTC_OBJC_TYPE(RTCVideoDecoderFactory)>)decoderFactory
H A DRTCPeerConnectionFactory+Native.h72 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/
Dsubsampling-scale-image-view.jarMETA-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/
Dandroidx.media3.media3-transformer-nodeps.jarandroidx/ androidx/media3/ androidx/media3/transformer/ androidx/media3/transformer/AssetLoader ...
Dclasses.jarandroidx/ 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/
Dclasses.jarandroidx/ androidx/media3/ androidx/media3/transformer/ androidx/media3/transformer/AssetLoader ...
Dandroidx.media3.media3-transformer-nodeps.jarandroidx/ 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 DSubsamplingScaleImageView.java1542 …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 DPeerConnectionClient.java435 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 DARDAppClient.m227 RTC_OBJC_TYPE(RTCDefaultVideoDecoderFactory) *decoderFactory =
234 decoderFactory:decoderFactory];

123