• Home
  • Raw
  • Download

Lines Matching refs:CodecComponentNode

28 struct CodecComponentNode;
32 struct CodecComponentNode *codecNode;
49 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in…
51 int32_t CodecAdapterDestroyComponent(struct CodecComponentNode *codecNode);
52 int32_t CodecAdapterGetComponentVersion(const struct CodecComponentNode *codecNode, struct CompVerI…
53 int32_t CodecAdapterSendCommand(const struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, ui…
56 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t para…
58 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *param, uint32_t par…
60 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLe…
62 …const struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, const int8_t *config, uint32_t co…
64 … const struct CodecComponentNode *codecNode, const char *parameterName, OMX_INDEXTYPE *indexType);
65 int32_t CodecAdapterGetState(const struct CodecComponentNode *codecNode, OMX_STATETYPE *state);
66 int32_t CodecAdapterComponentTunnelRequest(const struct CodecComponentNode *codecNode, uint32_t por…
69 … const struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer);
71 … const struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer);
73 …const struct CodecComponentNode *codecNode, uint32_t portIndex, const struct OmxCodecBuffer *omxBu…
74 int32_t CodecAdapterEmptyThisBuffer(const struct CodecComponentNode *codecNode, const struct OmxCod…
75 int32_t CodecAdapterFillThisBuffer(const struct CodecComponentNode *codecNode, const struct OmxCode…
77 …const struct CodecComponentNode *codecNode, struct CodecCallbackType *omxCallback, int64_t appData…
78 int32_t CodecAdapterComponentDeInit(const struct CodecComponentNode *codecNode);
79 int32_t CodecAdapterUseEglImage(const struct CodecComponentNode *codecNode, struct OmxCodecBuffer *…
82 const struct CodecComponentNode *codecNode, uint8_t *role, uint32_t roleLen, uint32_t index);