MCPcopy Create free account

hub / github.com/a422070876/VideoMerge / functions

Functions6,056 in github.com/a422070876/VideoMerge

↓ 10 callersMethodgetPlaybackParameters
Returns the currently active playback parameters. @see EventListener#onPlaybackParametersChanged(PlaybackParameters)
exoplayer/src/main/java/com/google/android/exoplayer2/Player.java:570
↓ 10 callersMethodindexOfZeroByte
(byte[] data, int fromIndex)
exoplayer/src/main/java/com/google/android/exoplayer2/metadata/id3/Id3Decoder.java:717
↓ 10 callersMethodisPendingReset
()
exoplayer/src/main/java/com/google/android/exoplayer2/source/chunk/ChunkSampleStream.java:558
↓ 10 callersMethodisSupported
Applies the {@link RendererCapabilities#FORMAT_SUPPORT_MASK} to a value obtained from {@link RendererCapabilities#supportsFormat(Format)}, returning t
exoplayer/src/main/java/com/google/android/exoplayer2/trackselection/DefaultTrackSelector.java:1091
↓ 10 callersFunctionlame_encode_buffer_template
lame/src/main/cpp/lamemp3/lame.c:1861
↓ 10 callersMethodonPrepared
Called when the wrapper has been prepared.
exoplayer/src/main/java/com/google/android/exoplayer2/source/hls/HlsSampleStreamWrapper.java:64
↓ 10 callersMethodparseString
(XmlPullParser xpp, String name, String defaultValue)
exoplayer/src/main/java/com/google/android/exoplayer2/source/dash/manifest/DashManifestParser.java:1133
↓ 10 callersMethodreadLittleEndianUnsignedInt
Reads the next four bytes as an unsigned value in little endian order.
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableByteArray.java:299
↓ 10 callersMethodset
Sets the specified property {@code value} for the specified {@code name}. If a property for this name previously existed, the old value is replaced by
exoplayer/src/main/java/com/google/android/exoplayer2/upstream/HttpDataSource.java:103
↓ 10 callersMethodset
@see android.media.MediaCodec.CryptoInfo#set(int, int[], int[], byte[], byte[], int)
exoplayer/src/main/java/com/google/android/exoplayer2/decoder/CryptoInfo.java:72
↓ 9 callersFunctionResvFrameBegin
lame/src/main/cpp/lamemp3/reservoir.c:82
↓ 9 callersMethodadjustTsTimestamp
Scales and offsets an MPEG-2 TS presentation timestamp considering wraparound. @param pts The MPEG-2 TS presentation timestamp. @return The adjusted
exoplayer/src/main/java/com/google/android/exoplayer2/util/TimestampAdjuster.java:113
↓ 9 callersMethodappendToNalUnit
Called to pass stream data. The data passed should not include the 3 byte start code. @param data Holds the data being passed. @param offset The offs
exoplayer/src/main/java/com/google/android/exoplayer2/extractor/ts/H264Reader.java:304
↓ 9 callersMethodassertValidOffset
()
exoplayer/src/main/java/com/google/android/exoplayer2/util/ParsableBitArray.java:300
↓ 9 callersFunctioncopyV1ToV2
lame/src/main/cpp/lamemp3/id3tag.c:205
↓ 9 callersMethodcreateTextSampleFormat
(String id, String sampleMimeType, @C.SelectionFlags int selectionFlags, String language)
exoplayer/src/main/java/com/google/android/exoplayer2/Format.java:289
↓ 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)
videoedit/src/main/java/com/hm/videoedit/activity/VideoEditActivity.java:951
↓ 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 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 callersMethodgetDuration
Returns the duration of the current window in milliseconds, or {@link C#TIME_UNSET} if the duration is not known.
exoplayer/src/main/java/com/google/android/exoplayer2/Player.java:664
↓ 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 callersMethodgetInputBuffer
(int inputIndex)
exoplayer/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecRenderer.java:784
↓ 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 callersFunctionid3v2_add_latin1
lame/src/main/cpp/lamemp3/id3tag.c:860
↓ 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 callersFunctionset_4_byte_value
lame/src/main/cpp/lamemp3/id3tag.c:623
↓ 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)
videoedit/src/main/java/com/hm/videoedit/activity/VideoEditActivity.java:910
↓ 8 callersMethodupdate
()
exoplayer/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java:612
↓ 7 callersFunctionATHformula_GB
lame/src/main/cpp/lamemp3/util.c:196
↓ 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 callersMethoddpToPx
(DisplayMetrics displayMetrics, int dps)
exoplayer/src/main/java/com/google/android/exoplayer2/ui/DefaultTimeBar.java:752
↓ 7 callersFunctionfreq2bark
see for example "Zwicker: Psychoakustik, 1982; ISBN 3-540-11401-7 */
lame/src/main/cpp/lamemp3/util.c:271
↓ 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 callersMethodgetCropWidth
()
app/src/main/java/com/hyq/hm/videomerge/video/VideoExtractor.java:79
↓ 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
← previousnext →201–300 of 6,056, ranked by callers