MCPcopy Create free account

hub / github.com/Skiiyis/Hestia / functions

Functions1,347 in github.com/Skiiyis/Hestia

↓ 180 callersFunctionexit_program
ffmpeg/src/main/cpp/cmdutils.c:128
↓ 121 callersMethodd
(String tag, String msg)
RTMP/src/main/java/com/github/faucamp/simplertmp/Logger.java:11
↓ 83 callersMethodcheckGlError
(String op)
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLUtil.java:19
↓ 81 callersMethodrelease
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/glprogram/GLProgram.java:15
↓ 50 callersMethode
(String tag, String msg)
RTMP/src/main/java/com/github/faucamp/simplertmp/Logger.java:16
↓ 49 callersMethodwrite
(Data dataPacket)
RTMP/src/main/java/com/github/faucamp/simplertmp/io/RtmpStreamWriter.java:15
↓ 39 callersFunctionparse_option
ffmpeg/src/main/cpp/cmdutils.c:337
↓ 35 callersMethodgetHeader
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpPacket.java:22
↓ 32 callersMethodsetProperty
(String key, AmfData value)
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfObject.java:34
↓ 28 callersFunctionopt_default
ffmpeg/src/main/cpp/cmdutils.c:525
↓ 25 callersMethodgetValue
()
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfType.java:38
↓ 23 callersMethodgetIdentityM
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLUtil.java:13
↓ 22 callersMethodcompileShader
Helper function to compile a shader. @param shaderType The shader type. @param shaderSource The shader source code. @return An OpenGL handle to the
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/ShaderHelper.java:16
↓ 22 callersMethoddraw
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/glprogram/GLProgram.java:13
↓ 22 callersMethodgetSize
@return the amount of bytes required for this object
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfData.java:30
↓ 22 callersMethodmakeCurrent
()
RTMP/src/main/java/io/github/sawameimei/rtmp/RtmpCollector.java:132
↓ 20 callersMethodstart
(File recordingFile, int width, int height, int frameRate)
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec/EncoderDispatcher.java:30
↓ 19 callersMethodcheckGlError
Checks to see if a GLES error has been raised.
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec2/GlUtil.java:106
↓ 18 callersMethodaddData
(String string)
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/VariableBodyRtmpPacket.java:37
↓ 18 callersMethodgetChunkStreamInfo
(int chunkStreamId)
RTMP/src/main/java/com/github/faucamp/simplertmp/io/RtmpSessionInfo.java:28
↓ 18 callersMethodgetStride
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLVertex.java:17
↓ 18 callersMethodreadTextFileFromRawResource
(final Context context, final int resourceId)
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/RawResourceReader.java:12
↓ 18 callersMethodstart
(File recordingFile, int width, int height, int frameRate)
StudyFFmpeg/src/main/java/io/github/sawameimei/studyffmpeg/EncoderDispatcher.java:30
↓ 18 callersMethodtoByteBuffer
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLVertex.java:12
↓ 17 callersFunctionav_q2d
* Convert an AVRational to a `double`. * @param a AVRational to convert * @return `a` in floating-point form * @see av_d2q() */
ffmpeg/src/main/cpp/libavutil/rational.h:103
↓ 17 callersMethodnotifyRtmpIllegalStateException
(IllegalStateException e)
RTMP/src/main/java/com/github/faucamp/simplertmp/RtmpPublishHandler.java:85
↓ 16 callersMethodcompile
@return programHandle
opengleslib/src/main/java/io/github/sawameimei/opengleslib/glprogram/GLProgram.java:11
↓ 14 callersMethodreadUnsignedInt32
(InputStream in)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:22
↓ 13 callersMethodcheckGlError
(String op)
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/CameraToMpegTest.java:940
↓ 13 callersMethodcreateWindowSurface
Creates an EGL surface associated with a Surface. <p> If this is destined for MediaCodec, the EGLConfig should have the "recordable" attribute.
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/EGLCore.java:230
↓ 13 callersMethodswapBuffers
Calls eglSwapBuffers. Use this to "publish" the current frame. @return false on failure
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/EGLCore.java:317
↓ 12 callersMethodclose
Stop and close the current RTMP streaming client.
RTMP/src/main/java/com/github/faucamp/simplertmp/RtmpPublisher.java:34
↓ 12 callersMethodsetPreviewSize
(int textureWidth, int textureHeight)
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/glprogram/FilterBeautyGLProgram.java:68
↓ 12 callersMethodwriteUnsignedInt32
(OutputStream out, int value)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:15
↓ 11 callersMethodcreateAndLinkProgram
Helper function to compile and link a program. @param vertexShaderHandle An OpenGL handle to an already-compiled vertex shader. @param fragmentShad
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/ShaderHelper.java:47
↓ 11 callersMethodgetMessageType
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:379
↓ 11 callersMethodsendRtmpPacket
(RtmpPacket rtmpPacket)
RTMP/src/main/java/com/github/faucamp/simplertmp/DefaultRtmpPublisher.java:486
↓ 10 callersFunctioncheck_stream_specifier
ffmpeg/src/main/cpp/cmdutils.c:1936
↓ 10 callersMethoddrawFrame
(GL10 gl)
PlayOpenGL/src/main/java/io/github/sawameimei/playopengl/GLDrawer.java:10
↓ 10 callersFunctionff_eval_poly
ffmpeg/src/main/cpp/libavutil/libm.h:82
↓ 10 callersFunctionfind_codec_or_die
ffmpeg/src/main/cpp/ffmpeg_opt.c:586
↓ 10 callersFunctionshow_help_options
ffmpeg/src/main/cpp/cmdutils.c:166
↓ 10 callersFunctionupdate_benchmark
ffmpeg/src/main/cpp/ffmpeg.c:617
↓ 9 callersMethodgetCount
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLVertex.java:19
↓ 9 callersMethodgetPacketLength
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:371
↓ 9 callersFunctionprint_error
ffmpeg/src/main/cpp/cmdutils.c:1022
↓ 9 callersFunctionpthread_mutex_unlock
ffmpeg/src/main/cpp/compat/w32pthreads.h:117
↓ 9 callersFunctionshow_help_children
ffmpeg/src/main/cpp/cmdutils.c:194
↓ 9 callersMethodsize
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Data.java:66
↓ 9 callersMethodtoHexString
(byte[] raw)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:68
↓ 9 callersMethodtoString
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Data.java:71
↓ 8 callersMethodgetProperty
(String key)
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfObject.java:30
↓ 8 callersFunctionparse_number_or_die
ffmpeg/src/main/cpp/cmdutils.c:135
↓ 8 callersMethodprevCamera
previewCamera @param cameraId see#Camera.CameraInfo @param prevSurfaceTexture @param desiredWidth @param desiredHeight @param desiredFps @r
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/glprogram/CameraUtil.java:97
↓ 8 callersFunctionpthread_mutex_lock
ffmpeg/src/main/cpp/compat/w32pthreads.h:112
↓ 8 callersMethodsendRtmpPacket
(RtmpPacket rtmpPacket)
RTMP/src/main/java/io/github/sawameimei/rtmp/RtmpConnection.java:226
↓ 8 callersMethodsetMessageStreamId
(int messageStreamId)
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:408
↓ 7 callersFunctionfind_option
ffmpeg/src/main/cpp/cmdutils.c:205
↓ 7 callersMethodloadOESTexture
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/TextureHelper.java:56
↓ 7 callersFunctionnew_output_stream
ffmpeg/src/main/cpp/ffmpeg_opt.c:1216
↓ 7 callersMethodwriteTo
Write/Serialize this AMF data intance (Object/string/integer etc) to the specified OutputStream
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfData.java:19
↓ 6 callersMethodcheckEglError
Checks for EGL errors. Throws an exception if one is found.
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/CameraToMpegTest.java:620
↓ 6 callersMethodcheckEglError
Checks for EGL errors. Throws an exception if one is found.
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/EncodeAndMuxTest.java:462
↓ 6 callersMethodcheckLocation
Checks to see if the location we obtained is valid. GLES returns -1 if a label could not be found, but does not set the GL error. <p> Throws a Runtim
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec2/GlUtil.java:121
↓ 6 callersMethodgetCommandName
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Command.java:44
↓ 6 callersMethodgetData
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/ContentData.java:23
↓ 6 callersMethodinit
()
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec2/PreviewSurfaceView.java:37
↓ 6 callersFunctionlrintf
ffmpeg/src/main/cpp/libavutil/libm.h:437
↓ 6 callersFunctionopt_find
ffmpeg/src/main/cpp/cmdutils.c:515
↓ 6 callersFunctionoutput_packet
ffmpeg/src/main/cpp/ffmpeg.c:784
↓ 5 callersFunctionav_double2int
* Reinterpret a double as a 64-bit integer. */
ffmpeg/src/main/cpp/libavutil/intfloat.h:67
↓ 5 callersFunctionclose_output_stream
ffmpeg/src/main/cpp/ffmpeg.c:773
↓ 5 callersMethoddrainEncoder
()
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/MP4Encoder.java:87
↓ 5 callersFunctionfiltergraph_is_simple
ffmpeg/src/main/cpp/ffmpeg_filter.c:1101
↓ 5 callersMethodgetAbsoluteTimestamp
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:383
↓ 5 callersMethodgetActualPrevFPS
(Camera camera)
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/glprogram/CameraUtil.java:129
↓ 5 callersMethodgetInputSurface
()
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/MP4Encoder.java:71
↓ 5 callersMethodgetSurfaceTexture
Returns the SurfaceTexture.
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/CameraToMpegTest.java:679
↓ 5 callersMethodgetTransactionId
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Command.java:52
↓ 5 callersMethodgetValue
Returns the byte value of this chunk header type
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:193
↓ 5 callersFunctioninsert_filter
ffmpeg/src/main/cpp/ffmpeg_filter.c:387
↓ 5 callersFunctionlocate_option
ffmpeg/src/main/cpp/cmdutils.c:431
↓ 5 callersFunctionnext_codec_for_id
ffmpeg/src/main/cpp/cmdutils.c:1402
↓ 5 callersMethodnotifyRtmpIllegalArgumentException
(IllegalArgumentException e)
RTMP/src/main/java/com/github/faucamp/simplertmp/RtmpPublishHandler.java:81
↓ 5 callersFunctionopt_audio_codec
ffmpeg/src/main/cpp/ffmpeg_opt.c:241
↓ 5 callersFunctionopt_video_codec
ffmpeg/src/main/cpp/ffmpeg_opt.c:246
↓ 5 callersMethodprepare
()
StudyFFmpeg/src/main/java/io/github/sawameimei/studyffmpeg/Hdot264Decoder.java:30
↓ 5 callersMethodprepare
(Context context)
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec2/CameraWrapper.java:22
↓ 5 callersMethodreadBytesUntilFull
Reads bytes from the specified inputstream into the specified target buffer until it is filled up
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:86
↓ 5 callersMethodreadUnsignedInt24
(InputStream in)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:26
↓ 5 callersMethodsetAcknowledgmentWindowSize
(int acknowledgementWindowSize)
RTMP/src/main/java/com/github/faucamp/simplertmp/io/RtmpSessionInfo.java:65
↓ 5 callersMethodsetChunkStreamId
Sets the ID of the chunk stream to be aborted
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Abort.java:34
↓ 5 callersMethodsetPresentationTime
Sends the presentation time stamp to EGL. Time is expressed in nanoseconds.
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/EGLCore.java:324
↓ 5 callersMethodshowLog
(String msg)
UseCamera/src/main/java/io/github/sawameimei/usecamera/AudioCodec.java:456
↓ 5 callersMethodshutDown
()
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/MP4Encoder.java:75
↓ 5 callersMethodwriteUnsignedInt24
(OutputStream out, int value)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:34
↓ 4 callersMethodcanReusePrevHeaderTx
(RtmpHeader.MessageType forMessageType)
RTMP/src/main/java/com/github/faucamp/simplertmp/io/ChunkStreamInfo.java:46
↓ 4 callersMethodcheckEglError
Checks for EGL errors. Throws an exception if an error has been raised.
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/EGLCore.java:377
↓ 4 callersMethodcheckLocation
(int location, String label)
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/CameraToMpegTest.java:948
↓ 4 callersMethodcompile
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/glprogram/FBOGroupGLProgram.java:43
next →1–100 of 1,347, ranked by callers