Home
last modified time | relevance | path

Searched defs:effect_descriptor_s (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
Daudio_effect.h70 typedef struct effect_descriptor_s { struct
71 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect
72 effect_uuid_t uuid; // UUID for this particular implementation
73 uint32_t apiVersion; // Version of the effect control API implemented
74 uint32_t flags; // effect engine capabilities/requirements flags (see below)
75 uint16_t cpuLoad; // CPU load indication (see below)
76 uint16_t memoryUsage; // Data Memory usage (see below)
77 char name[EFFECT_STRING_LEN_MAX]; // human readable effect name
78 char implementor[EFFECT_STRING_LEN_MAX]; // human readable effect implementor name