Home
last modified time | relevance | path

Searched defs:appData (Results 1 – 25 of 25) sorted by relevance

/drivers/peripheral/codec/test/demo/idl/src/
Dcodec_hdi_callback.cpp32 int32_t CodecHdiCallback::EmptyBufferDone(int64_t appData, const OHOS::HDI::Codec::V3_0::OmxCodecBu… in EmptyBufferDone()
40 int32_t CodecHdiCallback::FillBufferDone(int64_t appData, const OHOS::HDI::Codec::V3_0::OmxCodecBuf… in FillBufferDone()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/
Dcodeccallback_fuzzer.cpp29 int32_t CodecCallbackFuzz::EmptyBufferDone(int64_t appData, const OHOS::HDI::Codec::V3_0::OmxCodecB… in EmptyBufferDone()
36 int32_t CodecCallbackFuzz::FillBufferDone(int64_t appData, const OHOS::HDI::Codec::V3_0::OmxCodecBu… in FillBufferDone()
/drivers/peripheral/codec/test/unittest/idl_omx/
Dcodec_callback_service.cpp30 int32_t CodecCallbackService::EmptyBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in EmptyBufferDone()
37 int32_t CodecCallbackService::FillBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in FillBufferDone()
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_callback_service.cpp30 int32_t CodecCallbackService::EmptyBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in EmptyBufferDone()
37 int32_t CodecCallbackService::FillBufferDone(int64_t appData, const OmxCodecBuffer& buffer) in FillBufferDone()
/drivers/peripheral/codec/hal/src/
Dcodec_callback_type_service.c27 static int32_t CodecCallbackTypeEmptyBufferDone(struct CodecCallbackType *self, int64_t appData, in CodecCallbackTypeEmptyBufferDone()
34 static int32_t CodecCallbackTypeFillBufferDone(struct CodecCallbackType *self, int64_t appData, in CodecCallbackTypeFillBufferDone()
Dcodec_component_manager_stub.c80 static int32_t ReadParamsForCreateComponent(struct HdfSBuf *data, char **compName, int64_t *appData, in ReadParamsForCreateComponent()
115 int64_t appData = 0; in SerStubCreateComponent() local
Dcodec_component_manager_proxy.c135 static int32_t FillHdfSBufData(struct HdfSBuf *data, char *compName, int64_t appData, in FillHdfSBufData()
158 int64_t appData, struct CodecCallbackType *callback) in CreateComponent()
Dcodec_callback_type_proxy.c143 …atic int32_t CodecCallbackTypeProxyEmptyBufferDone(struct CodecCallbackType *self, int64_t appData, in CodecCallbackTypeProxyEmptyBufferDone()
188 static int32_t CodecCallbackTypeProxyFillBufferDone(struct CodecCallbackType *self, int64_t appData, in CodecCallbackTypeProxyFillBufferDone()
Dcodec_callback_type_stub.c153 int64_t appData = 0; in SerStubEmptyBufferDone() local
187 int64_t appData = 0; in SerStubFillBufferDone() local
Dcodec_adapter.cpp36 …t OMXAdapterCreateComponent(struct CodecComponentNode **codecNode, char *compName, int64_t appData, in OMXAdapterCreateComponent()
237 int64_t appData) in OmxAdapterSetCallbacks()
Dcodec_component_manager_service.c139 int64_t appData, struct CodecCallbackType *callbacks) in OmxManagerCreateComponent()
Dcodec_component_type_service.c224 int64_t appData) in CodecComponentTypeSetCallbacks()
Dcodec_component_type_stub.c618 int64_t appData = 0; in SerStubSetCallbacks() local
Dcodec_component_type_proxy.c712 struct CodecCallbackType *callback, int64_t appData) in CodecComponentTypeProxySetCallbacks()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp31 OMX_ERRORTYPE ComponentNode::OnEvent(OMX_HANDLETYPE component, void *appData, OMX_EVENTTYPE event, … in OnEvent()
43 OMX_ERRORTYPE ComponentNode::OnEmptyBufferDone(OMX_HANDLETYPE component, void *appData, OMX_BUFFERH… in OnEmptyBufferDone()
53 OMX_ERRORTYPE ComponentNode::OnFillBufferDone(OMX_HANDLETYPE component, void *appData, OMX_BUFFERHE… in OnFillBufferDone()
66 ComponentNode::ComponentNode(struct CodecCallbackType *callback, int64_t appData, const std::string… in ComponentNode()
195 int32_t ComponentNode::SetCallbacks(struct CodecCallbackType *omxCallback, int64_t appData) in SetCallbacks()
Dcodec_omx_core.cpp65 int32_t CodecOMXCore::GetHandle(OMX_HANDLETYPE &handle, std::string &compName, OMX_PTR appData, in GetHandle()
Dcomponent_mgr.cpp35 void *appData, OMX_COMPONENTTYPE **component) in CreateComponentInstance()
/drivers/peripheral/codec/hal/idl_service/src/
Dcomponent_node.cpp50 OMX_ERRORTYPE ComponentNode::OnEvent(OMX_HANDLETYPE component, void *appData, OMX_EVENTTYPE event, … in OnEvent()
61 OMX_ERRORTYPE ComponentNode::OnEmptyBufferDone(OMX_HANDLETYPE component, void *appData, OMX_BUFFERH… in OnEmptyBufferDone()
71 OMX_ERRORTYPE ComponentNode::OnFillBufferDone(OMX_HANDLETYPE component, void *appData, OMX_BUFFERHE… in OnFillBufferDone()
84 ComponentNode::ComponentNode(const sptr<ICodecCallback> &callbacks, int64_t appData, std::shared_pt… in ComponentNode()
306 int32_t ComponentNode::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks()
Dcodec_omx_core.cpp65 int32_t CodecOMXCore::GetHandle(OMX_HANDLETYPE &handle, std::string &compName, OMX_PTR appData, in GetHandle()
Dcodec_component_manager_service.cpp72 const std::string &compName, int64_t appData, in CreateComponent()
Dcomponent_mgr.cpp34 void *appData, OMX_COMPONENTTYPE **component) in CreateComponentInstance()
Dcodec_component_service.cpp221 int32_t CodecComponentService::SetCallbacks(const sptr<ICodecCallback> &callbacks, int64_t appData) in SetCallbacks()
/drivers/peripheral/codec/test/demo/v2.0/src/
Dcodec_hdi_decode.cpp664 int32_t CodecHdiDecode::OnEmptyBufferDone(struct CodecCallbackType *self, int64_t appData, in OnEmptyBufferDone()
671 int32_t CodecHdiDecode::OnFillBufferDone(struct CodecCallbackType *self, int64_t appData, in OnFillBufferDone()
Dcodec_hdi_encode.cpp596 int32_t CodecHdiEncode::OnEmptyBufferDone(struct CodecCallbackType *self, int64_t appData, in OnEmptyBufferDone()
603 int32_t CodecHdiEncode::OnFillBufferDone(struct CodecCallbackType *self, int64_t appData, in OnFillBufferDone()
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_type.h214 …int64_t appData; /** The pointer to the upper-layer instance passed to the callback… member