Home | History | Annotate | Download | only in media

Lines Matching refs:descriptor

74      * Returns an effect descriptor during effect
79 * descriptor: address where the effect descriptor should be returned.
85 * BAD_VALUE invalid descriptor pointer or index
89 * *descriptor: updated with effect descriptor
91 static status_t queryEffect(uint32_t index, effect_descriptor_t *descriptor);
95 * Returns the descriptor for the specified effect uuid.
99 * descriptor: address where the effect descriptor should be returned.
105 * BAD_VALUE invalid uuid or descriptor pointers
109 * *descriptor updated with effect descriptor
111 static status_t getEffectDescriptor(effect_uuid_t *uuid, effect_descriptor_t *descriptor);
121 * count: as input, the maximum number of descriptor than should be returned
122 * as output, the number of descriptor returned if status is NO_ERROR or the actual
127 * NO_MEMORY the number of descriptor to return is more than the maximum number
131 * BAD_VALUE invalid audio session or descriptor pointers
134 * *descriptor updated with descriptors of pre processings enabled by default
288 /* Returns a descriptor for the effect (see effect_descriptor_t in audio_effect.h).
290 effect_descriptor_t descriptor() const;
400 effect_descriptor_t mDescriptor; // effect descriptor