/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/ |
H A D | codecuseeglimage_fuzzer.cpp | 25 uint32_t eglImageLen; member 52 params.eglImageLen); in CodecUseEglImage()
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_stub.c | 668 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 D | codec_component_type_service.c | 249 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 D | codec_adapter.cpp | 256 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 D | codec_component_type_proxy.c | 783 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 D | codecuseeglimage_fuzzer.cpp | 25 uint32_t eglImageLen; member
|
/drivers/peripheral/codec/hal/include/ |
H A D | codec_adapter_interface.h | 107 uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen);
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 364 * @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 D | component_node.h | 71 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 D | component_node.cpp | 209 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
|