Searched defs:CodecComponentType (Results 1 – 1 of 1) sorted by relevance
/drivers/peripheral/codec/interfaces/include/ |
D | codec_component_if.h | 64 struct CodecComponentType { struct 76 int32_t (*GetComponentVersion)(struct CodecComponentType *self, struct CompVerInfo *verInfo); argument 97 … int32_t (*SendCommand)(struct CodecComponentType *self, enum OMX_COMMANDTYPE cmd, uint32_t param, argument 117 … int32_t (*GetParameter)(struct CodecComponentType *self, uint32_t paramIndex, int8_t *paramStruct, argument 137 int32_t (*SetParameter)(struct CodecComponentType *self, uint32_t index, int8_t *paramStruct, argument 156 …int32_t (*GetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … argument 174 …int32_t (*SetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t … argument 191 …int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *ind… argument 206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state); argument 226 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint32_t port, argument [all …]
|