MCPcopy Create free account

hub / github.com/chunying/gaminganywhere / functions

Functions1,365 in github.com/chunying/gaminganywhere

↓ 935 callersFunctionga_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 callersFunctionga_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 callersFunctiongettimeofday
* gettimeofday() implementation * * @param tv [in] \a timeval to store the timestamp. * @param tz [in] timezone: unused. */
ga/core/ga-win32.cpp:58
↓ 99 callersFunctionrtsperror
ga/client/rtspclient.cpp:210
↓ 90 callersFunctionrtsperror
ga/android/jni/src/rtspclient.cpp:210
↓ 68 callersMethodsendKeyEvent
(boolean pressed, int scancode, int sym, int mod, int unicode)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:249
↓ 53 callersFunctionga_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 callersFunctionrtspconf_global
ga/core/rtspconf.cpp:64
↓ 41 callersFunctionga_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 callersFunctionhook_lib_generic
ga/server/event-posix/ga-hook-lib.cpp:164
↓ 36 callersFunctionclose
* 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 callersFunctiontvdiff_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 callersFunctionusleep
* 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 callersMethodclear
* Reset everything. */
ga/core/ga-confvar.cpp:32
↓ 27 callersFunctionga_hook_lookup_or_quit
ga/server/event-posix/ga-hook-common.cpp:505
↓ 27 callersMethodnewButton
(String label, int left, int top, int width, int height)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:173
↓ 26 callersFunctionga_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 callersMethodgetContext
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:71
↓ 26 callersMethodhandleButtonTouch
(int action, int scancode, int keycode, int mod, int unicode)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:192
↓ 26 callersFunctionvideo_source_channels
* Get the number of channels of the video source. * * @return The total number of channels. */
ga/core/vsource.cpp:494
↓ 24 callersMethodplaceView
(View v, int left, int top, int width, int height)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:165
↓ 22 callersFunctionrtsp_printf
ga/module/server-ffmpeg/rtspserver.cpp:76
↓ 21 callersFunctiondpipe_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 callersFunctiondpipe_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 callersFunctionga_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 callersFunctionga_gettid
* Get the thread ID in long format. */
ga/core/ga-common.cpp:251
↓ 20 callersMethodclear
* Reset everything. */
ga/android/jni/src/ga-confvar.cpp:32
↓ 20 callersFunctionctrl_server_set_output_resolution
ga/core/controller.cpp:543
↓ 20 callersFunctionctrl_server_set_resolution
ga/core/controller.cpp:552
↓ 20 callersFunctionga_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 callersFunctionga_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 callersFunctionga_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 callersFunctiondpipe_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 callersFunctionga_hook_lookup_or_quit
ga/server/event-driven/ga-hook-common.cpp:505
↓ 17 callersFunctionga_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 callersFunctionrtsp_reply_error
ga/module/server-ffmpeg/rtspserver.cpp:536
↓ 15 callersFunctionga_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 callersFunctionga_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 callersFunctionga_hook_function
ga/server/event-driven/ga-hook-common.cpp:519
↓ 14 callersFunctionmfx_invalid_status
ga/module/encoder-mfx/mfx-common.cpp:49
↓ 13 callersFunctionbafa_error
ga/module/encoder-mfx/allocator.cpp:25
↓ 13 callersFunctionga_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 callersFunctionga_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 callersFunctionga_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 callersFunctionga_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 callersFunctionattachThread
ga/android/jni/src/libgaclient.cpp:80
↓ 12 callersMethodprofileConfigEditTextPreference
(String name, String summary, Object value, int type)
ga/android/src/org/gaminganywhere/gaclient/SettingsFragment.java:68
↓ 12 callersMethodsendMouseKey
(boolean pressed, int button, float x, float y)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:255
↓ 12 callersMethodsetPartition
(int n)
ga/android/src/org/gaminganywhere/gaclient/util/Pad.java:93
↓ 12 callersFunctionvideo_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 callersFunctionvideo_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 callersFunctionvideo_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 callersFunctionctrl_client_sendmsg
ga/core/controller.cpp:313
↓ 11 callersFunctionsdl_hook_symbols
ga/server/event-driven/ga-hook-sdl.cpp:125
↓ 11 callersFunctionsdl_hook_symbols
ga/server/event-posix/ga-hook-sdl.cpp:125
↓ 11 callersMethodsetPartitionEventListener
(PartitionEventListener listener)
ga/android/src/org/gaminganywhere/gaclient/util/Pad.java:65
↓ 11 callersMethodshowToast
(String s)
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:130
↓ 10 callersFunctionencoder_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 callersFunctionga_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 callersFunctionpulse_hook_symbols
ga/server/event-posix/ga-hook-pulse.cpp:71
↓ 9 callersFunctiondpipe_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 callersFunctionencoder_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 callersFunctionga_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 callersFunctionread
* 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 callersFunctionregister_dlsym_hooks
ga/server/event-posix/ga-hook-lib.cpp:122
↓ 9 callersFunctiontvdiff_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 callersMethodgetMouseX
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:220
↓ 8 callersMethodgetMouseY
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:224
↓ 8 callersMethodprofileConfigListPreference
(String name, String summary, Object value)
ga/android/src/org/gaminganywhere/gaclient/SettingsFragment.java:60
↓ 8 callersFunctionqos_server_add_sink
ga/module/server-live555/ga-liveserver.cpp:206
↓ 8 callersFunctionqos_server_remove_sink
ga/module/server-live555/ga-liveserver.cpp:214
↓ 8 callersMethodsetDrawPartitionAll
(boolean drawAll)
ga/android/src/org/gaminganywhere/gaclient/util/Pad.java:73
↓ 8 callersFunctionvsource_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 callersFunctionctrl_server_setreplay
ga/core/controller.cpp:361
↓ 7 callersMethodfinish
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:79
↓ 7 callersFunctionga_avcodec_close
ga/core/ga-avcodec.cpp:250
↓ 7 callersFunctionga_fillrect
ga/core/ga-common.cpp:651
↓ 7 callersFunctionga_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 callersFunctioncreate_frame_converter
ga/core/vconverter.cpp:63
↓ 6 callersFunctionctrl_client_sendmsg
ga/android/jni/src/controller.cpp:313
↓ 6 callersFunctionctrl_server_get_scalefactor
ga/core/controller.cpp:570
↓ 6 callersFunctionga_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 callersFunctionpcdiff_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 callersMethodprofileConfigCheckBoxPreference
(String name, boolean checked)
ga/android/src/org/gaminganywhere/gaclient/SettingsFragment.java:78
↓ 6 callersFunctionrtsp_reply_header
ga/module/server-ffmpeg/rtspserver.cpp:479
↓ 6 callersFunctionshowToast
ga/android/jni/src/libgaclient.cpp:159
↓ 6 callersFunctionvideo_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 callersFunctionaudio_source_buffer_fill
ga/core/asource.cpp:126
↓ 5 callersFunctionaudio_source_setup
ga/core/asource.cpp:238
↓ 5 callersFunctiondeinit_decoder_buffer
ga/client/rtspclient.cpp:742
↓ 5 callersFunctiondeinit_decoder_buffer
ga/android/jni/src/rtspclient.cpp:742
↓ 5 callersFunctiondpipe_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 callersFunctionencoder_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 callersFunctionga_hook_video_rate_control
token bucket rate controller
ga/server/event-driven/ga-hook-common.cpp:378
↓ 5 callersFunctionga_lookup_codec_id
* Get the codec Id from the codec table by key. */
ga/core/ga-common.cpp:994
↓ 5 callersFunctionga_lookup_codec_id
* Get the codec Id from the codec table by key. */
ga/android/jni/src/ga-common.cpp:994
↓ 5 callersFunctionga_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 callersFunctionga_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 callersFunctionread_file
==================================================================================================
ga/server/event-posix/mach_hook.c:77
↓ 5 callersMethodshowToast
(String s)
ga/android/src/org/gaminganywhere/gaclient/SettingsActivity.java:38
next →1–100 of 1,365, ranked by callers