Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Skiiyis/Hestia
/ functions
Functions
1,347 in github.com/Skiiyis/Hestia
⨍
Functions
1,347
◇
Types & classes
612
↓ 180 callers
Function
exit_program
ffmpeg/src/main/cpp/cmdutils.c:128
↓ 121 callers
Method
d
(String tag, String msg)
RTMP/src/main/java/com/github/faucamp/simplertmp/Logger.java:11
↓ 83 callers
Method
checkGlError
(String op)
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLUtil.java:19
↓ 81 callers
Method
release
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/glprogram/GLProgram.java:15
↓ 50 callers
Method
e
(String tag, String msg)
RTMP/src/main/java/com/github/faucamp/simplertmp/Logger.java:16
↓ 49 callers
Method
write
(Data dataPacket)
RTMP/src/main/java/com/github/faucamp/simplertmp/io/RtmpStreamWriter.java:15
↓ 39 callers
Function
parse_option
ffmpeg/src/main/cpp/cmdutils.c:337
↓ 35 callers
Method
getHeader
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpPacket.java:22
↓ 32 callers
Method
setProperty
(String key, AmfData value)
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfObject.java:34
↓ 28 callers
Function
opt_default
ffmpeg/src/main/cpp/cmdutils.c:525
↓ 25 callers
Method
getValue
()
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfType.java:38
↓ 23 callers
Method
getIdentityM
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLUtil.java:13
↓ 22 callers
Method
compileShader
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 callers
Method
draw
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/glprogram/GLProgram.java:13
↓ 22 callers
Method
getSize
@return the amount of bytes required for this object
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfData.java:30
↓ 22 callers
Method
makeCurrent
()
RTMP/src/main/java/io/github/sawameimei/rtmp/RtmpCollector.java:132
↓ 20 callers
Method
start
(File recordingFile, int width, int height, int frameRate)
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec/EncoderDispatcher.java:30
↓ 19 callers
Method
checkGlError
Checks to see if a GLES error has been raised.
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec2/GlUtil.java:106
↓ 18 callers
Method
addData
(String string)
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/VariableBodyRtmpPacket.java:37
↓ 18 callers
Method
getChunkStreamInfo
(int chunkStreamId)
RTMP/src/main/java/com/github/faucamp/simplertmp/io/RtmpSessionInfo.java:28
↓ 18 callers
Method
getStride
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLVertex.java:17
↓ 18 callers
Method
readTextFileFromRawResource
(final Context context, final int resourceId)
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/RawResourceReader.java:12
↓ 18 callers
Method
start
(File recordingFile, int width, int height, int frameRate)
StudyFFmpeg/src/main/java/io/github/sawameimei/studyffmpeg/EncoderDispatcher.java:30
↓ 18 callers
Method
toByteBuffer
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLVertex.java:12
↓ 17 callers
Function
av_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 callers
Method
notifyRtmpIllegalStateException
(IllegalStateException e)
RTMP/src/main/java/com/github/faucamp/simplertmp/RtmpPublishHandler.java:85
↓ 16 callers
Method
compile
@return programHandle
opengleslib/src/main/java/io/github/sawameimei/opengleslib/glprogram/GLProgram.java:11
↓ 14 callers
Method
readUnsignedInt32
(InputStream in)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:22
↓ 13 callers
Method
checkGlError
(String op)
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/CameraToMpegTest.java:940
↓ 13 callers
Method
createWindowSurface
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 callers
Method
swapBuffers
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 callers
Method
close
Stop and close the current RTMP streaming client.
RTMP/src/main/java/com/github/faucamp/simplertmp/RtmpPublisher.java:34
↓ 12 callers
Method
setPreviewSize
(int textureWidth, int textureHeight)
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/glprogram/FilterBeautyGLProgram.java:68
↓ 12 callers
Method
writeUnsignedInt32
(OutputStream out, int value)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:15
↓ 11 callers
Method
createAndLinkProgram
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 callers
Method
getMessageType
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:379
↓ 11 callers
Method
sendRtmpPacket
(RtmpPacket rtmpPacket)
RTMP/src/main/java/com/github/faucamp/simplertmp/DefaultRtmpPublisher.java:486
↓ 10 callers
Function
check_stream_specifier
ffmpeg/src/main/cpp/cmdutils.c:1936
↓ 10 callers
Method
drawFrame
(GL10 gl)
PlayOpenGL/src/main/java/io/github/sawameimei/playopengl/GLDrawer.java:10
↓ 10 callers
Function
ff_eval_poly
ffmpeg/src/main/cpp/libavutil/libm.h:82
↓ 10 callers
Function
find_codec_or_die
ffmpeg/src/main/cpp/ffmpeg_opt.c:586
↓ 10 callers
Function
show_help_options
ffmpeg/src/main/cpp/cmdutils.c:166
↓ 10 callers
Function
update_benchmark
ffmpeg/src/main/cpp/ffmpeg.c:617
↓ 9 callers
Method
getCount
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/GLVertex.java:19
↓ 9 callers
Method
getPacketLength
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:371
↓ 9 callers
Function
print_error
ffmpeg/src/main/cpp/cmdutils.c:1022
↓ 9 callers
Function
pthread_mutex_unlock
ffmpeg/src/main/cpp/compat/w32pthreads.h:117
↓ 9 callers
Function
show_help_children
ffmpeg/src/main/cpp/cmdutils.c:194
↓ 9 callers
Method
size
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Data.java:66
↓ 9 callers
Method
toHexString
(byte[] raw)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:68
↓ 9 callers
Method
toString
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Data.java:71
↓ 8 callers
Method
getProperty
(String key)
RTMP/src/main/java/com/github/faucamp/simplertmp/amf/AmfObject.java:30
↓ 8 callers
Function
parse_number_or_die
ffmpeg/src/main/cpp/cmdutils.c:135
↓ 8 callers
Method
prevCamera
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 callers
Function
pthread_mutex_lock
ffmpeg/src/main/cpp/compat/w32pthreads.h:112
↓ 8 callers
Method
sendRtmpPacket
(RtmpPacket rtmpPacket)
RTMP/src/main/java/io/github/sawameimei/rtmp/RtmpConnection.java:226
↓ 8 callers
Method
setMessageStreamId
(int messageStreamId)
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:408
↓ 7 callers
Function
find_option
ffmpeg/src/main/cpp/cmdutils.c:205
↓ 7 callers
Method
loadOESTexture
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/common/TextureHelper.java:56
↓ 7 callers
Function
new_output_stream
ffmpeg/src/main/cpp/ffmpeg_opt.c:1216
↓ 7 callers
Method
writeTo
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 callers
Method
checkEglError
Checks for EGL errors. Throws an exception if one is found.
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/CameraToMpegTest.java:620
↓ 6 callers
Method
checkEglError
Checks for EGL errors. Throws an exception if one is found.
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/EncodeAndMuxTest.java:462
↓ 6 callers
Method
checkLocation
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 callers
Method
getCommandName
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Command.java:44
↓ 6 callers
Method
getData
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/ContentData.java:23
↓ 6 callers
Method
init
()
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec2/PreviewSurfaceView.java:37
↓ 6 callers
Function
lrintf
ffmpeg/src/main/cpp/libavutil/libm.h:437
↓ 6 callers
Function
opt_find
ffmpeg/src/main/cpp/cmdutils.c:515
↓ 6 callers
Function
output_packet
ffmpeg/src/main/cpp/ffmpeg.c:784
↓ 5 callers
Function
av_double2int
* Reinterpret a double as a 64-bit integer. */
ffmpeg/src/main/cpp/libavutil/intfloat.h:67
↓ 5 callers
Function
close_output_stream
ffmpeg/src/main/cpp/ffmpeg.c:773
↓ 5 callers
Method
drainEncoder
()
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/MP4Encoder.java:87
↓ 5 callers
Function
filtergraph_is_simple
ffmpeg/src/main/cpp/ffmpeg_filter.c:1101
↓ 5 callers
Method
getAbsoluteTimestamp
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:383
↓ 5 callers
Method
getActualPrevFPS
(Camera camera)
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/glprogram/CameraUtil.java:129
↓ 5 callers
Method
getInputSurface
()
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/MP4Encoder.java:71
↓ 5 callers
Method
getSurfaceTexture
Returns the SurfaceTexture.
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/CameraToMpegTest.java:679
↓ 5 callers
Method
getTransactionId
()
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Command.java:52
↓ 5 callers
Method
getValue
Returns the byte value of this chunk header type
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/RtmpHeader.java:193
↓ 5 callers
Function
insert_filter
ffmpeg/src/main/cpp/ffmpeg_filter.c:387
↓ 5 callers
Function
locate_option
ffmpeg/src/main/cpp/cmdutils.c:431
↓ 5 callers
Function
next_codec_for_id
ffmpeg/src/main/cpp/cmdutils.c:1402
↓ 5 callers
Method
notifyRtmpIllegalArgumentException
(IllegalArgumentException e)
RTMP/src/main/java/com/github/faucamp/simplertmp/RtmpPublishHandler.java:81
↓ 5 callers
Function
opt_audio_codec
ffmpeg/src/main/cpp/ffmpeg_opt.c:241
↓ 5 callers
Function
opt_video_codec
ffmpeg/src/main/cpp/ffmpeg_opt.c:246
↓ 5 callers
Method
prepare
()
StudyFFmpeg/src/main/java/io/github/sawameimei/studyffmpeg/Hdot264Decoder.java:30
↓ 5 callers
Method
prepare
(Context context)
MediaCodec/src/main/java/io/github/sawameimei/mediacodec/mediaCodec2/CameraWrapper.java:22
↓ 5 callers
Method
readBytesUntilFull
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 callers
Method
readUnsignedInt24
(InputStream in)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:26
↓ 5 callers
Method
setAcknowledgmentWindowSize
(int acknowledgementWindowSize)
RTMP/src/main/java/com/github/faucamp/simplertmp/io/RtmpSessionInfo.java:65
↓ 5 callers
Method
setChunkStreamId
Sets the ID of the chunk stream to be aborted
RTMP/src/main/java/com/github/faucamp/simplertmp/packets/Abort.java:34
↓ 5 callers
Method
setPresentationTime
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 callers
Method
showLog
(String msg)
UseCamera/src/main/java/io/github/sawameimei/usecamera/AudioCodec.java:456
↓ 5 callers
Method
shutDown
()
PlayOpenGLES2.0/src/main/java/io/github/sawameimei/playopengles20/MP4Encoder.java:75
↓ 5 callers
Method
writeUnsignedInt24
(OutputStream out, int value)
RTMP/src/main/java/com/github/faucamp/simplertmp/Util.java:34
↓ 4 callers
Method
canReusePrevHeaderTx
(RtmpHeader.MessageType forMessageType)
RTMP/src/main/java/com/github/faucamp/simplertmp/io/ChunkStreamInfo.java:46
↓ 4 callers
Method
checkEglError
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 callers
Method
checkLocation
(int location, String label)
MediaCodec/src/androidTest/java/io/github/sawameimei/mediacodec/CameraToMpegTest.java:948
↓ 4 callers
Method
compile
()
opengleslib/src/main/java/io/github/sawameimei/opengleslib/glprogram/FBOGroupGLProgram.java:43
next →
1–100 of 1,347, ranked by callers