Lines Matching defs:codecNode

36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t ap…  in OMXAdapterCreateComponent()
66 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode) in OmxAdapterDestroyComponent()
94 int32_t OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInf… in OmxAdapterComponentVersion()
103 int32_t OmxAdapterSendCommand(struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, uint32_t p… in OmxAdapterSendCommand()
113 int32_t OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8… in OmxAdapterGetParameter()
124 int32_t OmxAdapterSetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *p… in OmxAdapterSetParameter()
134 int32_t OmxAdapterGetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterGetConfig()
144 int32_t OmxAdapterSetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *conf… in OmxAdapterSetConfig()
154 int32_t OmxAdapterGetExtensionIndex(struct CodecComponentNode *codecNode, const char *parameterName, in OmxAdapterGetExtensionIndex()
164 int32_t OmxAdapterGetState(struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in OmxAdapterGetState()
173 int32_t OmxAdapterComponentTunnelRequest(struct CodecComponentNode *codecNode, uint32_t port, in OmxAdapterComponentTunnelRequest()
184 int32_t OmxAdapterUseBuffer(struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCod… in OmxAdapterUseBuffer()
194 int32_t OmxAdapterAllocateBuffer(struct CodecComponentNode *codecNode, uint32_t portIndex, in OmxAdapterAllocateBuffer()
205 int32_t OmxAdapterFreeBuffer(struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCo… in OmxAdapterFreeBuffer()
216 int32_t OmxAdapterEmptyThisBuffer(struct CodecComponentNode *codecNode, struct OmxCodecBuffer *omxB… in OmxAdapterEmptyThisBuffer()
226 int32_t OmxAdapterFillThisBuffer(struct CodecComponentNode *codecNode, struct OmxCodecBuffer *omxBu… in OmxAdapterFillThisBuffer()
236 int32_t OmxAdapterSetCallbacks(struct CodecComponentNode *codecNode, struct CodecCallbackType *omxC… in OmxAdapterSetCallbacks()
246 int32_t OmxAdapterDeInit(struct CodecComponentNode *codecNode) in OmxAdapterDeInit()
255 int32_t OmxAdapterUseEglImage(struct CodecComponentNode *codecNode, struct OmxCodecBuffer *buffer, … in OmxAdapterUseEglImage()
265 int32_t OmxAdapterComponentRoleEnum(struct CodecComponentNode *codecNode, uint8_t *role, uint32_t r… in OmxAdapterComponentRoleEnum()
275 int32_t OmxAdapterSetComponentRole(struct CodecComponentNode *codecNode, char *compName) in OmxAdapterSetComponentRole()
315 …erWriteDumperData(char *info, uint32_t size, uint32_t compId, struct CodecComponentNode *codecNode) in OmxAdapterWriteDumperData()