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
↓ 2 callers
Function
ga_lookup_ffmpeg_decoders
* Get the codec ffmpeg decoders from the codec table by key. */
ga/android/jni/src/ga-common.cpp:981
↓ 2 callers
Function
ga_malloc
* malloc() and return the offset to align pointer at 16-byte boundary. * * @param size [in] Requested memory space. * @param ptr [out] Pointer to t
ga/core/ga-common.cpp:216
↓ 2 callers
Function
ga_save_init
* Return the FILE pointer used to store saved raw image frame data. * * @param filename [in] Pathname to store the image data. * @return FILE point
ga/core/ga-common.cpp:407
↓ 2 callers
Function
ga_save_init_internal
* Internal function for \em ga_save_init and \em ga_save_init_txt. * Returns the FILE pointer. * * @param filename [in] Pathname to store the image
ga/core/ga-common.cpp:385
↓ 2 callers
Function
ga_save_init_internal
* Internal function for \em ga_save_init and \em ga_save_init_txt. * Returns the FILE pointer. * * @param filename [in] Pathname to store the image
ga/android/jni/src/ga-common.cpp:385
↓ 2 callers
Function
ga_save_yuv420p
* Save YUV420 image frame data * * @param fp [in] FILE pointer to the opened file (by \em ga_save_init). * @param w [in] Width of the frame. * @pa
ga/core/ga-common.cpp:472
↓ 2 callers
Function
ga_wasapi_close
ga/module/asource-system/ga-win32-wasapi.cpp:303
↓ 2 callers
Method
getDropLateVFrameDelay
()
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:356
↓ 2 callers
Method
getName
()
ga/android/src/org/gaminganywhere/gaclient/util/GAControllerEmpty.java:35
↓ 2 callers
Method
getName
()
ga/android/src/org/gaminganywhere/gaclient/util/GAControllerN64.java:49
↓ 2 callers
Method
getName
()
ga/android/src/org/gaminganywhere/gaclient/util/GAControllerLimbo.java:39
↓ 2 callers
Method
getName
()
ga/android/src/org/gaminganywhere/gaclient/util/GAControllerNDS.java:52
↓ 2 callers
Method
getName
()
ga/android/src/org/gaminganywhere/gaclient/util/GAControllerDualPad.java:40
↓ 2 callers
Method
getName
()
ga/android/src/org/gaminganywhere/gaclient/util/GAControllerPSP.java:51
↓ 2 callers
Method
getPanel
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:75
↓ 2 callers
Method
getViewHeight
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:130
↓ 2 callers
Method
getViewWidth
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:126
↓ 2 callers
Function
gl_resize
ga/android/jni/src/libgaclient.cpp:326
↓ 2 callers
Function
goBack
ga/android/jni/src/libgaclient.cpp:176
↓ 2 callers
Method
goBack
()
ga/android/src/org/gaminganywhere/gaclient/SettingsActivity.java:43
↓ 2 callers
Method
goBack
(int exitCode)
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:418
↓ 2 callers
Function
h264_buf_u
ga/client/minih264.cpp:53
↓ 2 callers
Function
h264_buf_u
ga/android/jni/src/minih264.cpp:53
↓ 2 callers
Function
h264_bufinit
ga/client/minih264.cpp:44
↓ 2 callers
Function
h264_bufinit
ga/android/jni/src/minih264.cpp:44
↓ 2 callers
Function
hook_SDL_BlitSurface
ga/server/event-posix/ga-hook-sdl.cpp:889
↓ 2 callers
Method
initView
(int position, View convertView)
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:99
↓ 2 callers
Function
kickWatchdog
ga/android/jni/src/libgaclient.cpp:200
↓ 2 callers
Function
liveserver_taskscheduler
ga/module/server-live555/ga-liveserver.cpp:14
↓ 2 callers
Function
lookup_frame_converter_internal
ga/core/vconverter.cpp:41
↓ 2 callers
Function
mfx_deinit_internal
ga/module/encoder-mfx/mfx-common.cpp:96
↓ 2 callers
Function
mfx_dump_buffer
ga/module/encoder-mfx/encoder-mfx.cpp:453
↓ 2 callers
Function
mfx_encode_vpp
ga/module/encoder-mfx/mfx-common.cpp:484
↓ 2 callers
Function
mfx_get_sps_pps
ga/module/encoder-mfx/encoder-mfx.cpp:472
↓ 2 callers
Function
mfx_init_internal
ga/module/encoder-mfx/mfx-common.cpp:389
↓ 2 callers
Function
mini_h264_parse
assume: buf contains a single nal, except when nal_type = sps return 0 on success, >0 when two or more nals are found, or -1 on fail
ga/android/jni/src/minih264.cpp:254
↓ 2 callers
Method
mvalue
* Get the current value from the parameter map. * * @return A non-empty value string, or an empty string if it reaches the end. */
ga/core/ga-confvar.cpp:147
↓ 2 callers
Method
mvalue
* Get the current value from the parameter map. * * @return A non-empty value string, or an empty string if it reaches the end. */
ga/android/jni/src/ga-confvar.cpp:147
↓ 2 callers
Function
pa_create_swrctx
ga/server/event-posix/ga-hook-pulse.cpp:219
↓ 2 callers
Method
profileConnect
()
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:216
↓ 2 callers
Method
profileEdit
(boolean createNew)
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:237
↓ 2 callers
Method
profileLoad
(Context context, String key)
ga/android/src/org/gaminganywhere/gaclient/GAConfigHelper.java:75
↓ 2 callers
Method
profileSave
(Context context, String key, HashMap<String,String> config, boolean isUpdate)
ga/android/src/org/gaminganywhere/gaclient/GAConfigHelper.java:120
↓ 2 callers
Function
qos_add_source
ga/client/qosreport.cpp:105
↓ 2 callers
Function
qos_add_source
ga/android/jni/src/qosreport.cpp:105
↓ 2 callers
Function
qos_schedule
ga/client/qosreport.cpp:81
↓ 2 callers
Function
qos_schedule
ga/android/jni/src/qosreport.cpp:81
↓ 2 callers
Function
qos_server_schedule
ga/module/server-live555/ga-liveserver.cpp:175
↓ 2 callers
Function
read_load_command
--------------------------------------------------------------------------------------------------
ga/server/event-posix/mach_hook.c:144
↓ 2 callers
Function
read_symbol_table
--------------------------------------------------------------------------------------------------
ga/server/event-posix/elf_hook.c:126
↓ 2 callers
Function
requestRender
ga/android/jni/src/libgaclient.cpp:185
↓ 2 callers
Function
rtp_open_internal
ga/module/server-ffmpeg/rtspserver.cpp:130
↓ 2 callers
Function
rtsp_getnext
ga/module/server-ffmpeg/rtspserver.cpp:321
↓ 2 callers
Function
rtsp_write_bindata
ga/module/server-ffmpeg/rtspserver.cpp:88
↓ 2 callers
Function
rtspconf_init
ga/android/jni/src/rtspconf.cpp:69
↓ 2 callers
Function
scaling_list
ga/client/minih264.cpp:97
↓ 2 callers
Function
scaling_list
ga/android/jni/src/minih264.cpp:97
↓ 2 callers
Function
sdl12_mapinit
ga/server/event-driven/ga-hook-sdl.cpp:609
↓ 2 callers
Function
sdl_hook_init
ga/server/event-driven/ga-hook-sdl.cpp:99
↓ 2 callers
Function
sdl_hook_init
ga/server/event-posix/ga-hook-sdl.cpp:99
↓ 2 callers
Function
sdlmsg_kb_init
ga/server/event-posix/ctrl-sdl.cpp:616
↓ 2 callers
Function
sdlmsg_key_blocked
ga/server/event-driven/ctrl-sdl.cpp:673
↓ 2 callers
Function
sdlmsg_key_blocked
ga/server/event-posix/ctrl-sdl.cpp:673
↓ 2 callers
Function
sdlmsg_keyboard
ga/client/ctrl-sdl.cpp:138
↓ 2 callers
Function
sdlmsg_ntoh
ga/server/event-driven/ctrl-sdl.cpp:101
↓ 2 callers
Function
sdlmsg_ntoh
ga/server/event-posix/ctrl-sdl.cpp:101
↓ 2 callers
Function
section_by_index
--------------------------------------------------------------------------------------------------
ga/server/event-posix/elf_hook.c:174
↓ 2 callers
Function
section_by_name
--------------------------------------------------------------------------------------------------
ga/server/event-posix/elf_hook.c:249
↓ 2 callers
Function
section_by_type
--------------------------------------------------------------------------------------------------
ga/server/event-posix/elf_hook.c:211
↓ 2 callers
Method
setClient
(GAClient client)
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:86
↓ 2 callers
Method
setContext
(Context c)
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:56
↓ 2 callers
Method
setDrawPartitionLine
(int[] draw)
ga/android/src/org/gaminganywhere/gaclient/util/Pad.java:74
↓ 2 callers
Method
setDropLateVideoFrame
(int ms)
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:744
↓ 2 callers
Method
setSurface
(Surface s)
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:64
↓ 2 callers
Function
setupNextSubsession
ga/client/rtspclient.cpp:1312
↓ 2 callers
Function
setupNextSubsession
ga/android/jni/src/rtspclient.cpp:1312
↓ 2 callers
Method
startAudioRenderer
()
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:339
↓ 2 callers
Method
stopRenderer
(Thread t)
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:324
↓ 2 callers
Method
stopVideoRenderer
()
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:378
↓ 2 callers
Function
vencoder_get_sps_pps
ga/module/encoder-vpu/encoder-vpu.cpp:267
↓ 2 callers
Function
video_source_add_pipename_internal
* Add a pipename to a video source. This is an internal function. * * @param vs [in] The video source data structure. * @param pipename [in] The pi
ga/core/vsource.cpp:520
↓ 2 callers
Function
vpu_encoder_alloc_framebuffer1
ga/module/encoder-vpu/vpu-common.cpp:95
↓ 2 callers
Function
vpu_encoder_alloc_framebuffer1
ga/module/encoder-vpu/vpu/vpu-common.cpp:95
↓ 2 callers
Function
vpu_encoder_alloc_memories
ga/module/encoder-vpu/vpuwrap/vpu-common.cpp:110
↓ 2 callers
Function
vpu_encoder_alloc_phymem
allocate one physical memory, with alignment
ga/module/encoder-vpu/vpu-common.cpp:53
↓ 2 callers
Function
vpu_encoder_alloc_phymem
allocate one physical memory, with alignment
ga/module/encoder-vpu/vpu/vpu-common.cpp:53
↓ 2 callers
Function
vpu_encoder_deinit
ga/module/encoder-vpu/vpuwrap/vpu-common.cpp:369
↓ 2 callers
Function
vpu_encoder_deinit
ga/module/encoder-vpu/vpu/vpu-common.cpp:326
↓ 2 callers
Function
vpu_encoder_encode
ga/module/encoder-vpu/vpu-common.cpp:388
↓ 2 callers
Function
vpu_encoder_free_memories
ga/module/encoder-vpu/vpuwrap/vpu-common.cpp:88
↓ 2 callers
Function
vpu_encoder_get_h264_pps
ga/module/encoder-vpu/vpu-common.cpp:378
↓ 2 callers
Function
vpu_encoder_get_h264_sps
ga/module/encoder-vpu/vpu-common.cpp:368
↓ 2 callers
Function
vpu_encoder_init
ga/module/encoder-vpu/vpu-common.cpp:197
↓ 2 callers
Function
vpu_encoder_retrieve_h264_param
ga/module/encoder-vpu/vpu-common.cpp:141
↓ 2 callers
Function
vpu_encoder_retrieve_h264_param
ga/module/encoder-vpu/vpu/vpu-common.cpp:141
↓ 2 callers
Function
vsource_crc5_ccitt
* Get CRC5-CCITT checksum value * * @param data [in] The data used to compute the checksum. * @param length [in] The lenght of the data * @return
ga/core/vsource.cpp:280
↓ 2 callers
Function
vsource_crc5_usb
* Get CRC5-USB checksum value * * @param data [in] The data used to compute the checksum. * @param length [in] The lenght of the data * @return th
ga/core/vsource.cpp:264
↓ 2 callers
Function
vsource_embed_rgba_code
* Embed color codes in a RGBA image. This is an internal function. * * @param frame [in] Pointer to the video frame. * @param value [in] The value
ga/core/vsource.cpp:385
↓ 2 callers
Function
vsource_frame_init
* Initialize a video frame * * @param channel [in] The channel Id of the video frame. * @param frame [in] Pointer to an allocated video frame struc
ga/core/vsource.cpp:77
↓ 2 callers
Function
x264_get_sps_pps
ga/module/encoder-x264/encoder-x264.cpp:559
← previous
next →
301–400 of 1,365, ranked by callers