MCPcopy Create free account

hub / github.com/a422070876/VideoEdit / functions

Functions5,365 in github.com/a422070876/VideoEdit

↓ 9 callersMethodassertValidOffset
()
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableBitArray.java:300
↓ 9 callersMethodcreateTextSampleFormat
(String id, String sampleMimeType, @C.SelectionFlags int selectionFlags, String language)
exoplayer/src/main/java/com/google/android/exoplayer2/Format.java:289
↓ 9 callersMethoddequeueOutputBuffer
Dequeues the next output buffer from the decoder. @return The output buffer, or null if an output buffer isn't available. @throws E If a decoder erro
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/Decoder.java:56
↓ 9 callersMethodflip
Flips {@link #data} in preparation for being queued to a decoder. @see java.nio.Buffer#flip()
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/DecoderInputBuffer.java:141
↓ 9 callersMethodformatTime
(int pixels)
app/src/main/java/com/ringdroid/activity/VideoEditActivity.java:943
↓ 9 callersMethodgetCurrentWindowIndex
()
exoplayer/src/main/java/com/google/android/exoplayer2/ExoPlayerImpl.java:400
↓ 9 callersMethodgetCurrentWindowIndex
Returns the index of the window currently being played.
exoplayer/src/main/java/com/google/android/exoplayer2/Player.java:644
↓ 9 callersMethodgetNextLoadPositionUs
Returns the next load time, or {@link C#TIME_END_OF_SOURCE} if loading has finished. <p>This method should only be called after the period has been p
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaPeriod.java:185
↓ 9 callersMethodgetPlayWhenReady
Whether playback will proceed when {@link #getPlaybackState()} == {@link #STATE_READY}. @return Whether playback will proceed when ready.
exoplayer/src/main/java/com/google/android/exoplayer2/Player.java:479
↓ 9 callersMethodgetStartTimeUs
Returns the start time of the specified chunk. @param chunkIndex The index of the chunk. @return The start time of the chunk, in microseconds.
exoplayer/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/SsManifest.java:275
↓ 9 callersMethodgetState
Returns the current state of the session, which is one of {@link #STATE_ERROR}, {@link #STATE_RELEASED}, {@link #STATE_OPENING}, {@link #STATE_OPENED}
exoplayer/src/main/java/com/google/android/exoplayer2/drm/DrmSession.java:74
↓ 9 callersMethodgetWindowCount
()
exoplayer/src/main/java/com/google/android/exoplayer2/Timeline.java:494
↓ 9 callersMethodhasPlayingPeriod
Returns whether the reading and playing period holders are set.
exoplayer/src/main/java/com/google/android/exoplayer2/MediaPeriodQueue.java:214
↓ 9 callersMethodindexOfEos
(byte[] data, int fromIndex, int encoding)
exoplayer/src/main/java/com/google/android/exoplayer2/metadata/id3/Id3Decoder.java:698
↓ 9 callersMethodisVideo
Whether the top-level type of {@code mimeType} is video. @param mimeType The mimeType to test. @return Whether the top level type is video.
exoplayer/src/main/java/com/google/android/exoplayer2/util/MimeTypes.java:112
↓ 9 callersMethodloadCompleted
( DataSpec dataSpec, int dataType, long elapsedRealtimeMs, long loadDurationMs
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaSourceEventListener.java:280
↓ 9 callersMethodloadError
( DataSpec dataSpec, int dataType, long elapsedRealtimeMs, long loadDurationMs
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaSourceEventListener.java:388
↓ 9 callersMethodmaybeSetIntegerV16
(MediaFormat format, String key, int value)
exoplayer/src/main/java/com/google/android/exoplayer2/Format.java:660
↓ 9 callersMethodreadBits
Reads up to 32 bits. @param numBits The number of bits to read. @return An integer whose bottom n bits hold the read data.
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableNalUnitBitArray.java:135
↓ 9 callersMethodreadNullTerminatedString
Reads the next {@code length} bytes as UTF-8 characters. A terminating NUL byte is discarded, if present. @param length The number of bytes to read.
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableByteArray.java:464
↓ 9 callersMethodrelease
Releases any resources associated with this instance.
exoplayer/src/main/java/com/google/android/exoplayer2/audio/AudioSink.java:323
↓ 9 callersMethodrelease
Releases the decoder. Must be called when the decoder is no longer needed.
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/Decoder.java:67
↓ 9 callersMethodreleasePeriod
Releases the period. <p> Should not be called directly from application code. @param mediaPeriod The period to release.
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaSource.java:216
↓ 9 callersMethodreleaseSession
Releases a {@link DrmSession}.
exoplayer/src/main/java/com/google/android/exoplayer2/drm/DrmSessionManager.java:52
↓ 9 callersMethodreleaseSource
Releases the source. <p> Should not be called directly from application code.
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaSource.java:223
↓ 9 callersMethodresolveToUri
Like {@link #resolve(String, String)}, but returns a {@link Uri} instead of a {@link String}. @param baseUri The base URI. @param referenceUri The re
exoplayer/src/main/java/com/google/android/exoplayer2/util/UriUtil.java:72
↓ 9 callersMethodsetState
(int state)
exoplayer/src/main/java/com/google/android/exoplayer2/ExoPlayerImplInternal.java:367
↓ 9 callersMethodsetText
(SpannableStringBuilder aText)
exoplayer/src/main/java/com/google/android/exoplayer2/text/webvtt/WebvttCue.java:116
↓ 9 callersMethodsetVideoSurfaceInternal
(Surface surface, boolean ownsSurface)
exoplayer/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java:832
↓ 9 callersMethodskipBit
Skips a single bit.
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableNalUnitBitArray.java:60
↓ 8 callersMethodclear
Clears all request properties.
exoplayer/src/main/java/com/google/android/exoplayer2/upstream/HttpDataSource.java:144
↓ 8 callersMethodcontinueLoading
Attempts to continue loading. <p>This method may be called both during and after the period has been prepared. <p>A period may call {@link Callback#
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaPeriod.java:204
↓ 8 callersMethodcreateSampleFormat
(String id, String sampleMimeType, long subsampleOffsetUs)
exoplayer/src/main/java/com/google/android/exoplayer2/Format.java:375
↓ 8 callersMethoddiscardBuffer
Discards buffered media up to the specified position. <p>This method should only be called after the period has been prepared. @param positionUs The
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaPeriod.java:125
↓ 8 callersMethodensureUpdated
Should be called to ensure counter values are made visible across threads. The playback thread should call this method after updating the counter valu
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/DecoderCounters.java:82
↓ 8 callersMethodgetArgbColorFromCeaColor
(int red, int green, int blue)
exoplayer/src/main/java/com/google/android/exoplayer2/text/cea/Cea708Decoder.java:1210
↓ 8 callersMethodgetCodecsOfType
Returns a copy of {@code codecs} without the codecs whose track type doesn't match {@code trackType}. @param codecs A codec sequence string, as defin
exoplayer/src/main/java/com/google/android/exoplayer2/util/Util.java:902
↓ 8 callersMethodgetContainerAtomOfType
Returns the child container of the given type. <p> If no child exists with the given type then null is returned. If multiple children exist with the g
exoplayer/src/main/java/com/google/android/exoplayer2/extractor/mp4/Atom.java:244
↓ 8 callersMethodgetDurationUs
Returns the duration of a segment. @param segmentNum The segment number. @param periodDurationUs The duration of the enclosing period in microseconds
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/DashSegmentIndex.java:57
↓ 8 callersMethodgetFirstWindowIndexByChildIndex
Returns the first window index belonging to the child timeline with the given index. @param childIndex A valid child index within the bounds of the t
exoplayer/src/main/java/com/google/android/exoplayer2/source/AbstractConcatenatedTimeline.java:243
↓ 8 callersMethodgetMediaMimeType
Derives a mimeType from a codec identifier, as defined in RFC 6381. @param codec The codec identifier to derive. @return The mimeType, or null if it
exoplayer/src/main/java/com/google/android/exoplayer2/util/MimeTypes.java:183
↓ 8 callersMethodgetPeriodCount
()
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java:952
↓ 8 callersMethodgetPlaybackState
Returns the current state of the player. @return One of the {@code STATE} constants defined in this interface.
exoplayer/src/main/java/com/google/android/exoplayer2/Player.java:462
↓ 8 callersMethodgetUri
When the source is open, returns the {@link Uri} from which data is being read. The returned {@link Uri} will be identical to the one passed {@link #o
exoplayer/src/main/java/com/google/android/exoplayer2/upstream/DataSource.java:82
↓ 8 callersMethodisBlacklisted
Returns whether the track at the specified index in the selection is blacklisted. @param index The index of the track in the selection. @param nowMs
exoplayer/src/main/java/com/google/android/exoplayer2/trackselection/BaseTrackSelection.java:171
↓ 8 callersMethodisDecodeOnly
Returns whether the {@link C#BUFFER_FLAG_DECODE_ONLY} flag is set.
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/Buffer.java:38
↓ 8 callersMethodisSet
(@Flags int flag)
exoplayer/src/main/java/com/google/android/exoplayer2/extractor/ts/DefaultTsPayloadReaderFactory.java:179
↓ 8 callersMethodloadCanceled
( DataSpec dataSpec, int dataType, long elapsedRealtimeMs, long loadDurationMs
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaSourceEventListener.java:334
↓ 8 callersMethodprepareSource
Starts preparation of the source. <p> Should not be called directly from application code. @param player The player for which this source is being pr
exoplayer/src/main/java/com/google/android/exoplayer2/source/MediaSource.java:187
↓ 8 callersMethodreadSignedExpGolombCodedInt
Reads an signed Exp-Golomb-coded format integer. @return The value of the parsed Exp-Golomb-coded integer.
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableNalUnitBitArray.java:186
↓ 8 callersMethodreadSynchSafeInt
Reads a Synchsafe integer. <p> Synchsafe integers keep the highest bit of every byte zeroed. A 32 bit synchsafe integer can store 28 bits of informati
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableByteArray.java:372
↓ 8 callersMethodremoveAfter
Removes all period holders after the given period holder. This process may also remove the currently reading period holder. If that is the case, the r
exoplayer/src/main/java/com/google/android/exoplayer2/MediaPeriodQueue.java:262
↓ 8 callersMethodsetFlags
Replaces this buffer's flags with {@code flags}. @param flags The flags to set, which should be a combination of the {@code C.BUFFER_FLAG_ } cons
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/Buffer.java:62
↓ 8 callersMethodsetPlayWhenReady
Sets whether playback should proceed when {@link #getPlaybackState()} == {@link #STATE_READY}. <p> If the player is already in the ready state then th
exoplayer/src/main/java/com/google/android/exoplayer2/Player.java:472
↓ 8 callersMethodsetStyle
Sets the caption style. @param style A style for the view.
exoplayer/src/main/java/com/google/android/exoplayer2/ui/SubtitleView.java:216
↓ 8 callersMethodskipBit
Skips a single bit.
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableBitArray.java:127
↓ 8 callersMethodskipBytes
Moves the reading offset by {@code bytes}. @param bytes The number of bytes to skip. @throws IllegalArgumentException Thrown if the new position is n
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableByteArray.java:157
↓ 8 callersMethodstartLoading
(ParsingLoadable<T> loadable, Loader.Callback<ParsingLoadable<T>> callback, int minRetryCount)
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java:867
↓ 8 callersMethodtrap
(int pos)
app/src/main/java/com/ringdroid/activity/VideoEditActivity.java:902
↓ 8 callersMethodupdate
()
exoplayer/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java:612
↓ 7 callersMethodaddFlag
Adds the {@code flag} to this buffer's flags. @param flag The flag to add to this buffer's flags, which should be one of the {@code C.BUFFER_FLAG
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/Buffer.java:72
↓ 7 callersMethodcanReadBits
Returns whether it's possible to read {@code n} bits starting from the current offset. The offset is not modified. @param numBits The number of bits.
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableNalUnitBitArray.java:99
↓ 7 callersMethodcanReadExpGolombCodedNum
Returns whether it is possible to read an Exp-Golomb-coded integer starting from the current offset. The offset is not modified. @return Whether it i
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableNalUnitBitArray.java:159
↓ 7 callersMethodclear
Clears the holder.
exoplayer/src/main/java/com/google/android/exoplayer2/source/hls/HlsChunkSource.java:75
↓ 7 callersMethodclearPrefixFlags
Clears prefix flags, as used by {@link #findNalUnit(byte[], int, int, boolean[])}. @param prefixFlags The flags to clear.
exoplayer/src/main/java/com/google/android/exoplayer2/util/NalUnitUtil.java:460
↓ 7 callersMethodcompareInts
Compares two integers in a safe way and avoiding potential overflow. @param first The first value. @param second The second value. @return A negative
exoplayer/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java:1285
↓ 7 callersMethodcreateDataSource
()
exoplayer/src/main/java/com/google/android/exoplayer2/upstream/HttpDataSource.java:40
↓ 7 callersMethodcreateVideoSampleFormat
(String id, String sampleMimeType, String codecs, int bitrate, int maxInputSize, int width, int height,
exoplayer/src/main/java/com/google/android/exoplayer2/Format.java:205
↓ 7 callersMethoddequeueInputBuffer
Dequeues the next input buffer to be filled and queued to the decoder. @return The input buffer, which will have been cleared, or null if a buffer is
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/Decoder.java:40
↓ 7 callersMethoddpToPx
(DisplayMetrics displayMetrics, int dps)
exoplayer/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java:752
↓ 7 callersMethodgetAtomTypeString
Converts a numeric atom type to the corresponding four character string. @param type The numeric atom type. @return The corresponding four character
exoplayer/src/main/java/com/google/android/exoplayer2/extractor/mp4/Atom.java:309
↓ 7 callersMethodgetCurrentTimeline
Returns the current {@link Timeline}. Never null, but may be empty.
exoplayer/src/main/java/com/google/android/exoplayer2/Player.java:634
↓ 7 callersMethodgetDurationUs
Returns the duration of the stream in microseconds. @return The duration of the stream in microseconds, or {@link C#TIME_UNSET} if the duration is
exoplayer/src/main/java/com/google/android/exoplayer2/extractor/SeekMap.java:125
↓ 7 callersMethodgetFormat
Returns the format of the track at a given index. @param index The index of the track. @return The track's format.
exoplayer/src/main/java/com/google/android/exoplayer2/source/TrackGroup.java:59
↓ 7 callersMethodgetFrontPeriod
Returns the period holder in the front of the queue which is the playing period holder when playing, or null if the queue is empty.
exoplayer/src/main/java/com/google/android/exoplayer2/MediaPeriodQueue.java:209
↓ 7 callersMethodgetInstance
()
exoplayer/src/main/java/com/google/android/exoplayer2/video/VideoFrameReleaseTimeHelper.java:282
↓ 7 callersMethodgetLength
Returns length of shuffle order.
exoplayer/src/main/java/com/google/android/exoplayer2/source/ShuffleOrder.java:216
↓ 7 callersMethodgetPeriod
(int periodIndex, Period period, boolean setIdentifiers)
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/DashMediaSource.java:957
↓ 7 callersMethodgetPeriodCount
()
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/manifest/DashManifest.java:106
↓ 7 callersMethodgetPositionUs
Returns the current media position in microseconds.
exoplayer/src/main/java/com/google/android/exoplayer2/util/MediaClock.java:28
↓ 7 callersMethodgetRelativeIndex
Returns the relative index for a given offset from the start of the queue. @param offset The offset, which must be in the range [0, length].
exoplayer/src/main/java/com/google/android/exoplayer2/source/SampleMetadataQueue.java:566
↓ 7 callersMethodgetSegmentCount
Returns the number of segments in the index, or {@link #INDEX_UNBOUNDED}. <p> An unbounded index occurs if a dynamic manifest uses SegmentTemplate ele
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/DashSegmentIndex.java:85
↓ 7 callersMethodgetTimeUs
Returns the start time of a segment. @param segmentNum The segment number. @return The corresponding start time in microseconds.
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/DashSegmentIndex.java:47
↓ 7 callersMethodgetWrittenFrames
()
exoplayer/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java:1162
↓ 7 callersMethodisCompleted
Returns whether the buffer currently holds a complete NAL unit of the target type.
exoplayer/src/main/java/com/google/android/exoplayer2/extractor/ts/NalUnitTargetBuffer.java:54
↓ 7 callersMethodisPendingReset
()
exoplayer/src/main/java/com/google/android/exoplayer2/source/hls/HlsSampleStreamWrapper.java:889
↓ 7 callersMethodisPlayingAd
Returns whether the player is currently playing an ad.
exoplayer/src/main/java/com/google/android/exoplayer2/Player.java:702
↓ 7 callersMethodonBytesTransferred
Called incrementally during a transfer. @param source The source performing the transfer. @param bytesTransferred The number of bytes transferred sin
exoplayer/src/main/java/com/google/android/exoplayer2/upstream/TransferListener.java:38
↓ 7 callersMethodonError
(final Exception e)
exoplayer/src/main/java/com/google/android/exoplayer2/drm/DefaultDrmSession.java:439
↓ 7 callersMethodparseDuration
(XmlPullParser xpp, String name, long defaultValue)
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/manifest/DashManifestParser.java:1098
↓ 7 callersMethodparseInt
(XmlPullParser parser, String key, int defaultValue)
exoplayer/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/SsManifestParser.java:255
↓ 7 callersMethodparseNextToken
(ParsableByteArray input, StringBuilder stringBuilder)
exoplayer/src/main/java/com/google/android/exoplayer2/text/webvtt/CssParser.java:198
↓ 7 callersMethodparseRequiredInt
(XmlPullParser parser, String key)
exoplayer/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/SsManifestParser.java:269
↓ 7 callersMethodprepareChildSource
Prepares a child source. <p>{@link #onChildSourceInfoRefreshed(Object, MediaSource, Timeline, Object)} will be called when the child source updates i
exoplayer/src/main/java/com/google/android/exoplayer2/source/CompositeMediaSource.java:89
↓ 7 callersMethodprocessEndOfStream
Processes an end of stream signal. @throws ExoPlaybackException If an error occurs processing the signal.
exoplayer/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java:1164
↓ 7 callersMethodreadSource
Reads from the enabled upstream source. If the upstream source has been read to the end then {@link C#RESULT_BUFFER_READ} is only returned if {@link #
exoplayer/src/main/java/com/google/android/exoplayer2/BaseRenderer.java:278
↓ 7 callersMethodreleaseCodec
()
exoplayer/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java:487
↓ 7 callersMethodreset
()
exoplayer/src/main/java/com/google/android/exoplayer2/audio/DefaultAudioSink.java:937
↓ 7 callersMethodresetInputBuffer
()
exoplayer/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java:804
↓ 7 callersMethodresolveMediaPeriodIdForAds
Resolves the specified timeline period and position to a {@link MediaPeriodId} that should be played, returning an identifier for an ad group if one n
exoplayer/src/main/java/com/google/android/exoplayer2/MediaPeriodQueue.java:371
← previousnext →201–300 of 5,365, ranked by callers