Home
last modified time | relevance | path

Searched defs:inputFormat (Results 1 – 25 of 42) 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_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/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/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp242 …est::VertexAccessTest(tcu::TestContext &testContext, const std::string &name, VkFormat inputFormat, in VertexAccessTest()
370 …sTest::DrawAccessTest(tcu::TestContext &testContext, const std::string &name, VkFormat inputFormat, in DrawAccessTest()
431 VkFormat inputFormat, IndexConfig indexConfig) in DrawIndexedAccessTest()
486VkFormat inputFormat, uint32_t numVertexValues, uint32_t numInstanceValues, in VertexAccessInstance()
1110VkFormat inputFormat, uint32_t numVertexValues, uint32_t numInstanceValues, in DrawAccessInstance()
1142 VkFormat inputFormat, uint32_t numVertexValues, in DrawIndexedAccessInstance()
1181 VkFormat inputFormat; in createDrawTests() member
1218 VkFormat inputFormat; in createDrawIndexedTests() member
/external/oboe/apps/OboeTester/app/src/main/cpp/
DFormatConverterBox.cpp20 oboe::AudioFormat inputFormat, in FormatConverterBox()
DInputStreamCallbackAnalyzer.h44 oboe::AudioFormat inputFormat) { in setup()
/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/webrtc/sdk/android/tests/src/org/webrtc/
DFakeMediaCodecWrapper.java107 private final MediaFormat inputFormat; field in FakeMediaCodecWrapper
115 public FakeMediaCodecWrapper(MediaFormat inputFormat, MediaFormat outputFormat) { in FakeMediaCodecWrapper()
DHardwareVideoEncoderTest.java164 MediaFormat inputFormat = new MediaFormat(); in setUp() local
/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_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/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/v4l2_codec2/v4l2/
DV4L2Encoder.cpp206 VideoPixelFormat V4L2Encoder::inputFormat() const { in inputFormat() function in android::V4L2Encoder
460 bool V4L2Encoder::configureInputFormat(VideoPixelFormat inputFormat, uint32_t stride) { in configureInputFormat()
/external/v4l2_codec2/common/
DFormatConverter.cpp183 VideoPixelFormat inputFormat = VideoPixelFormat::UNKNOWN; in convertBlock() local

12