Home
last modified time | relevance | path

Searched refs:eglImage (Results 1 – 25 of 27) sorted by relevance

12

/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/
Dcodecuseeglimage_fuzzer.cpp24 int8_t *eglImage; member
55 std::vector<int8_t> eglImage; in CodecUseEglImage() local
56 ObjectToVector(params.eglImage, eglImage); in CodecUseEglImage()
58 int32_t ret = g_component->UseEglImage(params.portIndex, inbuffer, outbuffer, eglImage); in CodecUseEglImage()
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/
Dcodecuseeglimage_fuzzer.cpp24 int8_t *eglImage; member
51 … int32_t ret = g_component->UseEglImage(g_component, &buffer, params.portIndex, params.eglImage, in CodecUseEglImage()
/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codecuseeglimageadapter_fuzzer/
Dcodecuseeglimage_fuzzer.cpp23 int8_t *eglImage; member
50 …int32_t ret = g_component->UseEglImage(g_component, &buffer, params.portIndex, params.eglImage, pa… in CodecUseEglImage()
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_stub.c598 int8_t *eglImage = NULL; in SerStubUseEglImage() local
617 eglImage = (int8_t*)OsalMemCalloc(sizeof(int8_t) * (eglImageLen)); in SerStubUseEglImage()
618 if (eglImage == NULL) { in SerStubUseEglImage()
624 if (!HdfSbufReadInt8(data, &eglImage[i])) { in SerStubUseEglImage()
626 FreeMem(eglImage, eglImageLen); in SerStubUseEglImage()
632 ret = serviceImpl->UseEglImage(serviceImpl, &buffer, portIndex, eglImage, eglImageLen); in SerStubUseEglImage()
635 FreeMem(eglImage, eglImageLen); in SerStubUseEglImage()
641 FreeMem(eglImage, eglImageLen); in SerStubUseEglImage()
645 FreeMem(eglImage, eglImageLen); in SerStubUseEglImage()
Dcodec_adapter.cpp250 int8_t *eglImage, uint32_t eglImageLen) in OmxAdapterUseEglImage() argument
252 …if (codecNode == nullptr || codecNode->node == nullptr || buffer == nullptr || eglImage == nullptr… in OmxAdapterUseEglImage()
256 return codecNode->node->UseEglImage(*buffer, portIndex, eglImage, eglImageLen); in OmxAdapterUseEglImage()
Dcodec_component_type_service.c185 struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) in CodecComponentTypeUseEglImage() argument
190 return OmxAdapterUseEglImage(service->codecNode, buffer, portIndex, eglImage, eglImageLen); in CodecComponentTypeUseEglImage()
Dcodec_component_type_proxy.c783 struct OmxCodecBuffer *buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) in CodecComponentTypeProxyUseEglImage() argument
819 if (!HdfSbufWriteInt8(data, eglImage[i])) { in CodecComponentTypeProxyUseEglImage()
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_adapter.cpp279 uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) in CodecAdapterUseEglImage() argument
281 …if (codecNode == nullptr || codecNode->node == nullptr || buffer == nullptr || eglImage == nullptr… in CodecAdapterUseEglImage()
285 return codecNode->node->UseEglImage(*buffer, portIndex, eglImage, eglImageLen); in CodecAdapterUseEglImage()
Dcodec_component_if.c196 uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen) in ComponentTypeUseEglImage() argument
203 return CodecAdapterUseEglImage(info->codecNode, buffer, portIndex, eglImage, eglImageLen); in ComponentTypeUseEglImage()
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_service.cpp165 … OmxCodecBuffer &outBuffer, const std::vector<int8_t> &eglImage) in UseEglImage() argument
169 return node_->UseEglImage(outBuffer, portIndex, eglImage.data()); in UseEglImage()
Dcomponent_node.cpp253 …mponentNode::UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, const int8_t *eglImage) in UseEglImage() argument
257 … auto err = OMX_UseEGLImage(comp_, &pBufferHdrType, portIndex, 0, const_cast<int8_t *>(eglImage)); in UseEglImage()
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_if.h372 int8_t *eglImage, uint32_t eglImageLen);
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp490 auto eglImage = std::make_unique<int8_t[]>(BUFFER_SIZE); in BENCHMARK_F() local
491 ASSERT_TRUE(eglImage != nullptr); in BENCHMARK_F()
493 eglImageVec.assign(eglImage.get(), eglImage.get() + BUFFER_SIZE); in BENCHMARK_F()
498 eglImage = nullptr; in BENCHMARK_F()
/drivers/peripheral/codec/hal/include/
Dcodec_adapter_interface.h107 uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen);
/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_adapter_if.h80 uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen);
/drivers/peripheral/codec/hal/idl_service/include/
Dcodec_component_service.h51 const std::vector<int8_t> &eglImage) override;
Dcomponent_node.h58 int32_t UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, const int8_t *eglImage);
/drivers/peripheral/codec/hal/passthrough/adapter/include/
Dcomponent_node.h47 …int32_t UseEglImage(OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImag…
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
Dcomponent_node.h71 …int32_t UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, uint32_t …
/drivers/peripheral/codec/test/unittest/idl_omx/
Dcodec_hdi_omx_enc_test.cpp822 auto eglImage = std::make_unique<int8_t[]>(BUFFER_SIZE); variable
823 ASSERT_TRUE(eglImage != nullptr);
825 eglImageVec.assign(eglImage.get(), eglImage.get() + BUFFER_SIZE);
829 eglImage = nullptr;
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
Dcomponent_node.cpp204 …2_t ComponentNode::UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, in UseEglImage() argument
209 auto err = OMX_UseEGLImage(comp_, &pBufferHdrType, portIndex, nullptr, eglImage); in UseEglImage()
/drivers/peripheral/codec/test/unittest/hdi_adapter/
Dcodec_hdi_adapter_test.cpp839 auto eglImage = std::make_unique<int8_t[]>(BUFFER_SIZE); variable
840 ASSERT_TRUE(eglImage != nullptr);
842 …g_component, &buffer, static_cast<uint32_t>(PortIndex::PORT_INDEX_INPUT), eglImage.get(), BUFFER_S…
844 eglImage = nullptr;
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp953 auto eglImage = std::make_unique<int8_t[]>(BUFFER_SIZE); variable
954 ASSERT_TRUE(eglImage != nullptr);
956 eglImage.get(), BUFFER_SIZE);
958 eglImage = nullptr;
/drivers/peripheral/codec/hal/passthrough/adapter/src/
Dcomponent_node.cpp290 int32_t ComponentNode::UseEglImage(OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, ui… in UseEglImage() argument
/drivers/interface/codec/v1_0/
DICodecComponent.idl417 * @param eglImage Indicates the pointer to the image allocated by EGL.
428 outBuffer, [in] byte[] eglImage);

12