Home | History | Annotate | Download | only in media

Lines Matching full: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
112 effect_descriptor_t *descriptor) /*const*/;
122 * count: as input, the maximum number of descriptor than should be returned
123 * as output, the number of descriptor returned if status is NO_ERROR or the actual
128 * NO_MEMORY the number of descriptor to return is more than the maximum number
132 * BAD_VALUE invalid audio session or descriptor pointers
135 * *descriptor updated with descriptors of pre processings enabled by default
289 /* Returns a descriptor for the effect (see effect_descriptor_t in audio_effect.h).
291 effect_descriptor_t descriptor() const;
401 effect_descriptor_t mDescriptor; // effect descriptor