Home
last modified time | relevance | path

Searched defs:inputFormat (Results 1 – 25 of 40) sorted by relevance

12

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformerAudioRenderer.java69 Format inputFormat = checkNotNull(formatHolder.format); in ensureConfigured() local
90 private boolean shouldPassthrough(Format inputFormat) { in shouldPassthrough()
DTransformerVideoRenderer.java78 Format inputFormat = checkNotNull(formatHolder.format); in ensureConfigured() local
107 private boolean shouldPassthrough(Format inputFormat) { in shouldPassthrough()
DVideoSamplePipeline.java52 Format inputFormat, in VideoSamplePipeline()
DAudioSamplePipeline.java63 Format inputFormat, in AudioSamplePipeline()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformerAudioRenderer.java70 Format inputFormat = checkNotNull(formatHolder.format); in ensureConfigured() local
87 private boolean shouldPassthrough(Format inputFormat) { in shouldPassthrough()
DTransformerVideoRenderer.java83 Format inputFormat = checkNotNull(formatHolder.format); in ensureConfigured() local
106 private boolean shouldPassthrough(Format inputFormat) { in shouldPassthrough()
DVideoTranscodingSamplePipeline.java53 Format inputFormat, in VideoTranscodingSamplePipeline()
DAudioTranscodingSamplePipeline.java58 Format inputFormat, in AudioTranscodingSamplePipeline()
/external/exoplayer/tree/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/
DFfmpegAudioRenderer.java144 private boolean isOutputSupported(Format inputFormat) { in isOutputSupported()
149 private boolean shouldUseFloatOutput(Format inputFormat) { in shouldUseFloatOutput()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/
DFfmpegAudioRenderer.java139 private boolean sinkSupportsFormat(Format inputFormat, @C.PcmEncoding int pcmEncoding) { in sinkSupportsFormat()
144 private boolean shouldOutputFloat(Format inputFormat) { in shouldOutputFloat()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/
DFfmpegAudioRenderer.java141 private boolean sinkSupportsFormat(Format inputFormat, @C.PcmEncoding int pcmEncoding) { in sinkSupportsFormat()
146 private boolean shouldOutputFloat(Format inputFormat) { in shouldOutputFloat()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp236 VkFormat inputFormat, in VertexAccessTest()
368 VkFormat inputFormat, in DrawAccessTest()
416 VkFormat inputFormat, in DrawIndexedAccessTest()
449 VkFormat inputFormat, in VertexAccessInstance()
1045 VkFormat inputFormat, in DrawAccessInstance()
1076 VkFormat inputFormat, in DrawIndexedAccessInstance()
1121 VkFormat inputFormat; in createDrawTests() member
1158 VkFormat inputFormat; in createDrawIndexedTests() member
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/audio/
DMediaCodecAudioRendererTest.java318 private static Format getAudioSinkFormat(Format inputFormat) { in getAudioSinkFormat()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/audio/
DMediaCodecAudioRendererTest.java364 private static Format getAudioSinkFormat(Format inputFormat) { in getAudioSinkFormat()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DCapturingAudioSink.java40 public void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DCapturingAudioSink.java40 public void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DDecoderAudioRenderer.java104 private Format inputFormat; field in DecoderAudioRenderer
444 throw createRendererException(decoderDrmSession.getError(), inputFormat); in shouldWaitForKeys() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
DForwardingAudioSink.java60 public void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
DAudioSink.java331 void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/
DForwardingAudioSink.java59 public void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
DAudioSink.java335 void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
/external/v4l2_codec2/components/
DV4L2Encoder.cpp203 VideoPixelFormat V4L2Encoder::inputFormat() const { in inputFormat() function in android::V4L2Encoder
457 bool V4L2Encoder::configureInputFormat(VideoPixelFormat inputFormat, uint32_t stride) { in configureInputFormat()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DDecoderVideoRenderer.java96 private Format inputFormat; field in DecoderVideoRenderer
900 throw createRendererException(decoderDrmSession.getError(), inputFormat); in shouldWaitForKeys() local
/external/v4l2_codec2/common/
DFormatConverter.cpp201 VideoPixelFormat inputFormat = VideoPixelFormat::UNKNOWN; in convertBlock() local
/external/skia/src/codec/
DSkBmpCodec.cpp301 BmpInputFormat inputFormat = kUnknown_BmpInputFormat; in ReadHeader() local

12