Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chunying/gaminganywhere
/ functions
Functions
1,365 in github.com/chunying/gaminganywhere
⨍
Functions
1,365
◇
Types & classes
503
↓ 935 callers
Function
ga_error
* Print out log messages (on \em stderr or log console (on Android)). * * @param fmt [in] The format string for the message. * @param ... [in] The
ga/core/ga-common.cpp:186
↓ 118 callers
Function
ga_error
* Print out log messages (on \em stderr or log console (on Android)). * * @param fmt [in] The format string for the message. * @param ... [in] The
ga/android/jni/src/ga-common.cpp:186
↓ 99 callers
Function
gettimeofday
* gettimeofday() implementation * * @param tv [in] \a timeval to store the timestamp. * @param tz [in] timezone: unused. */
ga/core/ga-win32.cpp:58
↓ 99 callers
Function
rtsperror
ga/client/rtspclient.cpp:210
↓ 90 callers
Function
rtsperror
ga/android/jni/src/rtspclient.cpp:210
↓ 68 callers
Method
sendKeyEvent
(boolean pressed, int scancode, int sym, int mod, int unicode)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:249
↓ 53 callers
Function
ga_conf_readv
* Load the value of a parameter in string format. * * @param key [in] The parameter to be loaded. * @param store [in,out] Buffer to store the loade
ga/core/ga-conf.cpp:300
↓ 44 callers
Function
rtspconf_global
ga/core/rtspconf.cpp:64
↓ 41 callers
Function
ga_log
* Write log messages and print on Android console. * * @param fmt [in] The format string for the message. * @param ... [in] The arguments for repla
ga/android/jni/src/ga-common.cpp:158
↓ 40 callers
Function
hook_lib_generic
ga/server/event-posix/ga-hook-lib.cpp:164
↓ 36 callers
Function
close
* close() function to close a socket. * * @param fd [in] The SOCKET identifier. * @return Zero on success, otherwise see MSDN closesocket() functio
ga/core/ga-win32.cpp:155
↓ 31 callers
Function
tvdiff_us
* Compute the time difference for two \a timeval data structure, i.e., * \a tv1 - \a tv2. * * @param tv1 [in] Pointer to the first \a timeval data
ga/core/ga-common.cpp:76
↓ 30 callers
Function
usleep
* usleep() function: sleep in microsecond scale. * * @param waitTime [in] time to sleep (in microseconds). * @return Always return 0. */
ga/core/ga-win32.cpp:81
↓ 27 callers
Method
clear
* Reset everything. */
ga/core/ga-confvar.cpp:32
↓ 27 callers
Function
ga_hook_lookup_or_quit
ga/server/event-posix/ga-hook-common.cpp:505
↓ 27 callers
Method
newButton
(String label, int left, int top, int width, int height)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:173
↓ 26 callers
Function
ga_conf_readv
* Load the value of a parameter in string format. * * @param key [in] The parameter to be loaded. * @param store [in,out] Buffer to store the loade
ga/android/jni/src/ga-conf.cpp:300
↓ 26 callers
Method
getContext
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:71
↓ 26 callers
Method
handleButtonTouch
(int action, int scancode, int keycode, int mod, int unicode)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:192
↓ 26 callers
Function
video_source_channels
* Get the number of channels of the video source. * * @return The total number of channels. */
ga/core/vsource.cpp:494
↓ 24 callers
Method
placeView
(View v, int left, int top, int width, int height)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:165
↓ 22 callers
Function
rtsp_printf
ga/module/server-ffmpeg/rtspserver.cpp:76
↓ 21 callers
Function
dpipe_get
* Get a free frame buffer from the pipe * * @param dpipe [in] The pipe to get a free frame * @return Pointer to the frame buffer structure * * No
ga/core/dpipe.cpp:159
↓ 21 callers
Function
dpipe_store
* Store a frame into the output pool of the pipe. * This function also notifies the receiver that is attempting to load a buffer. * * @param dpipe
ga/core/dpipe.cpp:277
↓ 21 callers
Function
ga_conf_readint
* Load the value of a parameter as an integer. * * @param key [in] The parameter to be loaded. * @return The integer value of the parameter. * *
ga/core/ga-conf.cpp:322
↓ 21 callers
Function
ga_gettid
* Get the thread ID in long format. */
ga/core/ga-common.cpp:251
↓ 20 callers
Method
clear
* Reset everything. */
ga/android/jni/src/ga-confvar.cpp:32
↓ 20 callers
Function
ctrl_server_set_output_resolution
ga/core/controller.cpp:543
↓ 20 callers
Function
ctrl_server_set_resolution
ga/core/controller.cpp:552
↓ 20 callers
Function
ga_conf_mapreadv
* Read a string value from a key of a parameter map. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to be retriev
ga/core/ga-conf.cpp:536
↓ 19 callers
Function
ga_conf_readbool
* Load the value of a parameter as boolean. * * @param ptr [in] The parameter to be loaded. * @param defval [in] The returned value if the paramete
ga/core/ga-conf.cpp:442
↓ 19 callers
Function
ga_load_module
* Load a module. * * @param modname [in] module (file) name without its extension. * @param prefix [in] unused now. * @return The loaded module in
ga/core/ga-module.cpp:58
↓ 17 callers
Function
dpipe_lookup
* Lookup an existing video pipe * * @param name [in] The name of the pipe * @return Pointer to the requested pipe, or NULL if not found. */
ga/core/dpipe.cpp:98
↓ 17 callers
Function
ga_hook_lookup_or_quit
ga/server/event-driven/ga-hook-common.cpp:505
↓ 17 callers
Function
ga_init_single_module_or_quit
* Initialize a module, or quit if the initialization is failed. * * @param name [in] Name of this module - just for logging purpose. * @param m [in
ga/core/ga-module.cpp:136
↓ 17 callers
Function
rtsp_reply_error
ga/module/server-ffmpeg/rtspserver.cpp:536
↓ 15 callers
Function
ga_conf_readints
* Load multiple integer values specified in a parameter. * * @param key [in] The parameter to be loaded. * @param val [out] An integer array used t
ga/core/ga-conf.cpp:392
↓ 14 callers
Function
ga_conf_mapsize
* Get the number of keys defined in a parameter map * * @param mapname [in] The name of the parameter map. * @return The number of keys defined in
ga/core/ga-conf.cpp:515
↓ 14 callers
Function
ga_hook_function
ga/server/event-driven/ga-hook-common.cpp:519
↓ 14 callers
Function
mfx_invalid_status
ga/module/encoder-mfx/mfx-common.cpp:49
↓ 13 callers
Function
bafa_error
ga/module/encoder-mfx/allocator.cpp:25
↓ 13 callers
Function
ga_conf_mapkey
* Get the current key from a parameter map. * * @param mapname [in] The name of the parameter map. * @param keystore [out] The buffer used to stora
ga/core/ga-conf.cpp:697
↓ 13 callers
Function
ga_conf_mapnextkey
* Advance the iteration pointer of a parameter map and get its key value. * * @param mapname [in] The name of the parameter map. * @param keystore
ga/core/ga-conf.cpp:747
↓ 13 callers
Function
ga_conf_mapreset
* Reset the iteration pointer of a parameter map. * * @param mapname [in] The name of the parameter map. * * This function is usually called befor
ga/core/ga-conf.cpp:676
↓ 13 callers
Function
ga_conf_mapvalue
* Get the current value from a parameter map. * * @param mapname [in] The name of the parameter map. * @param valstore [out] The buffer used to sto
ga/core/ga-conf.cpp:722
↓ 12 callers
Function
attachThread
ga/android/jni/src/libgaclient.cpp:80
↓ 12 callers
Method
profileConfigEditTextPreference
(String name, String summary, Object value, int type)
ga/android/src/org/gaminganywhere/gaclient/SettingsFragment.java:68
↓ 12 callers
Method
sendMouseKey
(boolean pressed, int button, float x, float y)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:255
↓ 12 callers
Method
setPartition
(int n)
ga/android/src/org/gaminganywhere/gaclient/util/Pad.java:93
↓ 12 callers
Function
video_source
* Get the video source setup of a given channel. * * @param channel [in] The channel Id. * @return Pointer to the obtained video source info data s
ga/core/vsource.cpp:505
↓ 12 callers
Function
video_source_out_height
* Get the output height of a video source. * * @param channel [in] The channel id of the video source. * @return The output height of the video sou
ga/core/vsource.cpp:654
↓ 12 callers
Function
video_source_out_width
* Get the output width of a video source. * * @param channel [in] The channel id of the video source. * @return The output width of the video sourc
ga/core/vsource.cpp:642
↓ 11 callers
Function
ctrl_client_sendmsg
ga/core/controller.cpp:313
↓ 11 callers
Function
sdl_hook_symbols
ga/server/event-driven/ga-hook-sdl.cpp:125
↓ 11 callers
Function
sdl_hook_symbols
ga/server/event-posix/ga-hook-sdl.cpp:125
↓ 11 callers
Method
setPartitionEventListener
(PartitionEventListener listener)
ga/android/src/org/gaminganywhere/gaclient/util/Pad.java:65
↓ 11 callers
Method
showToast
(String s)
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:130
↓ 10 callers
Function
encoder_running
* Check if the encoder has been launched. * * @return 0 if encoder is not running or 1 if encdoer is running. */
ga/core/encoder-common.cpp:84
↓ 10 callers
Function
ga_conf_boolval
* Determine whether a string represents TRUE or FALSE. * * @param ptr [in] The string to be determined. * @param defval [in] The default value if t
ga/core/ga-conf.cpp:411
↓ 10 callers
Function
pulse_hook_symbols
ga/server/event-posix/ga-hook-pulse.cpp:71
↓ 9 callers
Function
dpipe_put
* Put a frame back to the free frame buffer (input pool) * * @param dpipe [in] The involved pipe * @param buffer [in] Pointer to the buffer to be r
ga/core/dpipe.cpp:193
↓ 9 callers
Function
encoder_send_packet
* Send a packet to a sink server. * * @param prefix [in] Name to identify the sender. Can be any valid string. * @param channelId [in] Channel id.
ga/core/encoder-common.cpp:304
↓ 9 callers
Function
ga_conf_readint
* Load the value of a parameter as an integer. * * @param key [in] The parameter to be loaded. * @return The integer value of the parameter. * *
ga/android/jni/src/ga-conf.cpp:322
↓ 9 callers
Function
read
* read() function to read from a socket. * * @param fd [in] The SOCKET identifier. * @param buf [in] Buffer to receive data. * @param count [in] S
ga/core/ga-win32.cpp:131
↓ 9 callers
Function
register_dlsym_hooks
ga/server/event-posix/ga-hook-lib.cpp:122
↓ 9 callers
Function
tvdiff_us
* Compute the time difference for two \a timeval data structure, i.e., * \a tv1 - \a tv2. * * @param tv1 [in] Pointer to the first \a timeval data
ga/android/jni/src/ga-common.cpp:76
↓ 8 callers
Method
getMouseX
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:220
↓ 8 callers
Method
getMouseY
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:224
↓ 8 callers
Method
profileConfigListPreference
(String name, String summary, Object value)
ga/android/src/org/gaminganywhere/gaclient/SettingsFragment.java:60
↓ 8 callers
Function
qos_server_add_sink
ga/module/server-live555/ga-liveserver.cpp:206
↓ 8 callers
Function
qos_server_remove_sink
ga/module/server-live555/ga-liveserver.cpp:214
↓ 8 callers
Method
setDrawPartitionAll
(boolean drawAll)
ga/android/src/org/gaminganywhere/gaclient/util/Pad.java:73
↓ 8 callers
Function
vsource_dup_frame
* Duplicate a video frame. * * @param src [in] Pointer to a source video frame. * @param dst [in] Pointer to an initialized destination video frame
ga/core/vsource.cpp:120
↓ 7 callers
Function
ctrl_server_setreplay
ga/core/controller.cpp:361
↓ 7 callers
Method
finish
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:79
↓ 7 callers
Function
ga_avcodec_close
ga/core/ga-avcodec.cpp:250
↓ 7 callers
Function
ga_fillrect
ga/core/ga-common.cpp:651
↓ 7 callers
Function
ga_init
* Initialize GamingAnywhere * * @param config [in] Pathname to the configuration file * @param url [in] URL to the server URL address, in the form
ga/core/ga-common.cpp:309
↓ 6 callers
Function
create_frame_converter
ga/core/vconverter.cpp:63
↓ 6 callers
Function
ctrl_client_sendmsg
ga/android/jni/src/controller.cpp:313
↓ 6 callers
Function
ctrl_server_get_scalefactor
ga/core/controller.cpp:570
↓ 6 callers
Function
ga_save_close
* Close a file opened by \em ga_save_init or \em ga_save_init_txt * * @param fp [in] The opened file pointer. * @return This function currently alw
ga/core/ga-common.cpp:552
↓ 6 callers
Function
pcdiff_us
* Compute time differece based on Windows performance counter. * * @param t1 [in] The first counter. * @param t2 [in] The second counter. * @param
ga/core/ga-win32.cpp:202
↓ 6 callers
Method
profileConfigCheckBoxPreference
(String name, boolean checked)
ga/android/src/org/gaminganywhere/gaclient/SettingsFragment.java:78
↓ 6 callers
Function
rtsp_reply_header
ga/module/server-ffmpeg/rtspserver.cpp:479
↓ 6 callers
Function
showToast
ga/android/jni/src/libgaclient.cpp:159
↓ 6 callers
Function
video_source_setup_ex
* The generic function to setup video sources. * * @param config [in] Pointer to an array of video configurations. * @param nConfig [in] Number of
ga/core/vsource.cpp:703
↓ 5 callers
Function
audio_source_buffer_fill
ga/core/asource.cpp:126
↓ 5 callers
Function
audio_source_setup
ga/core/asource.cpp:238
↓ 5 callers
Function
deinit_decoder_buffer
ga/client/rtspclient.cpp:742
↓ 5 callers
Function
deinit_decoder_buffer
ga/android/jni/src/rtspclient.cpp:742
↓ 5 callers
Function
dpipe_load
* Load a frame from the output pool of the pipe * * @param dpipe [in] Pointer to the pipe to load a buffer * @param abstime [in] Wait for a frame u
ga/core/dpipe.cpp:215
↓ 5 callers
Function
encoder_pts_sync
* Compute the integer presentation timestamp based on elapsed time. * * @param samplerate [in] Sample rate used by the encoder. * @return The integ
ga/core/encoder-common.cpp:59
↓ 5 callers
Function
ga_hook_video_rate_control
token bucket rate controller
ga/server/event-driven/ga-hook-common.cpp:378
↓ 5 callers
Function
ga_lookup_codec_id
* Get the codec Id from the codec table by key. */
ga/core/ga-common.cpp:994
↓ 5 callers
Function
ga_lookup_codec_id
* Get the codec Id from the codec table by key. */
ga/android/jni/src/ga-common.cpp:994
↓ 5 callers
Function
ga_module_ioctl
* Wrapper for module's ioctl() interface. * * @param m [in] Pointer to a module instance. * @param command [in] The ioctl() command. * @param args
ga/core/ga-module.cpp:277
↓ 5 callers
Function
ga_save_printf
* Save text data. * * @param fp [in] FILE pointer to the opened file (by \em ga_save_init_txt). * @param fmt [in] Pointer the for format string. *
ga/core/ga-common.cpp:450
↓ 5 callers
Function
read_file
==================================================================================================
ga/server/event-posix/mach_hook.c:77
↓ 5 callers
Method
showToast
(String s)
ga/android/src/org/gaminganywhere/gaclient/SettingsActivity.java:38
next →
1–100 of 1,365, ranked by callers