MCPcopy Create free account

hub / github.com/CainKernel/CainCamera / functions

Functions6,041 in github.com/CainKernel/CainCamera

↓ 452 callersMethodget
medialibrary/src/main/cpp/nativehelp/JNIHelp.cpp:57
↓ 409 callersMethodadd
Adds the given vector to this vector @param v The vector @return This vector for chaining
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector.java:68
↓ 189 callersFunctionexit_program
medialibrary/src/main/cpp/FFCommand/cmdutils.c:149
↓ 189 callersMethodsize
medialibrary/src/main/cpp/Common/MessageQueue.cpp:20
↓ 154 callersMethodset
Sets this vector from the given vector @param v The vector @return This vector for chaining
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector.java:54
↓ 125 callersMethodlock
medialibrary/src/main/cpp/include/Mutex.h:97
↓ 123 callersMethodrelease
Releases resources associated with this MediaPlayer object. It is considered good practice to call this method when you're done using the MediaPlayer.
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:287
↓ 119 callersMethodclear
清空所有数据
pickerlibrary/src/main/java/com/cgfay/picker/presenter/IMediaDataPresenter.java:21
↓ 115 callersMethodsetOnClickListener
设置点击监听器 @param id @param listener @return
utilslibrary/src/main/java/com/cgfay/uitls/dialog/DialogBuilder.java:113
↓ 104 callersMethodsignal
medialibrary/src/main/cpp/include/Condition.h:109
↓ 98 callersMethodunlock
medialibrary/src/main/cpp/include/Mutex.h:101
↓ 91 callersFunctionjniThrowException
medialibrary/src/main/cpp/nativehelp/JNIHelp.h:117
↓ 89 callersMethodstart
Starts or resumes playback. If playback had previously been paused, playback will continue from where it was paused. If playback had been stopped, or
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:150
↓ 76 callersMethodput
medialibrary/src/main/cpp/CainFilter/common/vecmath.h:834
↓ 69 callersMethodgetString
(String key)
medialibrary/src/main/java/com/cgfay/media/CainMetadata.java:28
↓ 69 callersMethodlength
medialibrary/src/main/cpp/CainFilter/common/vecmath.h:165
↓ 65 callersMethodsetText
Set the text displayed on this tab. Text may be truncated if there is not room to display the entire string. @param text The text to display @return
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:1705
↓ 63 callersMethodgetContext
* 获取媒体类型 * @return */
medialibrary/src/main/cpp/Common/encoder/AVMediaEncoder.cpp:208
↓ 61 callersMethodgetShaderFromAssets
从Assets文件夹中读取shader字符串 @param context @param path shader相对路径 @return
filterlibrary/src/main/java/com/cgfay/filter/glfilter/utils/OpenGLUtils.java:82
↓ 59 callersMethodreset
Resets the MediaPlayer to its uninitialized state. After calling this method, you will have to initialize it again by setting the data source and call
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:294
↓ 57 callersMethodmax
(final float a, final float b)
gdxlibrary/src/main/java/com/badlogic/gdx/math/BoundingBox.java:308
↓ 56 callersMethodgetX
medialibrary/src/main/cpp/CainFilter/common/vecmath.h:192
↓ 54 callersMethodisEmpty
medialibrary/src/main/cpp/CainFilter/node/RenderNodeList.cpp:209
↓ 52 callersMethodclose
()
medialibrary/src/main/java/com/cgfay/media/SoundTouch.java:97
↓ 51 callersMethodgetWidth
medialibrary/src/main/cpp/Common/decoder/AVVideoDecoder.cpp:35
↓ 48 callersMethodmin
(final float a, final float b)
gdxlibrary/src/main/java/com/badlogic/gdx/math/BoundingBox.java:304
↓ 45 callersMethoddp2px
dp转px @param context @param dpVal @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/DensityUtils.java:17
↓ 45 callersMethodsubstring
截取字符串 @param search 待搜索的字符串 @param start 起始字符串 例如:<title> @param end 结束字符串 例如:</title> @param defaultValue @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/StringUtils.java:329
↓ 44 callersMethodgetY
medialibrary/src/main/cpp/CainFilter/common/vecmath.h:196
↓ 43 callersMethodvalueOf
(int type)
medialibrary/src/main/java/com/cgfay/media/recorder/SpeedMode.java:31
↓ 39 callersFunctionparse_option
medialibrary/src/main/cpp/FFCommand/cmdutils.c:372
↓ 39 callersMethodrecycle
This method will be called when the decoder is no longer required. It should clean up any resources still in use.
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/decoder/ImageRegionDecoder.java:48
↓ 39 callersMethodshow
显示对话框 @return
utilslibrary/src/main/java/com/cgfay/uitls/dialog/DialogBuilder.java:166
↓ 38 callersMethodgetDuration
Gets the duration of the file. @return the duration in milliseconds
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:267
↓ 37 callersMethodgetHeight
medialibrary/src/main/cpp/Common/decoder/AVVideoDecoder.cpp:39
↓ 37 callersMethodstop
Stops playback after playback has been stopped or paused. @throws IllegalStateException if the internal player engine has not been initialized.
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:159
↓ 36 callersMethodequals
(Object o)
gdxlibrary/src/main/java/com/badlogic/gdx/math/Ray.java:93
↓ 36 callersMethodgetInt
(String key)
medialibrary/src/main/java/com/cgfay/media/CainMetadata.java:35
↓ 35 callersFunctionav_q2d
* Convert an AVRational to a `double`. * @param a AVRational to convert * @return `a` in floating-point form * @see av_d2q() */
medialibrary/src/main/cpp/include/libavutil/rational.h:104
↓ 35 callersMethodcreateFloatBuffer
创建FloatBuffer @param coords @return
filterlibrary/src/main/java/com/cgfay/filter/glfilter/utils/OpenGLUtils.java:201
↓ 35 callersMethodgetHeight
()
pickerlibrary/src/main/java/com/cgfay/picker/model/MediaData.java:179
↓ 35 callersMethodgetInstance
()
landmarklibrary/src/main/java/com/cgfay/landmark/LandmarkEngine.java:18
↓ 35 callersMethodgetWidth
()
pickerlibrary/src/main/java/com/cgfay/picker/model/MediaData.java:171
↓ 35 callersMethodpause
Pauses playback. Call start() to resume. @throws IllegalStateException if the internal player engine has not been initialized.
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:167
↓ 35 callersMethodsetFloat
(final int location, final float floatValue)
filterlibrary/src/main/java/com/cgfay/filter/glfilter/base/GLImageFilter.java:387
↓ 34 callersMethodrunOnUiThread
(Runnable runnable)
app/src/main/java/com/cgfay/caincamera/fragment/FFMediaRecordFragment.java:173
↓ 32 callersMethodgetFrameTime
()
videolibrary/src/main/java/com/cgfay/video/bean/VideoFrameNode.java:39
↓ 31 callersMethodcontains
Returns whether the given point is contained within the shape.
gdxlibrary/src/main/java/com/badlogic/gdx/math/Shape2D.java:6
↓ 30 callersMethodgetColor
()
videolibrary/src/main/java/com/cgfay/video/bean/EffectDuration.java:54
↓ 30 callersFunctiongetMediaPlayer
medialibrary/src/main/cpp/MediaPlayer/android/com_cgfay_media_CainMediaPlayer.cpp:95
↓ 30 callersMethodsetColor
(int color)
videolibrary/src/main/java/com/cgfay/video/bean/EffectDuration.java:50
↓ 29 callersMethodequals
(Object obj)
pickerlibrary/src/main/java/com/cgfay/picker/model/MediaData.java:228
↓ 29 callersMethodsetTextColor
设置文字颜色 @param newColor
imagelibrary/src/main/java/com/cgfay/image/widget/TextStickerView.java:385
↓ 28 callersMethodfloatToRawIntBits
(float value)
gdxlibrary/src/main/java/com/badlogic/gdx/math/NumberUtils.java:9
↓ 28 callersFunctionopt_default
medialibrary/src/main/cpp/FFCommand/cmdutils.c:567
↓ 27 callersMethodinit
Initialise the decoder. When possible, initial setup work once in this method. This method must return the dimensions of the image. The URI can be in
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/decoder/ImageRegionDecoder.java:26
↓ 26 callersMethodgetSpeed
()
videolibrary/src/main/java/com/cgfay/video/widget/VideoSpeedLevelBar.java:92
↓ 26 callersFunctiongetVideoPlayer
-------------------------------------------------------------------------------------------------- * 获取媒体播放器对象 */
medialibrary/src/main/cpp/VideoPlayer/com_cgfay_media_VideoPlayer.cpp:105
↓ 25 callersMethodisZero
Returns true if the value is zero (using the default tolerance as upper bound)
gdxlibrary/src/main/java/com/badlogic/gdx/math/MathUtils.java:306
↓ 25 callersMethodseekTo
Seeks to specified time position. @param msec the offset in milliseconds from the start to seek to @throws IllegalStateException if the internal play
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:252
↓ 25 callersMethodsize
medialibrary/src/main/cpp/CainFilter/node/RenderNodeList.cpp:213
↓ 24 callersMethodprepare
Prepares the player for playback, synchronously. After setting the datasource and the display surface, you need to either call prepare() or prepareAs
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:128
↓ 24 callersMethodset
Sets the vector to the given components @param x The x-component @param y The y-component @param z The z-component @return this vector for chaining
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector3.java:66
↓ 24 callersMethodsetDataSource
Sets the data source as a content Uri. @param context the Context to use when resolving the Uri @param uri the Content URI of the data you want to pl
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:60
↓ 24 callersMethodsin
Returns the sine in radians from a lookup table.
gdxlibrary/src/main/java/com/badlogic/gdx/math/MathUtils.java:49
↓ 22 callersMethodgetActivity
()
pickerlibrary/src/main/java/com/cgfay/picker/MediaPicker.java:37
↓ 22 callersMethodonDisplaySizeChanged
显示视图发生变化时调用 @param width @param height
filterlibrary/src/main/java/com/cgfay/filter/glfilter/base/GLImageFilter.java:129
↓ 22 callersMethodsetDuration
medialibrary/src/main/cpp/Metadata/Metadata.cpp:45
↓ 22 callersMethodwait
medialibrary/src/main/cpp/include/Condition.h:85
↓ 21 callersMethodcos
Returns the cosine in radians from a lookup table.
gdxlibrary/src/main/java/com/badlogic/gdx/math/MathUtils.java:54
↓ 21 callersMethodonInputSizeChanged
Surface发生变化时调用 @param width @param height
filterlibrary/src/main/java/com/cgfay/filter/glfilter/base/GLImageFilter.java:119
↓ 20 callersMethodaddView
(View child)
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:1157
↓ 20 callersMethodgetInstance
获取相机配置参数 @return
cameralibrary/src/main/java/com/cgfay/camera/camera/CameraParam.java:152
↓ 20 callersMethodnor
Normalizes this vector. Does nothing if it is zero. @return This vector for chaining
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector.java:63
↓ 20 callersMethodpostMessage
medialibrary/src/main/cpp/MediaPlayer/source/player/AVMessageQueue.cpp:50
↓ 20 callersMethodsetProgress
设置进度 @param progress
cameralibrary/src/main/java/com/cgfay/camera/widget/RecordProgressView.java:129
↓ 19 callersFunctionthrowException
* 抛出异常 * @param env * @param className * @param msg */
medialibrary/src/main/cpp/Metadata/com_cgfay_media_MediaMetadataRetriever.cpp:69
↓ 18 callersMethodbindTexture
绑定纹理 @param location 句柄 @param texture 纹理id @param index 索引
filterlibrary/src/main/java/com/cgfay/filter/glfilter/utils/OpenGLUtils.java:537
↓ 18 callersMethodgetBitmap
()
videolibrary/src/main/java/com/cgfay/video/bean/VideoFrameNode.java:31
↓ 18 callersMethodsetInteger
(final int location, final int intValue)
filterlibrary/src/main/java/com/cgfay/filter/glfilter/base/GLImageFilter.java:378
↓ 18 callersMethodtestPoint
Returns on which side the given point lies relative to the plane and its normal. PlaneSide.Front refers to the side the plane normal points to. @para
gdxlibrary/src/main/java/com/badlogic/gdx/math/Plane.java:94
↓ 18 callersMethodvalueOf
(@NonNull Context context, @NonNull Cursor cursor)
pickerlibrary/src/main/java/com/cgfay/picker/model/MediaData.java:123
↓ 17 callersMethodfrom
(FragmentActivity activity)
pickerlibrary/src/main/java/com/cgfay/picker/MediaPicker.java:29
↓ 17 callersMethodgetArg1
medialibrary/src/main/cpp/Common/MessageQueue.h:29
↓ 17 callersMethodgetValue
()
app/src/main/java/com/cgfay/caincamera/renderer/DuetType.java:19
↓ 17 callersMethodisEmpty
判断字符串是否为空 @param str @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/StringUtils.java:211
↓ 16 callersMethodaddDistance
(float coordinate, float distance)
app/src/main/java/com/cgfay/caincamera/renderer/DuetRecordRenderer.java:590
↓ 16 callersMethodgetContentUri
()
pickerlibrary/src/main/java/com/cgfay/picker/model/MediaData.java:155
↓ 16 callersMethodgetId
medialibrary/src/main/cpp/include/Thread.h:147
↓ 16 callersFunctiongetMusicPlayer
-------------------------------------------------------------------------------------------------- * 获取音乐播放器对象 */
medialibrary/src/main/cpp/MusicPlayer/com_cgfay_media_MusicPlayer.cpp:98
↓ 16 callersMethodgetParameters
Get routine control parameters, see setParameters() function. Any of the parameters to this function can be NULL, in such case corresponding parameter
medialibrary/src/main/cpp/SoundTouch/source/SoundTouch/TDStretch.cpp:175
↓ 16 callersMethodgetTexture
medialibrary/src/main/cpp/CainFilter/FrameBuffer.h:44
↓ 16 callersFunctionprocess_media_player_call
* If exception is nullptr and opStatus is not OK, this method sends an error * event to the client application; otherwise, if exception is not nullpt
medialibrary/src/main/cpp/VideoPlayer/com_cgfay_media_VideoPlayer.cpp:127
↓ 16 callersMethodpushMessage
medialibrary/src/main/cpp/Common/MessageQueue.cpp:48
↓ 16 callersMethodsHeight
Get source height taking rotation into account.
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:2022
↓ 16 callersMethodsWidth
Get source width taking rotation into account.
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:2009
↓ 16 callersMethodscl
Scales this vector by a scalar @param scalar The scalar @return This vector for chaining
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector.java:77
↓ 16 callersMethodsetLooping
Sets the player to be looping or non-looping. @param looping whether to loop or not
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:313
↓ 16 callersMethodsetOrientation
(int orientation)
pickerlibrary/src/main/java/com/cgfay/picker/model/MediaData.java:183
↓ 15 callersMethodfloatToIntBits
(float value)
gdxlibrary/src/main/java/com/badlogic/gdx/math/NumberUtils.java:5
next →1–100 of 6,041, ranked by callers