Lines Matching refs:self

68      * @param self Indicates the pointer to the target codec component.
76 int32_t (*GetComponentVersion)(struct CodecComponentType *self, struct CompVerInfo *verInfo);
84 * @param self Indicates the pointer to the target codec component.
97 int32_t (*SendCommand)(struct CodecComponentType *self, enum OMX_COMMANDTYPE cmd, uint32_t param,
106 * @param self Indicates the pointer to the target codec component.
117 int32_t (*GetParameter)(struct CodecComponentType *self, uint32_t paramIndex, int8_t *paramStruct,
126 * @param self Indicates the pointer to the target codec component.
137 int32_t (*SetParameter)(struct CodecComponentType *self, uint32_t index, int8_t *paramStruct,
145 * @param self Indicates the pointer to the target codec component.
156 int32_t (*GetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen);
163 * @param self Indicates the pointer to the target codec component.
174 int32_t (*SetConfig)(struct CodecComponentType *self, uint32_t index, int8_t *cfgStruct, uint32_t cfgStructLen);
181 * @param self Indicates the pointer to the target codec component.
191 int32_t (*GetExtensionIndex)(struct CodecComponentType *self, const char *paramName, uint32_t *indexType);
198 * @param self Indicates the pointer to the target codec component.
206 int32_t (*GetState)(struct CodecComponentType *self, enum OMX_STATETYPE *state);
214 * @param self Indicates the pointer to the target codec component.
226 int32_t (*ComponentTunnelRequest)(struct CodecComponentType *self, uint32_t port,
238 * @param self Indicates the pointer to the target codec component.
247 int32_t (*UseBuffer)(struct CodecComponentType *self, uint32_t portIndex, struct OmxCodecBuffer *buffer);
258 * @param self Indicates the pointer to the target codec component.
267 int32_t (*AllocateBuffer)(struct CodecComponentType *self, uint32_t portIndex, struct OmxCodecBuffer *buffer);
278 * @param self Indicates the pointer to the target codec component.
287 int32_t (*FreeBuffer)(struct CodecComponentType *self, uint32_t portIndex, const struct OmxCodecBuffer *buffer);
294 * @param self Indicates the pointer to the target codec component.
302 int32_t (*EmptyThisBuffer)(struct CodecComponentType *self, const struct OmxCodecBuffer *buffer);
309 * @param self Indicates the pointer to the target codec component.
317 int32_t (*FillThisBuffer)(struct CodecComponentType *self, const struct OmxCodecBuffer *buffer);
325 * @param self Indicates the pointer to the target codec component.
335 int32_t (*SetCallbacks)(struct CodecComponentType *self, struct CodecCallbackType *callback, int64_t appData);
342 * @param self Indicates the pointer to the codec component to close.
349 int32_t (*ComponentDeInit)(struct CodecComponentType *self);
360 * @param self Indicates the pointer to the target codec component.
371 int32_t (*UseEglImage)(struct CodecComponentType *self, struct OmxCodecBuffer *buffer, uint32_t portIndex,
379 * @param self Indicates the pointer to the target codec component.
389 int32_t (*ComponentRoleEnum)(struct CodecComponentType *self, uint8_t *role, uint32_t roleLen, uint32_t index);
391 struct HdfRemoteService *(*AsObject)(struct CodecComponentType *self);