Searched defs:CodecComponentType (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A 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 206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state); argument 226 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint32_t port, argument 302 … int32_t (*EmptyThisBuffer)(struct CodecComponentType *self, const struct OmxCodecBuffer *buffer); argument 317 int32_t (*FillThisBuffer)(struct CodecComponentType *self, const struct OmxCodecBuffer *buffer); argument 349 int32_t (*ComponentDeInit)(struct CodecComponentType *self); argument [all …]
|