/external/tensorflow/tensorflow/core/common_runtime/ |
D | entry.h | 34 NO_VALUE = 0, // The default state for a newly-created Entry. enumerator 40 Entry() : state(State::NO_VALUE) {} in Entry() 43 case State::NO_VALUE: in Entry() 68 case State::NO_VALUE: 90 case State::NO_VALUE: 110 state = State::NO_VALUE; in ClearVal()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | DefaultTrackNameProvider.java | 60 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/ |
D | Format.java | 172 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 …]
|
D | C.java | 154 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/ |
D | AudioProcessor.java | 37 /* sampleRate= */ Format.NO_VALUE, 38 /* channelCount= */ Format.NO_VALUE, 39 /* encoding= */ Format.NO_VALUE); 57 : Format.NO_VALUE; in AudioFormat()
|
D | ResamplingAudioProcessor.java | 78 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/ |
D | MatroskaExtractor.java | 1888 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/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonschema/ |
D | JsonSerializableSchema.java | 31 public final static String NO_VALUE = "##irrelevant"; field 58 public String schemaObjectPropertiesDefinition() default NO_VALUE; in schemaObjectPropertiesDefinition() field 69 public String schemaItemDefinition() default NO_VALUE; in schemaItemDefinition() field
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | GaplessInfoHolder.java | 53 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/core/src/main/java/com/google/android/exoplayer2/video/ |
D | MediaCodecVideoRenderer.java | 235 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/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | DashManifestParserTest.java | 390 .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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | SharedFlow.kt | 311 if (newValue !== NO_VALUE) break in collect() 443 buffer.setBufferAt(emitter.index, NO_VALUE) in <lambda>() 489 if (emitter !== NO_VALUE) { in updateCollectorIndexLocked() 492 … buffer.setBufferAt(curEmitterIndex, NO_VALUE) // make as canceled if we moved ahead in updateCollectorIndexLocked() 510 …ty == 0 && newReplayIndex < newQueueEndIndex && buffer!!.getBufferAt(newReplayIndex) == NO_VALUE) { in updateCollectorIndexLocked() 550 while (queueSize > 0 && buffer.getBufferAt(head + totalSize - 1) === NO_VALUE) { in cleanupTailLocked() 562 NO_VALUE in tryTakeValue() 647 internal val NO_VALUE = Symbol("NO_VALUE") constant
|
/external/exoplayer/tree/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/playlist/ |
D | HlsMasterPlaylistParserTest.java | 255 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/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | CharsTrieTest.java | 249 … 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CharsTrieTest.java | 246 … 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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/ |
D | MediaFormatUtil.java | 62 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/ |
D | DefaultTrackSelector.java | 1898 && (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 …]
|
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/video/ |
D | AvcConfig.java | 63 int width = Format.NO_VALUE; in parse() 64 int height = Format.NO_VALUE; in parse()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 182 NO_VALUE, enumConstant 234 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in current() 275 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in next() 319 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in next() 850 … result= node>=kMinValueLead ? valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in branchNext() 861 return node>=kMinValueLead ? valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in branchNext() 881 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in nextImpl()
|
D | CharsTrie.java | 180 valueResults_[node>>15] : Result.NO_VALUE; in current() 228 valueResults_[node>>15] : Result.NO_VALUE; in next() 286 valueResults_[node>>15] : Result.NO_VALUE; in next() 796 result= node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext() 807 return node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext() 827 valueResults_[node>>15] : Result.NO_VALUE; in nextImpl()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 193 NO_VALUE, enumConstant 251 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in current() 294 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in next() 339 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in next() 885 … result= node>=kMinValueLead ? valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in branchNext() 896 return node>=kMinValueLead ? valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in branchNext() 916 valueResults_[node&kValueIsFinal] : Result.NO_VALUE; in nextImpl()
|
D | CharsTrie.java | 190 valueResults_[node>>15] : Result.NO_VALUE; in current() 241 valueResults_[node>>15] : Result.NO_VALUE; in next() 301 valueResults_[node>>15] : Result.NO_VALUE; in next() 823 result= node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext() 834 return node>=kMinValueLead ? valueResults_[node>>15] : Result.NO_VALUE; in branchNext() 854 valueResults_[node>>15] : Result.NO_VALUE; in nextImpl()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | DashManifestParser.java | 280 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/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/ |
D | SceneRenderer.java | 73 lastStereoMode = Format.NO_VALUE; in SceneRenderer() 181 lastStereoMode = stereoMode == Format.NO_VALUE ? defaultStereoMode : stereoMode; in setProjection()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/analytics/ |
D | PlaybackStatsListener.java | 718 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()
|