• Home
  • Raw
  • Download

Lines Matching defs:codecNode

48 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in…  in CodecAdapterCreateComponent()
96 int32_t CodecAdapterDestroyComponent(struct CodecComponentNode *codecNode) in CodecAdapterDestroyComponent()
113 int32_t CodecAdapterGetComponentVersion(const struct CodecComponentNode *codecNode, struct CompVerI… in CodecAdapterGetComponentVersion()
122 int32_t CodecAdapterSendCommand(const struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, ui… in CodecAdapterSendCommand()
133const struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t para… in CodecAdapterGetParameter()
148const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *param, uint32_t par… in CodecAdapterSetParameter()
163const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLe… in CodecAdapterGetConfig()
173const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *config, uint32_t co… in CodecAdapterSetConfig()
183 const struct CodecComponentNode *codecNode, const char *parameterName, OMX_INDEXTYPE *indexType) in CodecAdapterGetExtensionIndex()
192 int32_t CodecAdapterGetState(const struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in CodecAdapterGetState()
201 int32_t CodecAdapterComponentTunnelRequest(const struct CodecComponentNode *codecNode, uint32_t por… in CodecAdapterComponentTunnelRequest()
212const struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer) in CodecAdapterUseBuffer()
222const struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer) in CodecAdapterAllocateBuffer()
232const struct CodecComponentNode *codecNode, uint32_t portIndex, const struct OmxCodecBuffer *omxBu… in CodecAdapterFreeBuffer()
241 int32_t CodecAdapterEmptyThisBuffer(const struct CodecComponentNode *codecNode, const struct OmxCod… in CodecAdapterEmptyThisBuffer()
250 int32_t CodecAdapterFillThisBuffer(const struct CodecComponentNode *codecNode, const struct OmxCode… in CodecAdapterFillThisBuffer()
260const struct CodecComponentNode *codecNode, struct CodecCallbackType *omxCallback, int64_t appData) in CodecAdapterSetCallbacks()
269 int32_t CodecAdapterComponentDeInit(const struct CodecComponentNode *codecNode) in CodecAdapterComponentDeInit()
278 int32_t CodecAdapterUseEglImage(const struct CodecComponentNode *codecNode, struct OmxCodecBuffer *… in CodecAdapterUseEglImage()
289 const struct CodecComponentNode *codecNode, uint8_t *role, uint32_t roleLen, uint32_t index) in CodecAdapterComponentRoleEnum()