MCPcopy Create free account

hub / github.com/CainKernel/CainCamera / functions

Functions6,041 in github.com/CainKernel/CainCamera

↓ 8 callersMethodmul
Multiplies the bounding box by the given matrix. This is achieved by multiplying the 8 corner points and then calculating the minimum and maximum vect
gdxlibrary/src/main/java/com/badlogic/gdx/math/BoundingBox.java:239
↓ 8 callersMethodmul
Postmultiplies this matrix with the given matrix, storing the result in this matrix. For example: <pre> A.mul(B) results in A := AB. </pre> @param m
gdxlibrary/src/main/java/com/badlogic/gdx/math/Matrix4.java:304
↓ 8 callersMethodnewInstance
创建一个新的ExifInterface对象 @param filePath 文件名 @return ExifInterface对象 @throws IOException IO异常
pickerlibrary/src/main/java/com/cgfay/picker/utils/ExifInterfaceUtils.java:26
↓ 8 callersMethodnextFloat
Returns a pseudo-random, uniformly distributed {@code float} value between 0.0 and 1.0 from this random number generator's sequence. <p> This implemen
gdxlibrary/src/main/java/com/badlogic/gdx/math/RandomXS128.java:117
↓ 8 callersMethodnextLong
Returns the next pseudo-random, uniformly distributed {@code long} value from this random number generator's sequence. <p> Subclasses should override
gdxlibrary/src/main/java/com/badlogic/gdx/math/RandomXS128.java:54
↓ 8 callersMethodnotify
medialibrary/src/main/cpp/Common/player/MusicPlayer.cpp:188
↓ 8 callersMethodnumSamples
Returns the number of samples currently in the buffer
medialibrary/src/main/cpp/SoundTouch/source/SoundTouch/FIFOSampleBuffer.cpp:206
↓ 8 callersFunctionparse_number_or_die
medialibrary/src/main/cpp/FFCommand/cmdutils.c:166
↓ 8 callersMethodrefreshRequiredTiles
Loads the optimum tiles for display at the current scale and translate, so the screen can be filled with tiles that are at least as high resolution as
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:1282
↓ 8 callersMethodstayAwake
(boolean awake)
medialibrary/src/main/java/com/cgfay/media/CainMediaPlayer.java:542
↓ 8 callersMethodsub
Subtracts the given vector from this vector. @param v The vector @return This vector for chaining
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector.java:59
↓ 7 callersMethodcreateTexture
创建Texture对象 @param textureType @return
filterlibrary/src/main/java/com/cgfay/filter/glfilter/utils/OpenGLUtils.java:287
↓ 7 callersMethodexecCommand
执行命令行 @param cmd @param callback
medialibrary/src/main/java/com/cgfay/media/CainCommandEditor.java:57
↓ 7 callersMethodfileExists
检查文件是否存在 @param path @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/FileUtils.java:50
↓ 7 callersFunctionfind_option
medialibrary/src/main/cpp/FFCommand/cmdutils.c:240
↓ 7 callersMethodfrom
(Activity activity)
cameralibrary/src/main/java/com/cgfay/camera/PreviewEngine.java:31
↓ 7 callersMethodgetActivity
()
cameralibrary/src/main/java/com/cgfay/camera/PreviewEngine.java:48
↓ 7 callersMethodgetBitmap
()
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/ImageSource.java:206
↓ 7 callersMethodgetCenter
Returns the source point at the center of the view.
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:2503
↓ 7 callersMethodgetCenter
获取两点中心点 @param p1 @param p2 @return
landmarklibrary/src/main/java/com/cgfay/landmark/FacePointsUtils.java:48
↓ 7 callersMethodgetClock
medialibrary/src/main/cpp/MediaPlayer/source/sync/MediaClock.cpp:21
↓ 7 callersMethodgetColorStateList
(Context context, TypedArray attributes, @StyleableRes int index)
widgetlibrary/src/main/java/com/cgfay/resources/MaterialResources.java:19
↓ 7 callersMethodgetFrameQueue
medialibrary/src/main/cpp/MediaPlayer/source/decoder/VideoDecoder.cpp:90
↓ 7 callersMethodgetInstance
()
facedetectlibrary/src/main/java/com/cgfay/facedetect/engine/FaceTrackParam.java:48
↓ 7 callersMethodgetInt
小米刘海屏 @param key @param activity @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/NotchUtils.java:86
↓ 7 callersMethodgetPath
()
utilslibrary/src/main/java/com/cgfay/uitls/bean/MusicData.java:102
↓ 7 callersMethodgetPts
medialibrary/src/main/cpp/Common/AVMediaData.cpp:37
↓ 7 callersMethodgetSRegion
()
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/ImageSource.java:226
↓ 7 callersMethodgetTextureType
获取Texture类型 GLES30.TEXTURE_2D / GLES11Ext.GL_TEXTURE_EXTERNAL_OES等
filterlibrary/src/main/java/com/cgfay/filter/glfilter/base/GLImageFilter.java:289
↓ 7 callersMethodhasNotchScreen
判断是否是刘海屏 @param activity @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/NotchUtils.java:27
↓ 7 callersFunctionlrintf
medialibrary/src/main/cpp/include/libavutil/libm.h:437
↓ 7 callersMethodminScale
Returns the minimum allowed scale.
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:2241
↓ 7 callersMethodnewInstance
(String message, int requestCode)
utilslibrary/src/main/java/com/cgfay/uitls/fragment/PermissionConfirmDialogFragment.java:30
↓ 7 callersFunctionnew_output_stream
medialibrary/src/main/cpp/FFCommand/ffmpeg_opt.c:1221
↓ 7 callersMethodonCompletion
Called when the end of a media source is reached during playback. @param mp the MediaPlayer that reached the end of the file
medialibrary/src/main/java/com/cgfay/media/MusicPlayer.java:342
↓ 7 callersMethodptrBegin
Returns a pointer to the beginning of the currently non-outputted samples. This function audioState provided for accessing the output samples directly
medialibrary/src/main/cpp/SoundTouch/source/SoundTouch/FIFOSampleBuffer.cpp:154
↓ 7 callersMethodpush
medialibrary/src/main/cpp/include/SafetyQueue.h:19
↓ 7 callersMethodrequestRender
medialibrary/src/main/cpp/Common/video/AVideoPlay.cpp:77
↓ 7 callersMethodresetBottomView
()
videolibrary/src/main/java/com/cgfay/video/fragment/VideoEditFragment.java:333
↓ 7 callersMethodrotate
Rotates the direction and up vector of this camera by the given angle around the given axis. The direction and up vector will not be orthogonalized.
gdxlibrary/src/main/java/com/badlogic/gdx/math/Camera.java:87
↓ 7 callersMethodset
Sets the given bounding box. @param bounds The bounds. @return This bounding box for chaining.
gdxlibrary/src/main/java/com/badlogic/gdx/math/BoundingBox.java:126
↓ 7 callersMethodset
Sets the components of the quaternion @param x The x-component @param y The y-component @param z The z-component @param w The w-component @return This
gdxlibrary/src/main/java/com/badlogic/gdx/math/Quaternion.java:57
↓ 7 callersMethodsetDuetType
设置同框类型
app/src/main/java/com/cgfay/caincamera/renderer/DuetRecordRenderer.java:606
↓ 7 callersMethodsetFromAxisRad
Sets the quaternion components from the given axis and angle around that axis. @param axis The axis @param radians The angle in radians @return This
gdxlibrary/src/main/java/com/badlogic/gdx/math/Quaternion.java:386
↓ 7 callersMethodsetMVPMatrix
(float[] MVPMatrix)
app/src/main/java/com/cgfay/caincamera/renderer/GLImageDuetFilter.java:66
↓ 7 callersMethodsetOffsetX
设置x轴偏移量
app/src/main/java/com/cgfay/caincamera/renderer/GLImageDuetFilter.java:82
↓ 7 callersMethodsetOffsetY
设置y轴偏移量
app/src/main/java/com/cgfay/caincamera/renderer/GLImageDuetFilter.java:91
↓ 7 callersMethodsetProgress
设置进度 @param progress
app/src/main/java/com/cgfay/caincamera/fragment/FFMediaRecordFragment.java:241
↓ 7 callersMethodsetTextSize
(int textSize)
videolibrary/src/main/java/com/cgfay/video/widget/CircleProgressView.java:205
↓ 7 callersFunctionsonicDestroyStream
Destroy the sonic stream. */
medialibrary/src/main/cpp/Common/sonic.cpp:248
↓ 7 callersMethodswitchCamera
切换相机
cameralibrary/src/main/java/com/cgfay/camera/camera/ICameraController.java:40
↓ 6 callersMethodaddTab
Add a tab to this layout. The tab will be added at the end of the list. If this is the first tab to be added it will become the selected tab. @param
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:488
↓ 6 callersMethoddeleteTexture
删除纹理 @param texture
filterlibrary/src/main/java/com/cgfay/filter/glfilter/utils/OpenGLUtils.java:525
↓ 6 callersMethoddpToPx
(int dps)
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:1202
↓ 6 callersMethoddrawText
绘制文字 @param canvas
imagelibrary/src/main/java/com/cgfay/image/widget/TextStickerView.java:322
↓ 6 callersMethodexecute
(AsyncTask<Void, Void, ?> asyncTask)
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:1888
↓ 6 callersMethodflush
medialibrary/src/main/cpp/Common/MessageQueue.cpp:25
↓ 6 callersMethodgetFaceSize
获取人脸个数 @return
landmarklibrary/src/main/java/com/cgfay/landmark/LandmarkEngine.java:102
↓ 6 callersMethodgetId
()
videolibrary/src/main/java/com/cgfay/video/bean/EffectType.java:56
↓ 6 callersMethodgetId
()
pickerlibrary/src/main/java/com/cgfay/picker/model/AlbumData.java:74
↓ 6 callersMethodgetImageFromAssetsFile
加载Assets文件夹下的图片 @param context @param fileName @return
utilslibrary/src/main/java/com/cgfay/uitls/utils/BitmapUtils.java:120
↓ 6 callersMethodgetInstance
medialibrary/src/main/cpp/CainFilter/FilterManager.cpp:20
↓ 6 callersMethodgetNodeType
medialibrary/src/main/cpp/CainFilter/node/RenderNode.cpp:104
↓ 6 callersMethodgetPacketSize
medialibrary/src/main/cpp/MediaPlayer/source/queue/PacketQueue.cpp:171
↓ 6 callersMethodgetResBinder
(@IdRes int id)
utilslibrary/src/main/java/com/cgfay/uitls/dialog/DialogBuilder.java:139
↓ 6 callersMethodgetResourceDirectory
获取资源路径 @param context @return
filterlibrary/src/main/java/com/cgfay/filter/glfilter/resource/ResourceHelper.java:100
↓ 6 callersMethodgetRotation
Gets the rotation of this matrix. @param rotation The {@link Quaternion} to receive the rotation @param normalizeAxes True to normalize the axes, nece
gdxlibrary/src/main/java/com/badlogic/gdx/math/Matrix4.java:1084
↓ 6 callersMethodgetScale
@param scale The vector which will receive the (non-negative) scale components on each axis. @return The provided vector for chaining.
gdxlibrary/src/main/java/com/badlogic/gdx/math/Matrix4.java:1130
↓ 6 callersMethodgetSelectionMimeType
根据mimeType构建selection字符串
pickerlibrary/src/main/java/com/cgfay/picker/loader/MediaDataLoader.java:239
↓ 6 callersMethodgetSpeed
()
videolibrary/src/main/java/com/cgfay/video/bean/VideoSpeed.java:19
↓ 6 callersMethodgetText
Return the text of this tab. @return The tab's text
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:1666
↓ 6 callersMethodgetTranslation
(Vector3 position)
gdxlibrary/src/main/java/com/badlogic/gdx/math/Matrix4.java:1073
↓ 6 callersMethodisCursorEnable
(Cursor cursor)
pickerlibrary/src/main/java/com/cgfay/picker/scanner/MediaDataScanner.java:306
↓ 6 callersMethodisEqual
Returns true if a is nearly equal to b. The function uses the default floating error tolerance. @param a the first value. @param b the second value.
gdxlibrary/src/main/java/com/badlogic/gdx/math/MathUtils.java:319
↓ 6 callersMethodisLooping
Checks whether the MediaPlayer is looping or non-looping. @return true if the MediaPlayer is currently looping, false otherwise
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:320
↓ 6 callersMethodmakeCurrent
medialibrary/src/main/cpp/CainFilter/common/EglHelper.cpp:160
↓ 6 callersMethodnewTab
Create and return a new {@link Tab}. You need to manually add this using {@link #addTab(Tab)} or a related method. @return A new Tab @see #addTab(Tab
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:631
↓ 6 callersFunctionopt_find
medialibrary/src/main/cpp/FFCommand/cmdutils.c:557
↓ 6 callersFunctionoutput_packet
medialibrary/src/main/cpp/FFCommand/ffmpeg.c:822
↓ 6 callersMethodprev
()
videolibrary/src/main/java/com/cgfay/video/bean/VideoFrameNode.java:15
↓ 6 callersMethodputSamples
Adds 'numsamples' pcs of samples from the 'samples' memory position into the input of the object.
medialibrary/src/main/cpp/SoundTouch/source/SoundTouch/TDStretch.cpp:732
↓ 6 callersMethodqueueEvent
渲染事件 @param runnable
cameralibrary/src/main/java/com/cgfay/camera/render/CameraRenderer.java:210
↓ 6 callersMethodreceiveSamples
Output samples from beginning of the sample buffer. Copies requested samples to output buffer and removes them from the sample buffer. If there are le
medialibrary/src/main/cpp/SoundTouch/source/SoundTouch/SoundTouch.cpp:551
↓ 6 callersMethodreset
Reset all state before setting/changing image or setting new rotation.
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:522
↓ 6 callersMethodresetAllLayout
恢复所有布局
cameralibrary/src/main/java/com/cgfay/camera/fragment/CameraPreviewFragment.java:756
↓ 6 callersMethodrotate
旋转 @param rect @param centerX @param centerY @param rotateAngle
utilslibrary/src/main/java/com/cgfay/uitls/utils/RectUtils.java:35
↓ 6 callersMethodscl
(float scalar)
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector3.java:170
↓ 6 callersMethodselectTab
(Tab tab)
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:1426
↓ 6 callersMethodsetFrameTime
(long frameTime)
videolibrary/src/main/java/com/cgfay/video/bean/VideoFrameNode.java:43
↓ 6 callersMethodsetOnFrameAvailableListener
设置纹理更新回调
cameralibrary/src/main/java/com/cgfay/camera/camera/ICameraController.java:35
↓ 6 callersMethodsetSelected
(final boolean selected)
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:1887
↓ 6 callersMethodsetSurface
Sets the {@link Surface} to be used as the sink for the video portion of the media. This is similar to {@link #setDisplay(SurfaceHolder)}, but does no
medialibrary/src/main/java/com/cgfay/media/IMediaPlayer.java:50
↓ 6 callersMethodsetTextColor
(int textColor)
videolibrary/src/main/java/com/cgfay/video/widget/CircleProgressView.java:232
↓ 6 callersMethodstayAwake
(boolean awake)
medialibrary/src/main/java/com/cgfay/media/VideoPlayer.java:539
↓ 6 callersMethodwaitRelativeMs
medialibrary/src/main/cpp/include/Condition.h:105
↓ 5 callersMethodaddOnTabSelectedListener
Add a {@link OnTabSelectedListener} that will be invoked when tab selection changes. <p>Components that add a listener should take care to remove it
widgetlibrary/src/main/java/com/cgfay/widget/CameraTabView.java:601
↓ 5 callersFunctionav_double2int
* Reinterpret a double as a 64-bit integer. */
medialibrary/src/main/cpp/include/libavutil/intfloat.h:70
↓ 5 callersMethodcheckReady
Check whether view and image dimensions are known and either a preview, full size image or base layer tiles are loaded. First time, send ready event t
pickerlibrary/src/main/java/com/cgfay/picker/widget/subsamplingview/SubsamplingScaleImageView.java:1177
↓ 5 callersMethodclamp
Clamps this vector's length to given min and max values @param min Min length @param max Max length @return This vector for chaining
gdxlibrary/src/main/java/com/badlogic/gdx/math/Vector.java:49
↓ 5 callersFunctionclose_output_stream
medialibrary/src/main/cpp/FFCommand/ffmpeg.c:811
← previousnext →201–300 of 6,041, ranked by callers