Lines Matching refs:component
31 * @brief Provides APIs for managing the Codec component.
33 * The APIs can be used to obtain the component encoding and decoding capability list,
55 * Create or destroy a codec component.
73 * @param capList Indicates the pointer to the component capability list {@link CodecCompCapability} obtained.
86 * You can use this API to create a codec component instance based on the component name.
88 * @param component Indicates the pointer to the codec component created.
89 * @param componentId Indicates the id to the codec component created.
90 * @param compName Indicates the name of the component to create.
101 int32_t (*CreateComponent)(struct CodecComponentType **component, uint32_t *componentId, char *compName,
105 * @brief Destroys a codec component instance.
107 * @param componentId Indicates the codec component id to destroy.