| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
| D | TransformerAudioRenderer.java | 69 Format inputFormat = checkNotNull(formatHolder.format); in ensureConfigured() local 90 private boolean shouldPassthrough(Format inputFormat) { in shouldPassthrough()
|
| D | TransformerVideoRenderer.java | 78 Format inputFormat = checkNotNull(formatHolder.format); in ensureConfigured() local 107 private boolean shouldPassthrough(Format inputFormat) { in shouldPassthrough()
|
| D | VideoSamplePipeline.java | 52 Format inputFormat, in VideoSamplePipeline()
|
| D | AudioSamplePipeline.java | 63 Format inputFormat, in AudioSamplePipeline()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
| D | TransformerAudioRenderer.java | 70 Format inputFormat = checkNotNull(formatHolder.format); in ensureConfigured() local 87 private boolean shouldPassthrough(Format inputFormat) { in shouldPassthrough()
|
| D | TransformerVideoRenderer.java | 83 Format inputFormat = checkNotNull(formatHolder.format); in ensureConfigured() local 106 private boolean shouldPassthrough(Format inputFormat) { in shouldPassthrough()
|
| D | VideoTranscodingSamplePipeline.java | 53 Format inputFormat, in VideoTranscodingSamplePipeline()
|
| D | AudioTranscodingSamplePipeline.java | 58 Format inputFormat, in AudioTranscodingSamplePipeline()
|
| /external/exoplayer/tree/extensions/ffmpeg/src/main/java/com/google/android/exoplayer2/ext/ffmpeg/ |
| D | FfmpegAudioRenderer.java | 144 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/ |
| D | FfmpegAudioRenderer.java | 139 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/ |
| D | FfmpegAudioRenderer.java | 141 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/ |
| D | vktRobustnessVertexAccessTests.cpp | 236 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/ |
| D | MediaCodecAudioRendererTest.java | 318 private static Format getAudioSinkFormat(Format inputFormat) { in getAudioSinkFormat()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/audio/ |
| D | MediaCodecAudioRendererTest.java | 364 private static Format getAudioSinkFormat(Format inputFormat) { in getAudioSinkFormat()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
| D | CapturingAudioSink.java | 40 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/ |
| D | CapturingAudioSink.java | 40 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/ |
| D | DecoderAudioRenderer.java | 104 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/ |
| D | ForwardingAudioSink.java | 60 public void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
|
| D | AudioSink.java | 331 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/ |
| D | ForwardingAudioSink.java | 59 public void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
|
| D | AudioSink.java | 335 void configure(Format inputFormat, int specifiedBufferSize, @Nullable int[] outputChannels) in configure()
|
| /external/v4l2_codec2/components/ |
| D | V4L2Encoder.cpp | 203 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/ |
| D | DecoderVideoRenderer.java | 96 private Format inputFormat; field in DecoderVideoRenderer 900 throw createRendererException(decoderDrmSession.getError(), inputFormat); in shouldWaitForKeys() local
|
| /external/v4l2_codec2/common/ |
| D | FormatConverter.cpp | 201 VideoPixelFormat inputFormat = VideoPixelFormat::UNKNOWN; in convertBlock() local
|
| /external/skia/src/codec/ |
| D | SkBmpCodec.cpp | 301 BmpInputFormat inputFormat = kUnknown_BmpInputFormat; in ReadHeader() local
|