/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | codec_component_service.h | 48 int32_t EmptyThisBuffer(const OmxCodecBuffer &buffer) override;
|
H A D | component_node.h | 58 int32_t EmptyThisBuffer(OmxCodecBuffer &buffer);
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 302 int32_t (*EmptyThisBuffer)(struct CodecComponentType *self, const struct OmxCodecBuffer *buffer); member
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | component_node.h | 65 int32_t EmptyThisBuffer(struct OmxCodecBuffer &buffer);
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 263 int32_t CodecComponentService::EmptyThisBuffer(const OmxCodecBuffer &buffer) in EmptyThisBuffer() function in OHOS::HDI::Codec::V3_0::CodecComponentService 270 int32_t ret = node_->EmptyThisBuffer(bufferTemp); in EmptyThisBuffer()
|
H A D | component_node.cpp | 539 int32_t ComponentNode::EmptyThisBuffer(OmxCodecBuffer &buffer) in EmptyThisBuffer() function in OHOS::Codec::Omx::ComponentNode
|
/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 521 BENCHMARK_F(CodecBenchmarkOmxTest, EmptyThisBuffer)(benchmark::State &state) in BENCHMARK_F() 529 ret = component_->EmptyThisBuffer(omxBuffer); in BENCHMARK_F() 534 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, EmptyThisBuffer)->
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_service.c | 292 instance->EmptyThisBuffer = CodecComponentTypeEmptyThisBuffer; in CodecComponentTypeServiceConstruct()
|
H A D | codec_adapter.cpp | 223 return codecNode->node->EmptyThisBuffer(*omxBuffer); in OmxAdapterEmptyThisBuffer()
|
H A D | codec_component_type_stub.c | 568 ret = serviceImpl->EmptyThisBuffer(serviceImpl, &buffer); in SerStubEmptyThisBuffer() 570 CODEC_LOGE("call EmptyThisBuffer function failed!"); in SerStubEmptyThisBuffer()
|
H A D | codec_component_type_proxy.c | 916 instance->EmptyThisBuffer = CodecComponentTypeProxyEmptyThisBuffer; in CodecComponentTypeProxyConstruct()
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_function_utils.cpp | 343 ret = component->EmptyThisBuffer(*bufferInfo->omxBuffer.get());
in FillAndEmptyAllBuffer() 345 HDF_LOGE("EmptyThisBuffer error");
in FillAndEmptyAllBuffer() 360 HDF_LOGE("EmptyThisBuffer error");
in WaitState()
|
H A D | codec_hdi_omx_enc_test.cpp | 868 auto ret = g_component->EmptyThisBuffer(omxBuffer); in HWTEST_F()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 446 int32_t ComponentNode::EmptyThisBuffer(struct OmxCodecBuffer &buffer) in EmptyThisBuffer() function in OHOS::Codec::Omx::ComponentNode
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 754 err = client_->EmptyThisBuffer(*bufferInfo->omxBuffer.get()); in Run() 756 HDF_LOGE("%{public}s EmptyThisBuffer error", __func__); in Run()
|
H A D | codec_hdi_encode.cpp | 625 err = client_->EmptyThisBuffer(*bufferInfo->omxBuffer.get()); in Run() 628 HDF_LOGE("%{public}s EmptyThisBuffer error", __func__); in Run()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_encode.cpp | 496 err = client_->EmptyThisBuffer(client_, bufferInfo->omxBuffer.get()); in Run() 498 HDF_LOGE("%{public}s EmptyThisBuffer error", __func__); in Run()
|
H A D | codec_hdi_decode.cpp | 633 err = client_->EmptyThisBuffer(client_, bufferInfo->omxBuffer.get()); in Run() 635 HDF_LOGE("%{public}s EmptyThisBuffer error", __func__); in Run()
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 994 auto ret = component_->EmptyThisBuffer(component_, iter->second->omxBuffer.get()); in HWTEST_F() 1038 auto ret = component_->EmptyThisBuffer(component_, &allocBuffer); in HWTEST_F()
|