Home
last modified time | relevance | path

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

/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h62 struct CodecComponentType { struct
79 int32_t (*GetComponentVersion)(struct CodecComponentType *self, char *compName, argument
102 … int32_t (*SendCommand)(struct CodecComponentType *self, enum OMX_COMMANDTYPE cmd, uint32_t param, argument
122 … int32_t (*GetParameter)(struct CodecComponentType *self, uint32_t paramIndex, int8_t *paramStruct, argument
142 int32_t (*SetParameter)(struct CodecComponentType *self, uint32_t index, int8_t *paramStruct, argument
161 …int32_t (*GetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … argument
179 …int32_t (*SetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … argument
196 …int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *ind… argument
211 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state); argument
231 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint32_t port, argument
[all …]