![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/internal/compositor_dev.h>#include <gpac/modules/codec.h>#include <gpac/utf.h>#include <gpac/nodes_x3d.h>#include <gpac/constants.h>
Include dependency graph for mpeg4_inputsensor.c:Data Structures | |
| struct | GF_InputSensorCtx |
| struct | ISStack |
| struct | StringSensorStack |
Enumerations | |
| enum | { IS_KeySensor = 1 , IS_StringSensor , IS_Mouse , IS_HTKSensor } |
Functions | |
| void | gf_isdec_del (GF_BaseDecoder *plug) |
| static GF_Err | IS_ProcessData (GF_InputSensorCtx *is_ctx, const char *inBuffer, u32 inBufferLength) |
| static void | add_field (GF_InputSensorCtx *priv, u32 fieldType, const char *fieldName) |
| static void | isdev_add_field (GF_InputSensorDevice *dev, u32 fieldType, const char *fieldName) |
| static void | isdev_dispatch_frame (struct __input_device *dev, const u8 *data, u32 data_len) |
| static GF_InputSensorCtx * | locate_is_ctx_for_odm (GF_Scene *scene, GF_ObjectManager *for_odm) |
| GF_Err | gf_input_sensor_setup_object (GF_ObjectManager *odm, GF_ESD *esd) |
| void | gf_input_sensor_delete (GF_ObjectManager *odm) |
| static void | InputSensorUnregister (GF_Node *node, ISStack *st) |
| static void | InputSensorRegister (GF_Node *n) |
| static void | TraverseInputSensor (GF_Node *node, void *rs, Bool is_destroy) |
| void | InitInputSensor (GF_Scene *scene, GF_Node *node) |
| void | InputSensorModified (GF_Node *node) |
| GF_EXPORT void | gf_sc_input_sensor_mouse_input (GF_Compositor *compositor, GF_EventMouse *event) |
| GF_EXPORT Bool | gf_sc_input_sensor_keyboard_input (GF_Compositor *compositor, u32 key_code, u32 hw_code, Bool isKeyUp) |
| GF_EXPORT void | gf_sc_input_sensor_string_input (GF_Compositor *compositor, u32 character) |
| void | DestroyKeySensor (GF_Node *node, void *rs, Bool is_destroy) |
| void | InitKeySensor (GF_Scene *scene, GF_Node *node) |
| void | DestroyStringSensor (GF_Node *node, void *rs, Bool is_destroy) |
| void | InitStringSensor (GF_Scene *scene, GF_Node *node) |
| struct GF_InputSensorCtx |
| void gf_isdec_del | ( | GF_BaseDecoder * | plug | ) |
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_input_sensor_delete | ( | GF_ObjectManager * | odm | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void InitInputSensor | ( | GF_Scene * | scene, |
| GF_Node * | node | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void InputSensorModified | ( | GF_Node * | node | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_EXPORT void gf_sc_input_sensor_mouse_input | ( | GF_Compositor * | compositor, |
| GF_EventMouse * | event | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_EXPORT Bool gf_sc_input_sensor_keyboard_input | ( | GF_Compositor * | compositor, |
| u32 | key_code, | ||
| u32 | hw_code, | ||
| Bool | isKeyUp | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void InitKeySensor | ( | GF_Scene * | scene, |
| GF_Node * | node | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void InitStringSensor | ( | GF_Scene * | scene, |
| GF_Node * | node | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function: