Home
last modified time | relevance | path

Searched refs:nextFormat (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/audio/
DDefaultAudioSink.java733 AudioProcessor.AudioFormat nextFormat = audioProcessor.configure(outputFormat); in configure() local
735 outputFormat = nextFormat; in configure()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/audio/
DDefaultAudioSink.java681 AudioProcessor.AudioFormat nextFormat = audioProcessor.configure(outputFormat); in configure() local
683 outputFormat = nextFormat; in configure()
/external/skia/src/text/gpu/
DSubRunContainer.cpp2188 MaskFormat nextFormat = Glyph::FormatFromSkGlyph(maskSpan[i]); in add_multi_mask_format() local
2189 if (format != nextFormat) { in add_multi_mask_format()
2195 format = nextFormat; in add_multi_mask_format()