Home
last modified time | relevance | path

Searched refs:NO_VALUE (Results 1 – 25 of 72) sorted by relevance

123

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDefaultTrackNameProvider.java60 return width == Format.NO_VALUE || height == Format.NO_VALUE in buildResolutionString()
67 return bitrate == Format.NO_VALUE in buildBitrateString()
74 if (channelCount == Format.NO_VALUE || channelCount < 1) { in buildAudioChannelString()
154 if (format.width != Format.NO_VALUE || format.height != Format.NO_VALUE) { in inferPrimaryTrackType()
157 if (format.channelCount != Format.NO_VALUE || format.sampleRate != Format.NO_VALUE) { in inferPrimaryTrackType()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java172 averageBitrate = NO_VALUE; in Builder()
173 peakBitrate = NO_VALUE; in Builder()
175 maxInputSize = NO_VALUE; in Builder()
178 width = NO_VALUE; in Builder()
179 height = NO_VALUE; in Builder()
180 frameRate = NO_VALUE; in Builder()
182 stereoMode = NO_VALUE; in Builder()
184 channelCount = NO_VALUE; in Builder()
185 sampleRate = NO_VALUE; in Builder()
186 pcmEncoding = NO_VALUE; in Builder()
[all …]
DC.java154 Format.NO_VALUE,
187 Format.NO_VALUE,
801 Format.NO_VALUE,
832 @IntDef({Format.NO_VALUE, COLOR_SPACE_BT709, COLOR_SPACE_BT601, COLOR_SPACE_BT2020})
853 @IntDef({Format.NO_VALUE, COLOR_TRANSFER_SDR, COLOR_TRANSFER_ST2084, COLOR_TRANSFER_HLG})
874 @IntDef({Format.NO_VALUE, COLOR_RANGE_LIMITED, COLOR_RANGE_FULL})
889 Format.NO_VALUE,
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioProcessor.java37 /* sampleRate= */ Format.NO_VALUE,
38 /* channelCount= */ Format.NO_VALUE,
39 /* encoding= */ Format.NO_VALUE);
57 : Format.NO_VALUE; in AudioFormat()
DResamplingAudioProcessor.java78 case Format.NO_VALUE: in queueInput()
125 case Format.NO_VALUE: in queueInput()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java1888 public int width = Format.NO_VALUE;
1889 public int height = Format.NO_VALUE;
1890 public int displayWidth = Format.NO_VALUE;
1891 public int displayHeight = Format.NO_VALUE;
1893 @C.Projection public int projectionType = Format.NO_VALUE;
1899 public int stereoMode = Format.NO_VALUE;
1902 public int colorSpace = Format.NO_VALUE;
1904 public int colorTransfer = Format.NO_VALUE;
1906 public int colorRange = Format.NO_VALUE;
1909 public float primaryRChromaticityX = Format.NO_VALUE;
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DMediaCodecVideoRenderer.java235 currentWidth = Format.NO_VALUE; in MediaCodecVideoRenderer()
236 currentHeight = Format.NO_VALUE; in MediaCodecVideoRenderer()
237 currentPixelWidthHeightRatio = Format.NO_VALUE; in MediaCodecVideoRenderer()
239 mediaFormatWidth = Format.NO_VALUE; in MediaCodecVideoRenderer()
240 mediaFormatHeight = Format.NO_VALUE; in MediaCodecVideoRenderer()
588 if (streamFrameRate != Format.NO_VALUE) { in getCodecOperatingRateV23()
1094 reportedWidth = Format.NO_VALUE; in clearReportedVideoSize()
1095 reportedHeight = Format.NO_VALUE; in clearReportedVideoSize()
1096 reportedPixelWidthHeightRatio = Format.NO_VALUE; in clearReportedVideoSize()
1097 reportedUnappliedRotationDegrees = Format.NO_VALUE; in clearReportedVideoSize()
[all …]
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DGaplessInfoHolder.java53 encoderDelay = Format.NO_VALUE; in GaplessInfoHolder()
54 encoderPadding = Format.NO_VALUE; in GaplessInfoHolder()
130 return encoderDelay != Format.NO_VALUE && encoderPadding != Format.NO_VALUE; in hasGaplessInfo()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParserTest.java390 .isEqualTo(Format.NO_VALUE); in parseCea608AccessibilityChannel()
394 .isEqualTo(Format.NO_VALUE); in parseCea608AccessibilityChannel()
398 .isEqualTo(Format.NO_VALUE); in parseCea608AccessibilityChannel()
402 .isEqualTo(Format.NO_VALUE); in parseCea608AccessibilityChannel()
406 .isEqualTo(Format.NO_VALUE); in parseCea608AccessibilityChannel()
435 .isEqualTo(Format.NO_VALUE); in parseCea708AccessibilityChannel()
439 .isEqualTo(Format.NO_VALUE); in parseCea708AccessibilityChannel()
443 .isEqualTo(Format.NO_VALUE); in parseCea708AccessibilityChannel()
447 .isEqualTo(Format.NO_VALUE); in parseCea708AccessibilityChannel()
451 .isEqualTo(Format.NO_VALUE); in parseCea708AccessibilityChannel()
/external/exoplayer/tree/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/playlist/
DHlsMasterPlaylistParserTest.java255 assertThat(variants.get(3).format.width).isEqualTo(Format.NO_VALUE); in parseMasterPlaylist_withSimple_success()
256 assertThat(variants.get(3).format.height).isEqualTo(Format.NO_VALUE); in parseMasterPlaylist_withSimple_success()
262 assertThat(variants.get(4).format.width).isEqualTo(Format.NO_VALUE); in parseMasterPlaylist_withSimple_success()
263 assertThat(variants.get(4).format.height).isEqualTo(Format.NO_VALUE); in parseMasterPlaylist_withSimple_success()
264 assertThat(variants.get(4).format.frameRate).isEqualTo((float) Format.NO_VALUE); in parseMasterPlaylist_withSimple_success()
307 assertThat(audios.get(2).format.channelCount).isEqualTo(Format.NO_VALUE); in parseMasterPlaylist_withChannelsAttribute_success()
452 /* averageBitrate= */ Format.NO_VALUE, in createVariantInfo()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCharsTrieTest.java246 … if( (result=trie.nextForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
247 … (result=trie.nextForCodePoint(0x10000))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
248 … (result=trie.nextForCodePoint(0x9999))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
249 … (result=trie.nextForCodePoint(0x20000))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
250 … (result=trie.nextForCodePoint(0xdfff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
256 …if( (result=trie.firstForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
257 … (result=trie.nextForCodePoint(0x10000))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
258 … (result=trie.nextForCodePoint(0x9999))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
264 …if( (result=trie.reset().nextForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.curr… in Test32NextForCodePoint()
265 … (result=trie.nextForCodePoint(0x10000))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCharsTrieTest.java249 … if( (result=trie.nextForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
250 … (result=trie.nextForCodePoint(0x10000))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
251 … (result=trie.nextForCodePoint(0x9999))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
252 … (result=trie.nextForCodePoint(0x20000))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
253 … (result=trie.nextForCodePoint(0xdfff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
259 …if( (result=trie.firstForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
260 … (result=trie.nextForCodePoint(0x10000))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
261 … (result=trie.nextForCodePoint(0x9999))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
267 …if( (result=trie.reset().nextForCodePoint(0x4dff))!=BytesTrie.Result.NO_VALUE || result!=trie.curr… in Test32NextForCodePoint()
268 … (result=trie.nextForCodePoint(0x10000))!=BytesTrie.Result.NO_VALUE || result!=trie.current() || in Test32NextForCodePoint()
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
DMediaFormatUtil.java62 if (value != Format.NO_VALUE) { in maybeSetInteger()
76 if (value != Format.NO_VALUE) { in maybeSetFloat()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelector.java1898 && (format.width == Format.NO_VALUE || format.width <= maxVideoWidth) in isSupportedAdaptiveVideoTrack()
1899 && (format.height == Format.NO_VALUE || format.height <= maxVideoHeight) in isSupportedAdaptiveVideoTrack()
1900 && (format.frameRate == Format.NO_VALUE || format.frameRate <= maxVideoFrameRate) in isSupportedAdaptiveVideoTrack()
1901 && (format.bitrate == Format.NO_VALUE || format.bitrate <= maxVideoBitrate); in isSupportedAdaptiveVideoTrack()
1910 int selectedBitrate = Format.NO_VALUE; in selectFixedVideoTrack()
1911 int selectedPixelCount = Format.NO_VALUE; in selectFixedVideoTrack()
1927 && (format.width == Format.NO_VALUE || format.width <= params.maxVideoWidth) in selectFixedVideoTrack()
1928 && (format.height == Format.NO_VALUE || format.height <= params.maxVideoHeight) in selectFixedVideoTrack()
1929 && (format.frameRate == Format.NO_VALUE in selectFixedVideoTrack()
1931 && (format.bitrate == Format.NO_VALUE in selectFixedVideoTrack()
[all …]
DAdaptiveTrackSelection.java222 if (trackBitrate != Format.NO_VALUE) { in createTrackSelections()
521 && format.height != Format.NO_VALUE && format.height < 720 in evaluateQueueSize()
522 && format.width != Format.NO_VALUE && format.width < 1280 in evaluateQueueSize()
698 logValues[i][j] = values[i][j] == Format.NO_VALUE ? 0 : Math.log(values[i][j]); in getLogArrayValues()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/video/
DAvcConfig.java63 int width = Format.NO_VALUE; in parse()
64 int height = Format.NO_VALUE; in parse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java196 NO_VALUE, enumConstant
254 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in current()
297 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in next()
342 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in next()
888 … result= node>=kMinValueLead ? valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in branchNext()
899 return node>=kMinValueLead ? valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in branchNext()
919 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in nextImpl()
DCharsTrie.java193 valueResults_[node>>15] : Result.NO_VALUE; in current()
244 valueResults_[node>>15] : Result.NO_VALUE; in next()
304 valueResults_[node>>15] : Result.NO_VALUE; in next()
826 result= node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext()
837 return node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext()
857 valueResults_[node>>15] : Result.NO_VALUE; in nextImpl()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java186 NO_VALUE, enumConstant
238 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in current()
279 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in next()
323 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in next()
854 … result= node>=kMinValueLead ? valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in branchNext()
865 return node>=kMinValueLead ? valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in branchNext()
885 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in nextImpl()
DCharsTrie.java184 valueResults_[node>>15] : Result.NO_VALUE; in current()
232 valueResults_[node>>15] : Result.NO_VALUE; in next()
290 valueResults_[node>>15] : Result.NO_VALUE; in next()
800 result= node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext()
811 return node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext()
831 valueResults_[node>>15] : Result.NO_VALUE; in nextImpl()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParser.java280 int width = parseInt(xpp, "width", Format.NO_VALUE); in parseAdaptationSet()
281 int height = parseInt(xpp, "height", Format.NO_VALUE); in parseAdaptationSet()
282 float frameRate = parseFrameRate(xpp, Format.NO_VALUE); in parseAdaptationSet()
283 int audioChannels = Format.NO_VALUE; in parseAdaptationSet()
284 int audioSamplingRate = parseInt(xpp, "audioSamplingRate", Format.NO_VALUE); in parseAdaptationSet()
519 int bandwidth = parseInt(xpp, "bandwidth", Format.NO_VALUE); in parseRepresentation()
638 int accessibilityChannel = Format.NO_VALUE; in buildFormat()
1161 ? parseInt(xpp, "value", Format.NO_VALUE) in parseAudioChannelConfiguration()
1165 : Format.NO_VALUE); in parseAudioChannelConfiguration()
1431 return Format.NO_VALUE; in parseCea608AccessibilityChannel()
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/analytics/
DPlaybackStatsListener.java718 if (currentVideoFormat != null && currentVideoFormat.height == Format.NO_VALUE) { in onVideoSizeChanged()
993 if (initialVideoFormatHeight == C.LENGTH_UNSET && newFormat.height != Format.NO_VALUE) { in maybeUpdateVideoFormat()
996 if (initialVideoFormatBitrate == C.LENGTH_UNSET && newFormat.bitrate != Format.NO_VALUE) { in maybeUpdateVideoFormat()
1013 && newFormat.bitrate != Format.NO_VALUE) { in maybeUpdateAudioFormat()
1026 if (currentVideoFormat.height != Format.NO_VALUE) { in maybeRecordVideoFormatTime()
1030 if (currentVideoFormat.bitrate != Format.NO_VALUE) { in maybeRecordVideoFormatTime()
1041 && currentAudioFormat.bitrate != Format.NO_VALUE) { in maybeRecordAudioFormatTime()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/
DSceneRenderer.java73 lastStereoMode = Format.NO_VALUE; in SceneRenderer()
181 lastStereoMode = stereoMode == Format.NO_VALUE ? defaultStereoMode : stereoMode; in setProjection()
/external/smali/util/src/main/java/org/jf/util/
DClassFileNameHandler.java59 private final int NO_VALUE = -1; field in ClassFileNameHandler
62 private int forcedCaseSensitivity = NO_VALUE;
344 if (caseSensitivity != NO_VALUE) { in isCaseSensitive()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java124 previous = OutdatedPaths.NO_VALUE; in main()
247 previous = OutdatedPaths.NO_VALUE; // fixNullPrevious(xpath); in Births()
294 final String previousString = previous == null ? OutdatedPaths.NO_VALUE : previous; in writeBirthValues()
363 value = OutdatedPaths.NO_VALUE; in fixNull()

123