/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codecuseeglimageomx_fuzzer/ |
D | codecuseeglimage_fuzzer.cpp | 51 … int32_t ret = g_component->UseEglImage(g_component, &buffer, params.portIndex, params.eglImage, in CodecUseEglImage()
|
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecuseeglimagehdi_fuzzer/ |
D | codecuseeglimage_fuzzer.cpp | 58 int32_t ret = g_component->UseEglImage(params.portIndex, inbuffer, outbuffer, eglImage); in CodecUseEglImage()
|
/drivers/peripheral/codec/test/fuzztest/adapter_fuzzer/codecuseeglimageadapter_fuzzer/ |
D | codecuseeglimage_fuzzer.cpp | 50 …int32_t ret = g_component->UseEglImage(g_component, &buffer, params.portIndex, params.eglImage, pa… in CodecUseEglImage()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
D | codec_component_service.cpp | 164 int32_t CodecComponentService::UseEglImage(uint32_t portIndex, const OmxCodecBuffer &inBuffer, in UseEglImage() function in OHOS::HDI::Codec::V1_0::CodecComponentService 169 return node_->UseEglImage(outBuffer, portIndex, eglImage.data()); in UseEglImage()
|
D | component_node.cpp | 253 int32_t ComponentNode::UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, const int8_t … in UseEglImage() function in OHOS::Codec::Omx::ComponentNode
|
/drivers/peripheral/codec/interfaces/include/ |
D | codec_component_if.h | 371 …int32_t (*UseEglImage)(struct CodecComponentType *self, struct OmxCodecBuffer *buffer, uint32_t po… member
|
/drivers/peripheral/codec/hal/idl_service/include/ |
D | codec_component_service.h | 50 … int32_t UseEglImage(uint32_t portIndex, const OmxCodecBuffer &inBuffer, OmxCodecBuffer &outBuffer,
|
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/benchmarktest/ |
D | codec_benchmark_omx_test.cpp | 484 BENCHMARK_F(CodecBenchmarkOmxTest, UseEglImage)(benchmark::State &state) in BENCHMARK_F() argument 496 ret = component_->UseEglImage(inputIndex, omxBuffer, outbuffer, eglImageVec); in BENCHMARK_F() 502 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, UseEglImage)->
|
/drivers/peripheral/codec/hal/src/ |
D | codec_component_type_service.c | 220 instance->UseEglImage = CodecComponentTypeUseEglImage; in CodecComponentTypeServiceConstruct()
|
D | codec_adapter.cpp | 256 return codecNode->node->UseEglImage(*buffer, portIndex, eglImage, eglImageLen); in OmxAdapterUseEglImage()
|
D | codec_component_type_stub.c | 632 ret = serviceImpl->UseEglImage(serviceImpl, &buffer, portIndex, eglImage, eglImageLen); in SerStubUseEglImage()
|
D | codec_component_type_proxy.c | 920 instance->UseEglImage = CodecComponentTypeProxyUseEglImage; in CodecComponentTypeProxyConstruct()
|
/drivers/peripheral/codec/hal/passthrough/src/ |
D | codec_component_if.c | 235 instance->UseEglImage = ComponentTypeUseEglImage; in ComponentTypeConstruct()
|
D | codec_adapter.cpp | 285 return codecNode->node->UseEglImage(*buffer, portIndex, eglImage, eglImageLen); in CodecAdapterUseEglImage()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
D | component_node.cpp | 204 int32_t ComponentNode::UseEglImage(struct OmxCodecBuffer &buffer, uint32_t portIndex, int8_t *eglIm… in UseEglImage() function in OHOS::Codec::Omx::ComponentNode
|
/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() function in OHOS::Codec::CodecAdapter::ComponentNode
|
/drivers/peripheral/codec/test/unittest/hdi_adapter/ |
D | codec_hdi_adapter_test.cpp | 841 int32_t ret = g_component->UseEglImage(
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
D | codec_hdi_omx_enc_test.cpp | 827 int32_t ret = g_component->UseEglImage(inputIndex, omxBuffer, outbuffer, eglImageVec);
|
/drivers/interface/codec/v1_0/ |
D | ICodecComponent.idl | 427 …UseEglImage([in] unsigned int portIndex, [in] struct OmxCodecBuffer inBuffer, [out] struct OmxCode…
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
D | codec_hdi_omx_test.cpp | 955 …auto ret = component_->UseEglImage(component_, &buffer, static_cast<uint32_t>(PortIndex::PORT_INDE…
|
/drivers/peripheral/codec/ |
D | README_zh.md | 285 …565"><a name="p104148252565"></a><a name="p104148252565"></a>int32_t (*UseEglImage)(struct CodecCo…
|
D | README.md | 285 …565"><a name="p104148252565"></a><a name="p104148252565"></a>int32_t (*UseEglImage)(struct CodecCo…
|