Home
last modified time | relevance | path

Searched refs:eglImageLen (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/
H A Dcodecuseeglimage_fuzzer.cpp25 uint32_t eglImageLen; member
52 params.eglImageLen); in CodecUseEglImage()
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_stub.c668 uint32_t eglImageLen = 0; in SerStubUseEglImage() local
680 if (!HdfSbufReadUint32(data, &eglImageLen)) { in SerStubUseEglImage()
685 if (eglImageLen > 0) { in SerStubUseEglImage()
686 eglImage = (int8_t*)OsalMemCalloc(sizeof(int8_t) * (eglImageLen)); in SerStubUseEglImage()
692 for (uint32_t i = 0; i < eglImageLen; i++) { in SerStubUseEglImage()
695 FreeMem(eglImage, eglImageLen); in SerStubUseEglImage()
701 ret = serviceImpl->UseEglImage(serviceImpl, &buffer, portIndex, eglImage, eglImageLen); in SerStubUseEglImage()
704 FreeMem(eglImage, eglImageLen); in SerStubUseEglImage()
710 FreeMem(eglImage, eglImageLen); in SerStubUseEglImage()
714 FreeMem(eglImage, eglImageLen); in SerStubUseEglImage()
[all...]
H A Dcodec_component_type_service.c249 struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) in CodecComponentTypeUseEglImage()
258 return OmxAdapterUseEglImage(service->codecNode, buffer, portIndex, eglImage, eglImageLen); in CodecComponentTypeUseEglImage()
248 CodecComponentTypeUseEglImage(struct CodecComponentType *self, struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) CodecComponentTypeUseEglImage() argument
H A Dcodec_adapter.cpp256 int8_t *eglImage, uint32_t eglImageLen) in OmxAdapterUseEglImage()
262 return codecNode->node->UseEglImage(*buffer, portIndex, eglImage, eglImageLen); in OmxAdapterUseEglImage()
255 OmxAdapterUseEglImage(struct CodecComponentNode *codecNode, struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) OmxAdapterUseEglImage() argument
H A Dcodec_component_type_proxy.c783 struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) in CodecComponentTypeProxyUseEglImage()
813 if (!HdfSbufWriteUint32(data, eglImageLen)) { in CodecComponentTypeProxyUseEglImage()
818 for (uint32_t i = 0; i < eglImageLen; i++) { in CodecComponentTypeProxyUseEglImage()
782 CodecComponentTypeProxyUseEglImage(struct CodecComponentType *self, struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) CodecComponentTypeProxyUseEglImage() argument
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/
H A Dcodecuseeglimage_fuzzer.cpp25 uint32_t eglImageLen; member
/drivers/peripheral/codec/hal/include/
H A Dcodec_adapter_interface.h107 uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen);
/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_if.h364 * @param eglImageLen Indicates the length of <b>eglImage</b>, in bytes.
372 int8_t *eglImage, uint32_t eglImageLen);
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h71 int32_t UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen);
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp209 uint32_t eglImageLen) in UseEglImage()
219 (void)eglImageLen; in UseEglImage()
208 UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) UseEglImage() argument

Completed in 7 milliseconds