/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | codec_component_service.h | 49 int32_t FillThisBuffer(const OmxCodecBuffer &buffer) override;
|
H A D | component_node.h | 59 int32_t FillThisBuffer(OmxCodecBuffer &buffer);
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 317 int32_t (*FillThisBuffer)(struct CodecComponentType *self, const struct OmxCodecBuffer *buffer); member
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | component_node.h | 67 int32_t FillThisBuffer(struct OmxCodecBuffer &buffer);
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 279 int32_t CodecComponentService::FillThisBuffer(const OmxCodecBuffer &buffer) in FillThisBuffer() function in OHOS::HDI::Codec::V3_0::CodecComponentService 286 int32_t ret = node_->FillThisBuffer(bufferTemp); in FillThisBuffer()
|
H A D | component_node.cpp | 567 int32_t ComponentNode::FillThisBuffer(OmxCodecBuffer &buffer) in FillThisBuffer() function in OHOS::Codec::Omx::ComponentNode
|
/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 505 BENCHMARK_F(CodecBenchmarkOmxTest, FillThisBuffer)(benchmark::State &state) in BENCHMARK_F() 513 ret = component_->FillThisBuffer(omxBuffer); in BENCHMARK_F() 518 BENCHMARK_REGISTER_F(CodecBenchmarkOmxTest, FillThisBuffer)->
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_service.c | 293 instance->FillThisBuffer = CodecComponentTypeFillThisBuffer; in CodecComponentTypeServiceConstruct()
|
H A D | codec_adapter.cpp | 233 return codecNode->node->FillThisBuffer(*omxBuffer); in OmxAdapterFillThisBuffer()
|
H A D | codec_component_type_stub.c | 597 ret = serviceImpl->FillThisBuffer(serviceImpl, &buffer); in SerStubFillThisBuffer() 599 CODEC_LOGE("call FillThisBuffer function failed!"); in SerStubFillThisBuffer()
|
H A D | codec_component_type_proxy.c | 917 instance->FillThisBuffer = CodecComponentTypeProxyFillThisBuffer; in CodecComponentTypeProxyConstruct()
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 666 auto err = client_->FillThisBuffer(*buffer); in FillAllTheBuffer() 668 HDF_LOGE("%{public}s FillThisBuffer error", __func__); in FillAllTheBuffer() 826 auto err = client_->FillThisBuffer(*bufferInfo->omxBuffer.get()); in OnFillBufferDone() 828 HDF_LOGE("%{public}s FillThisBuffer error", __func__); in OnFillBufferDone()
|
H A D | codec_hdi_encode.cpp | 549 auto err = client_->FillThisBuffer(*bufferInfo->omxBuffer.get()); in FillAllTheBuffer() 551 HDF_LOGE("%{public}s FillThisBuffer error", __func__); in FillAllTheBuffer() 761 auto err = client_->FillThisBuffer(*bufferInfo->omxBuffer.get()); in OnFillBufferDone() 763 HDF_LOGE("FillThisBuffer error"); in OnFillBufferDone()
|
/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_encode.cpp | 444 auto err = client_->FillThisBuffer(client_, bufferInfo->omxBuffer.get()); in FillAllTheBuffer() 446 HDF_LOGE("%{public}s FillThisBuffer error", __func__); in FillAllTheBuffer() 653 auto err = client_->FillThisBuffer(client_, bufferInfo->omxBuffer.get()); in OnFillBufferDone() 655 HDF_LOGE("FillThisBuffer error"); in OnFillBufferDone()
|
H A D | codec_hdi_decode.cpp | 540 auto err = client_->FillThisBuffer(client_, buffer); in FillAllTheBuffer() 542 HDF_LOGE("%{public}s FillThisBuffer error", __func__); in FillAllTheBuffer() 715 auto err = client_->FillThisBuffer(client_, bufferInfo->omxBuffer.get()); in OnFillBufferDone() 717 HDF_LOGE("%{public}s FillThisBuffer error", __func__); in OnFillBufferDone()
|
/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_function_utils.cpp | 327 ret = component->FillThisBuffer(*bufferInfo->omxBuffer.get());
in FillAndEmptyAllBuffer() 329 HDF_LOGE("FillThisBuffer error");
in FillAndEmptyAllBuffer()
|
H A D | codec_hdi_omx_enc_test.cpp | 858 auto ret = g_component->FillThisBuffer(omxBuffer); in HWTEST_F()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 469 int32_t ComponentNode::FillThisBuffer(struct OmxCodecBuffer &buffer) in FillThisBuffer() function in OHOS::Codec::Omx::ComponentNode
|
/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 989 auto ret = component_->FillThisBuffer(component_, iter->second->omxBuffer.get()); in HWTEST_F() 1021 auto ret = component_->FillThisBuffer(component_, &allocBuffer); in HWTEST_F()
|