H A D | codec_adapter.cpp | 36 int32_t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t appData, in OMXAdapterCreateComponent() argument 62 *codecNode = tempNode; in OMXAdapterCreateComponent() 66 int32_t OmxAdapterDestroyComponent(struct CodecComponentNode *codecNode) in OmxAdapterDestroyComponent() argument 69 if (codecNode == nullptr) { in OmxAdapterDestroyComponent() 70 CODEC_LOGE("codecNode is null"); in OmxAdapterDestroyComponent() 73 if (codecNode->node == nullptr) { in OmxAdapterDestroyComponent() 74 delete codecNode; in OmxAdapterDestroyComponent() 75 codecNode = nullptr; in OmxAdapterDestroyComponent() 79 OMX_HANDLETYPE comp = codecNode->node->GetHandle(); in OmxAdapterDestroyComponent() 80 codecNode in OmxAdapterDestroyComponent() 94 OmxAdapterComponentVersion(struct CodecComponentNode *codecNode, struct CompVerInfo *verInfo) OmxAdapterComponentVersion() argument 103 OmxAdapterSendCommand(struct CodecComponentNode *codecNode, OMX_COMMANDTYPE cmd, uint32_t param, int8_t *cmdData, uint32_t cmdDataLen) OmxAdapterSendCommand() argument 113 OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t paramLen) OmxAdapterGetParameter() argument 124 OmxAdapterSetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *param, uint32_t paramLen) OmxAdapterSetParameter() argument 134 OmxAdapterGetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLen) OmxAdapterGetConfig() argument 144 OmxAdapterSetConfig(struct CodecComponentNode *codecNode, OMX_INDEXTYPE index, int8_t *config, uint32_t configLen) OmxAdapterSetConfig() argument 154 OmxAdapterGetExtensionIndex(struct CodecComponentNode *codecNode, const char *parameterName, OMX_INDEXTYPE *indexType) OmxAdapterGetExtensionIndex() argument 164 OmxAdapterGetState(struct CodecComponentNode *codecNode, OMX_STATETYPE *state) OmxAdapterGetState() argument 173 OmxAdapterComponentTunnelRequest(struct CodecComponentNode *codecNode, uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort, struct OMX_TUNNELSETUPTYPE *tunnelSetup) OmxAdapterComponentTunnelRequest() argument 184 OmxAdapterUseBuffer(struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer) OmxAdapterUseBuffer() argument 194 OmxAdapterAllocateBuffer(struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer) OmxAdapterAllocateBuffer() argument 205 OmxAdapterFreeBuffer(struct CodecComponentNode *codecNode, uint32_t portIndex, struct OmxCodecBuffer *omxBuffer) OmxAdapterFreeBuffer() argument 216 OmxAdapterEmptyThisBuffer(struct CodecComponentNode *codecNode, struct OmxCodecBuffer *omxBuffer) OmxAdapterEmptyThisBuffer() argument 226 OmxAdapterFillThisBuffer(struct CodecComponentNode *codecNode, struct OmxCodecBuffer *omxBuffer) OmxAdapterFillThisBuffer() argument 236 OmxAdapterSetCallbacks(struct CodecComponentNode *codecNode, struct CodecCallbackType *omxCallback, int64_t appData) OmxAdapterSetCallbacks() argument 246 OmxAdapterDeInit(struct CodecComponentNode *codecNode) OmxAdapterDeInit() argument 255 OmxAdapterUseEglImage(struct CodecComponentNode *codecNode, struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) OmxAdapterUseEglImage() argument 265 OmxAdapterComponentRoleEnum(struct CodecComponentNode *codecNode, uint8_t *role, uint32_t roleLen, uint32_t index) OmxAdapterComponentRoleEnum() argument 275 OmxAdapterSetComponentRole(struct CodecComponentNode *codecNode, char *compName) OmxAdapterSetComponentRole() argument 319 OmxAdapterWriteDumperData(char *info, uint32_t size, uint32_t compId, struct CodecComponentNode *codecNode) OmxAdapterWriteDumperData() argument [all...] |