Home
last modified time | relevance | path

Searched defs:appDataLen (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/codec/hal/src/
Dcodec_callback_type_service.c22 …CodecCallbackTypeEventHandler(struct CodecCallbackType *self, int8_t *appData, uint32_t appDataLen, in CodecCallbackTypeEventHandler()
30 int8_t *appData, uint32_t appDataLen, const struct OmxCodecBuffer *buffer) in CodecCallbackTypeEmptyBufferDone()
37 int8_t* appData, uint32_t appDataLen, struct OmxCodecBuffer *buffer) in CodecCallbackTypeFillBufferDone()
Dcodec_callback_type_proxy.c89 int8_t *appData, uint32_t appDataLen, enum OMX_EVENTTYPE eEvent, uint32_t data1, in CodecCallbackTypeProxyEventHandler()
148 int8_t *appData, uint32_t appDataLen, const struct OmxCodecBuffer *buffer) in CodecCallbackTypeProxyEmptyBufferDone()
197 int8_t* appData, uint32_t appDataLen, struct OmxCodecBuffer* buffer) in CodecCallbackTypeProxyFillBufferDone()
Dcodec_callback_type_stub.c85 uint32_t appDataLen = 0; in SerStubEventHandler() local
143 uint32_t appDataLen = 0; in SerStubEmptyBufferDone() local
188 uint32_t appDataLen = 0; in SerStubFillBufferDone() local
Dcodec_component_type_service.c136 struct CodecCallbackType* callback, int8_t *appData, uint32_t appDataLen) in CodecComponentTypeSetCallbacks()
Dcodec_component_type_proxy.c775 struct CodecCallbackType *callback, int8_t *appData, uint32_t appDataLen) in CodecComponentTypeProxySetCallbacks()
Dcodec_component_type_stub.c668 uint32_t appDataLen = 0; in SerStubSetCallbacks() local
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp331 const int32_t appDataLen = 10; variable