• Home
  • Raw
  • Download

Lines Matching defs:codecNode

48 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in…  in CodecAdapterCreateComponent()
94 int32_t CodecAdapterDestroyComponent(struct CodecComponentNode *codecNode) in CodecAdapterDestroyComponent()
111 int32_t CodecAdapterGetComponentVersion(const struct CodecComponentNode *codecNode, struct CompVerI… in CodecAdapterGetComponentVersion()
120 int32_t CodecAdapterSendCommand(const struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, ui… in CodecAdapterSendCommand()
131const struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t para… in CodecAdapterGetParameter()
146const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *param, uint32_t par… in CodecAdapterSetParameter()
161const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLe… in CodecAdapterGetConfig()
171const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *config, uint32_t co… in CodecAdapterSetConfig()
181 const struct CodecComponentNode *codecNode, const char *parameterName, OMX_INDEXTYPE *indexType) in CodecAdapterGetExtensionIndex()
190 int32_t CodecAdapterGetState(const struct CodecComponentNode *codecNode, OMX_STATETYPE *state) in CodecAdapterGetState()
199 int32_t CodecAdapterComponentTunnelRequest(const struct CodecComponentNode *codecNode, uint32_t por… in CodecAdapterComponentTunnelRequest()
210const struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer) in CodecAdapterUseBuffer()
220const struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer) in CodecAdapterAllocateBuffer()
230const struct CodecComponentNode *codecNode, uint32_t portIndex, const struct OmxCodecBuffer *omxBu… in CodecAdapterFreeBuffer()
239 int32_t CodecAdapterEmptyThisBuffer(const struct CodecComponentNode *codecNode, const struct OmxCod… in CodecAdapterEmptyThisBuffer()
248 int32_t CodecAdapterFillThisBuffer(const struct CodecComponentNode *codecNode, const struct OmxCode… in CodecAdapterFillThisBuffer()
258const struct CodecComponentNode *codecNode, struct CodecCallbackType *omxCallback, int64_t appData) in CodecAdapterSetCallbacks()
267 int32_t CodecAdapterComponentDeInit(const struct CodecComponentNode *codecNode) in CodecAdapterComponentDeInit()
276 int32_t CodecAdapterUseEglImage(const struct CodecComponentNode *codecNode, struct OmxCodecBuffer *… in CodecAdapterUseEglImage()
287 const struct CodecComponentNode *codecNode, uint8_t *role, uint32_t roleLen, uint32_t index) in CodecAdapterComponentRoleEnum()