MCPcopy Create free account

hub / github.com/CainKernel/CainCamera / functions

Functions6,041 in github.com/CainKernel/CainCamera

↓ 15 callersMethodgetLong
(String key)
medialibrary/src/main/java/com/cgfay/media/CainMetadata.java:42
↓ 15 callersMethodset
Sets the matrix to the given matrix. @param matrix The matrix that is to be copied. (The given matrix is not modified) @return This matrix for the pu
gdxlibrary/src/main/java/com/badlogic/gdx/math/Matrix4.java:102
↓ 14 callersMethoddrawFrameBuffer
medialibrary/src/main/cpp/CainFilter/node/RenderNode.cpp:94
↓ 14 callersMethodgetRequiredRotation
Determines the rotation to be applied to tiles, based on EXIF orientation or chosen setting.
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:2054
↓ 14 callersMethodinitFrameBuffer
创建FBO @param width @param height
filterlibrary/src/main/java/com/cgfay/filter/glfilter/base/GLImageFilter.java:309
↓ 14 callersMethodonMeasure
(int width, int height)
cameralibrary/src/main/java/com/cgfay/camera/widget/CameraMeasureFrameLayout.java:38
↓ 14 callersMethodsetNext
(VideoFrameNode next)
videolibrary/src/main/java/com/cgfay/video/bean/VideoFrameNode.java:27
↓ 14 callersMethodsetPrev
(VideoFrameNode prev)
videolibrary/src/main/java/com/cgfay/video/bean/VideoFrameNode.java:19
↓ 13 callersMethodapply
Calls {@link #apply(boolean)} with false.
gdxlibrary/src/main/java/com/badlogic/gdx/math/Viewport.java:33
↓ 13 callersMethodcancel
取消倒计时
cameralibrary/src/main/java/com/cgfay/camera/widget/RecordCountDownView.java:59
↓ 13 callersMethodcontainsKey
是否包含key @param key @return
medialibrary/src/main/java/com/cgfay/media/CainMetadata.java:24
↓ 13 callersMethoddeleteFile
删除文件 @param fileName
utilslibrary/src/main/java/com/cgfay/uitls/utils/FileUtils.java:337
↓ 13 callersMethodempty
medialibrary/src/main/cpp/Common/MessageQueue.cpp:43
↓ 13 callersMethodgetHandler
获取当前线程的Handler @return
cameralibrary/src/main/java/com/cgfay/camera/render/CameraRenderer.java:543
↓ 13 callersMethodgetName
()
filterlibrary/src/main/java/com/cgfay/filter/glfilter/resource/bean/ResourceType.java:23
↓ 13 callersMethodidt
Sets the matrix to an identity matrix. @return This matrix for the purpose of chaining methods together.
gdxlibrary/src/main/java/com/badlogic/gdx/math/Matrix4.java:349
↓ 13 callersMethodisPlaying
Checks whether the MediaPlayer is playing. @return true if currently playing, false otherwise
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:243
↓ 13 callersMethodjoin
medialibrary/src/main/cpp/include/Thread.h:121
↓ 13 callersMethodround
Returns the closest integer to the specified float. This method will only properly round floats from -(2^14) to (Float.MAX_VALUE - 2^14).
gdxlibrary/src/main/java/com/badlogic/gdx/math/MathUtils.java:296
↓ 12 callersMethodgetActivity
获取绑定的Activity @return
app/src/main/java/com/cgfay/caincamera/presenter/RecordPresenter.java:380
↓ 12 callersMethodgetFileName
()
app/src/main/java/com/cgfay/caincamera/presenter/FFMediaRecordPresenter.java:431
↓ 12 callersMethodgetOrientation
获取预览Surface的旋转角度
cameralibrary/src/main/java/com/cgfay/camera/camera/ICameraController.java:56
↓ 12 callersMethodgetTarget
()
cameralibrary/src/main/java/com/cgfay/camera/presenter/IPresenter.java:19
↓ 12 callersMethodisEmpty
()
pickerlibrary/src/main/java/com/cgfay/picker/model/AlbumData.java:116
↓ 12 callersMethodnext
This protected method is final because, contrary to the superclass, it's not used anymore by the other methods.
gdxlibrary/src/main/java/com/badlogic/gdx/math/RandomXS128.java:64
↓ 12 callersMethodpermissionChecking
检查某个权限是否授权 @param permission @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/PermissionUtils.java:44
↓ 12 callersMethodresume
Pauses playback. Call resume() to resume. @throws IllegalStateException if the internal player engine has not been initialized.
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:176
↓ 12 callersMethodsetParameters
medialibrary/src/main/cpp/SoundTouch/source/SoundTouch/TDStretch.cpp:133
↓ 12 callersMethodtoString
()
pickerlibrary/src/main/java/com/cgfay/picker/model/AlbumData.java:120
↓ 12 callersMethodvalueOf
(int value)
app/src/main/java/com/cgfay/caincamera/renderer/DuetType.java:23
↓ 11 callersMethodcheckGlError
检查是否出错 @param op
filterlibrary/src/main/java/com/cgfay/filter/glfilter/utils/OpenGLUtils.java:187
↓ 11 callersMethodfitToBounds
Adjusts hypothetical future scale and translate values to keep scale within the allowed range and the image on screen. Minimum scale is set so one dim
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:1414
↓ 11 callersMethodgetFilterList
获取资源列表 @return
filterlibrary/src/main/java/com/cgfay/filter/glfilter/resource/FilterHelper.java:28
↓ 11 callersMethodgetName
medialibrary/src/main/cpp/Common/AVMediaData.cpp:58
↓ 11 callersMethodgetWidth
Returns the surface's width, in pixels. <p> If this is called on a window surface, and the underlying surface is in the process of changing size, we m
filterlibrary/src/main/java/com/cgfay/filter/gles/EglSurfaceBase.java:84
↓ 11 callersMethodisReady
Call to find whether the view is initialised, has dimensions, and will display an image on the next draw. If a preview has been provided, it may be th
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:2566
↓ 11 callersMethodmakeCurrent
()
cameralibrary/src/main/java/com/cgfay/camera/render/GLImageReader.java:64
↓ 11 callersMethodpop
medialibrary/src/main/cpp/include/SafetyQueue.h:34
↓ 11 callersMethodprocess
filterlibrary/src/main/cpp/nativefilter/ShiftFilter.cpp:18
↓ 11 callersMethodrequestPermissions
请求权限列表 @param fragment @param permissions @param request_code
utilslibrary/src/main/java/com/cgfay/uitls/utils/PermissionUtils.java:224
↓ 11 callersMethodsetOnSeekBarChangeListener
(OnSeekBarChangeListener onSeekBarChangeListener)
videolibrary/src/main/java/com/cgfay/video/widget/EffectSelectedSeekBar.java:394
↓ 10 callersMethodarraySetOf
(String... suffixes)
pickerlibrary/src/main/java/com/cgfay/picker/model/MimeType.java:86
↓ 10 callersFunctioncheck_stream_specifier
medialibrary/src/main/cpp/FFCommand/cmdutils.c:2025
↓ 10 callersMethoddot
(float x1, float y1, float x2, float y2)
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector2.java:124
↓ 10 callersMethodequals
(Object obj)
utilslibrary/src/main/java/com/cgfay/uitls/bean/MusicData.java:65
↓ 10 callersMethodext
Extends the bounding box to incorporate the given {@link Vector3}. @param point The vector @return This bounding box for chaining.
gdxlibrary/src/main/java/com/badlogic/gdx/math/BoundingBox.java:181
↓ 10 callersFunctionff_eval_poly
medialibrary/src/main/cpp/include/libavutil/libm.h:82
↓ 10 callersFunctionfind_codec_or_die
medialibrary/src/main/cpp/FFCommand/ffmpeg_opt.c:605
↓ 10 callersMethodfree
medialibrary/src/main/cpp/Common/AVMediaData.cpp:41
↓ 10 callersMethodgetContext
* 获取解码上下文 * @return */
medialibrary/src/main/cpp/Common/decoder/AVMediaDecoder.cpp:150
↓ 10 callersMethodgetFileName
()
medialibrary/src/main/java/com/cgfay/media/recorder/MediaInfo.java:22
↓ 10 callersMethodgetHeight
Returns the surface's height, in pixels.
filterlibrary/src/main/java/com/cgfay/filter/gles/EglSurfaceBase.java:95
↓ 10 callersMethodgetMimeType
()
pickerlibrary/src/main/java/com/cgfay/picker/model/MediaData.java:150
↓ 10 callersMethodgetPath
medialibrary/src/main/cpp/Common/demuxer/AVMediaDemuxer.cpp:246
↓ 10 callersMethodgetPosition
Return the current position of this tab in the action bar. @return Current position, or {@link #INVALID_POSITION} if this tab is not currently in the
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:1653
↓ 10 callersMethodgetType
medialibrary/src/main/cpp/Common/AVMediaData.cpp:54
↓ 10 callersMethodgetVideoHeight
Returns the height of the video. @return the height of the video, or 0 if there is no video, no display surface was set, or the height has not been d
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:236
↓ 10 callersMethodgetVideoWidth
Returns the width of the video. @return the width of the video, or 0 if there is no video, no display surface was set, or the width has not been dete
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:225
↓ 10 callersMethodhasFace
是否存在人脸 @return
landmarklibrary/src/main/java/com/cgfay/landmark/LandmarkEngine.java:65
↓ 10 callersMethodonDrawTexture
绘制 @param textureId @param vertexBuffer @param textureBuffer
filterlibrary/src/main/java/com/cgfay/filter/glfilter/base/GLImageFilter.java:235
↓ 10 callersMethodonSeekComplete
Called to indicate the completion of a seek operation. @param mp the MediaPlayer that issued the seek operation
medialibrary/src/main/java/com/cgfay/media/MusicPlayer.java:367
↓ 10 callersMethodopen
* 打开播放器 * @param sampleRate * @param channels * @return */
medialibrary/src/main/cpp/Common/audio/AudioSLPlay.cpp:36
↓ 10 callersFunctionprocess_music_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/MusicPlayer/com_cgfay_media_MusicPlayer.cpp:120
↓ 10 callersMethodrunOnDraw
添加延时任务 @param runnable
filterlibrary/src/main/java/com/cgfay/filter/glfilter/base/GLImageFilter.java:469
↓ 10 callersMethodsetVolume
Sets the volume on this player. This API is recommended for balancing the output of audio streams within an application. Unless you are writing an app
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:334
↓ 10 callersFunctionshow_help_options
medialibrary/src/main/cpp/FFCommand/cmdutils.c:199
↓ 10 callersFunctionupdate_benchmark
medialibrary/src/main/cpp/FFCommand/ffmpeg.c:650
↓ 9 callersMethodatan2
Returns atan2 in radians, faster but less accurate than Math.atan2. Average error of 0.00231 radians (0.1323 degrees), largest error of 0.00488 radian
gdxlibrary/src/main/java/com/badlogic/gdx/math/MathUtils.java:72
↓ 9 callersFunctionav_mallocz_array
medialibrary/src/main/cpp/include/libavutil/mem.h:229
↓ 9 callersMethodcrs
Calculates the 2D cross product between this and the given vector. @param v the other vector @return the cross product
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector2.java:291
↓ 9 callersMethoddot
@param v The other vector @return The dot product between this and the other vector
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector.java:72
↓ 9 callersMethodgetIndex
()
filterlibrary/src/main/java/com/cgfay/filter/glfilter/makeup/bean/MakeupType.java:35
↓ 9 callersMethodgetPath
(@NonNull Context context, @NonNull Uri uri)
pickerlibrary/src/main/java/com/cgfay/picker/utils/MediaMetadataUtils.java:249
↓ 9 callersMethodgetPreviewHeight
获取预览高度
cameralibrary/src/main/java/com/cgfay/camera/camera/ICameraController.java:66
↓ 9 callersMethodgetPreviewWidth
获取预览宽度
cameralibrary/src/main/java/com/cgfay/camera/camera/ICameraController.java:61
↓ 9 callersMethodgetRecordParams
medialibrary/src/main/cpp/FFMediaRecorder/FFMediaRecorder.cpp:75
↓ 9 callersFunctiongetRetriever
medialibrary/src/main/cpp/Metadata/com_cgfay_media_MediaMetadataRetriever.cpp:104
↓ 9 callersMethodisActive
medialibrary/src/main/cpp/include/Thread.h:151
↓ 9 callersMethodisInitialized
medialibrary/src/main/cpp/CainFilter/filter/GLFilter.cpp:59
↓ 9 callersMethodnext
()
videolibrary/src/main/java/com/cgfay/video/bean/VideoFrameNode.java:23
↓ 9 callersFunctionprint_error
medialibrary/src/main/cpp/FFCommand/cmdutils.c:1074
↓ 9 callersMethodsetMax
(int maxCount)
videolibrary/src/main/java/com/cgfay/video/widget/WaveCutView.java:79
↓ 9 callersMethodsetProgress
(int progress)
videolibrary/src/main/java/com/cgfay/video/widget/WaveCutView.java:89
↓ 9 callersMethodsetText
设置文字 @param id @param text @return
utilslibrary/src/main/java/com/cgfay/uitls/dialog/DialogBuilder.java:77
↓ 9 callersFunctionshow_help_children
medialibrary/src/main/cpp/FFCommand/cmdutils.c:228
↓ 8 callersMethodaddDistance
计算距离 @param coordinate @param distance @return
cameralibrary/src/main/java/com/cgfay/camera/render/RenderManager.java:447
↓ 8 callersMethodaddDistance
(float coordinate, float distance)
app/src/main/java/com/cgfay/caincamera/renderer/FFRecordRenderer.java:222
↓ 8 callersMethodaddDistance
(float coordinate, float distance)
app/src/main/java/com/cgfay/caincamera/renderer/RecordRenderer.java:248
↓ 8 callersMethodcreateTextureFromAssets
加载mipmap纹理 @param context @param name @return
filterlibrary/src/main/java/com/cgfay/filter/glfilter/utils/OpenGLUtils.java:489
↓ 8 callersMethoddot
@return The dot product between the two vectors
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector3.java:291
↓ 8 callersMethodexp
Calculates (this quaternion)^alpha where alpha is a real number and stores the result in this quaternion. See http://en.wikipedia.org/wiki/Quaternion#
gdxlibrary/src/main/java/com/badlogic/gdx/math/Quaternion.java:633
↓ 8 callersMethodflip
翻转 @param i @return
filterlibrary/src/main/java/com/cgfay/filter/glfilter/utils/TextureRotationUtils.java:119
↓ 8 callersMethodgenerateStandardTime
时间显示(只显示到秒) @param totalMillisSeconds @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/StringUtils.java:262
↓ 8 callersMethodgetArg2
medialibrary/src/main/cpp/Common/MessageQueue.h:33
↓ 8 callersMethodgetBitmapFromFile
从普通文件中读入图片 @param fileName @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/BitmapUtils.java:99
↓ 8 callersMethodgetFilterDirectory
获取滤镜路径 @param context @return
filterlibrary/src/main/java/com/cgfay/filter/glfilter/resource/FilterHelper.java:112
↓ 8 callersMethodgetInstance
()
pickerlibrary/src/main/java/com/cgfay/picker/MediaPickerManager.java:12
↓ 8 callersMethodgetRotate
Returns the rotate of the video. @return the rotate of the video, or o if there is no video
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:214
↓ 8 callersMethodgetSize
medialibrary/src/main/cpp/MediaPlayer/source/queue/PacketQueue.cpp:176
↓ 8 callersMethodlen2
@return The squared euclidean length
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector3.java:216
← previousnext →101–200 of 6,041, ranked by callers