/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/ |
D | codecuseeglimage_fuzzer.cpp | 24 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/ |
D | codecuseeglimage_fuzzer.cpp | 24 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/ |
D | codecuseeglimage_fuzzer.cpp | 23 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/ |
D | codec_component_type_stub.c | 598 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()
|
D | codec_adapter.cpp | 250 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()
|
D | codec_component_type_service.c | 185 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()
|
D | codec_component_type_proxy.c | 783 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/ |
D | codec_adapter.cpp | 279 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()
|
D | codec_component_if.c | 196 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/ |
D | codec_component_service.cpp | 165 … OmxCodecBuffer &outBuffer, const std::vector<int8_t> &eglImage) in UseEglImage() argument 169 return node_->UseEglImage(outBuffer, portIndex, eglImage.data()); in UseEglImage()
|
D | component_node.cpp | 253 …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/ |
D | codec_component_if.h | 372 int8_t *eglImage, uint32_t eglImageLen);
|
/drivers/peripheral/codec/test/benchmarktest/ |
D | codec_benchmark_omx_test.cpp | 490 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/ |
D | codec_adapter_interface.h | 107 uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen);
|
/drivers/peripheral/codec/hal/passthrough/include/ |
D | codec_adapter_if.h | 80 uint32_t portIndex, int8_t *eglImage, uint32_t eglImageLen);
|
/drivers/peripheral/codec/hal/idl_service/include/ |
D | codec_component_service.h | 51 const std::vector<int8_t> &eglImage) override;
|
D | component_node.h | 58 int32_t UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, const int8_t *eglImage);
|
/drivers/peripheral/codec/hal/passthrough/adapter/include/ |
D | component_node.h | 47 …int32_t UseEglImage(OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, uint32_t eglImag…
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
D | component_node.h | 71 …int32_t UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, uint32_t …
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
D | codec_hdi_omx_enc_test.cpp | 822 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/ |
D | component_node.cpp | 204 …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/ |
D | codec_hdi_adapter_test.cpp | 839 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/ |
D | codec_hdi_omx_test.cpp | 953 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/ |
D | component_node.cpp | 290 int32_t ComponentNode::UseEglImage(OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglImage, ui… in UseEglImage() argument
|
/drivers/interface/codec/v1_0/ |
D | ICodecComponent.idl | 417 * @param eglImage Indicates the pointer to the image allocated by EGL. 428 outBuffer, [in] byte[] eglImage);
|