Home
last modified time | relevance | path

Searched refs:PostOutputDataBuffers (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Ddecode_data_process_test.cpp500 testDecodeDataProcess_->PostOutputDataBuffers(outputBuffer);
537 testDecodeDataProcess_->PostOutputDataBuffers(outputBuffer);
540 testDecodeDataProcess_->PostOutputDataBuffers(db);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h95 void PostOutputDataBuffers(std::shared_ptr<DataBuffer>& outputBuffer);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp586 PostOutputDataBuffers(bufferOutput); in CopyDecodedImage()
610 void DecodeDataProcess::PostOutputDataBuffers(std::shared_ptr<DataBuffer>& outputBuffer) in PostOutputDataBuffers() function in OHOS::DistributedHardware::DecodeDataProcess
H A Ddecode_data_process_common.cpp622 PostOutputDataBuffers(bufferOutput); in CopyDecodedImage()
657 void DecodeDataProcess::PostOutputDataBuffers(std::shared_ptr<DataBuffer>& outputBuffer) in PostOutputDataBuffers() function in OHOS::DistributedHardware::DecodeDataProcess